Update src/about.py
Browse files- src/about.py +9 -5
src/about.py
CHANGED
@@ -122,11 +122,15 @@ Below are the lists of models that have been evaluated, are currently being eval
|
|
122 |
CITATION_BUTTON_LABEL = "Citation"
|
123 |
CITATION_BUTTON_TEXT = """
|
124 |
If you use this leaderboard or the MMMLU dataset in your research, please cite:
|
125 |
-
|
126 |
-
|
127 |
-
title
|
128 |
-
|
129 |
-
|
|
|
|
|
|
|
|
|
130 |
|
131 |
|
132 |
Acknowledgment:
|
|
|
122 |
CITATION_BUTTON_LABEL = "Citation"
|
123 |
CITATION_BUTTON_TEXT = """
|
124 |
If you use this leaderboard or the MMMLU dataset in your research, please cite:
|
125 |
+
|
126 |
+
@article{nacar2025towards,
|
127 |
+
title={Towards Inclusive Arabic LLMs: A Culturally Aligned Benchmark in Arabic Large Language Model Evaluation},
|
128 |
+
author={Nacar, Omer and Sibaee, Serry and Ahmed, Samar and Atitallah, Safa Ben and Ammar, Adel and Alhabashi, Yasser and Al-Batati, Abdulrahman S and Alsehibani, Arwa and Qandos, Nour and Elshehy, Omar and others},
|
129 |
+
journal={LoResLM 2025},
|
130 |
+
pages={387},
|
131 |
+
year={2025}
|
132 |
+
}
|
133 |
+
|
134 |
|
135 |
|
136 |
Acknowledgment:
|