Spaces:
Running
Running
Commit
·
1a5efd4
1
Parent(s):
2e8e58e
Update paper link
Browse files- src/about.py +6 -7
src/about.py
CHANGED
|
@@ -11,7 +11,7 @@ current_time = datetime.now(pacific_tz).strftime("%H:%M %Z, %d %b %Y")
|
|
| 11 |
TOP_TEXT = f"""
|
| 12 |
# FilBench: An Open LLM Leaderboard for Filipino
|
| 13 |
|
| 14 |
-
[Code](https://github.com/filbench/filbench-eval) | [Paper
|
| 15 |
📥: Indicates model submissions from the community. If you wish to submit your model evaluations, then please check our instructions on [GitHub](https://github.com/filbench/filbench-eval).
|
| 16 |
"""
|
| 17 |
|
|
@@ -51,11 +51,10 @@ We also acknowledge the Hugging Face team, particularly the OpenEvals team (Clé
|
|
| 51 |
# Citation information
|
| 52 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 53 |
CITATION_BUTTON_TEXT = r"""
|
| 54 |
-
@
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
howpublished = {https://huggingface.co/spaces/UD-Filipino/filbench-leaderboard}
|
| 60 |
}
|
| 61 |
"""
|
|
|
|
| 11 |
TOP_TEXT = f"""
|
| 12 |
# FilBench: An Open LLM Leaderboard for Filipino
|
| 13 |
|
| 14 |
+
[Code](https://github.com/filbench/filbench-eval) | [Paper](https://arxiv.org/abs/2508.03523) | Total Models: {{}} | Last restart (PHT): {current_time}<br/>
|
| 15 |
📥: Indicates model submissions from the community. If you wish to submit your model evaluations, then please check our instructions on [GitHub](https://github.com/filbench/filbench-eval).
|
| 16 |
"""
|
| 17 |
|
|
|
|
| 51 |
# Citation information
|
| 52 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 53 |
CITATION_BUTTON_TEXT = r"""
|
| 54 |
+
@article{miranda2025filbench,
|
| 55 |
+
title={Fil{B}ench: {C}an {LLM}s {U}nderstand and {G}enerate {F}ilipino?},
|
| 56 |
+
author={Miranda, Lester James V and Aco, Elyanah and Manuel, Conner and Cruz, Jan Christian Blaise and Imperial, Joseph Marvin},
|
| 57 |
+
journal={arXiv preprint arXiv:2508.03523},
|
| 58 |
+
year={2025}
|
|
|
|
| 59 |
}
|
| 60 |
"""
|