Update utils.py
Browse files
utils.py
CHANGED
@@ -66,13 +66,11 @@ LEADERBOARD_INFO = """
|
|
66 |
|
67 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
68 |
CITATION_BUTTON_TEXT = r"""
|
69 |
-
@
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
archivePrefix={arXiv},
|
75 |
-
primaryClass={cs.CL}
|
76 |
}
|
77 |
"""
|
78 |
|
|
|
66 |
|
67 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
68 |
CITATION_BUTTON_TEXT = r"""
|
69 |
+
@article{wang2024mmlu,
|
70 |
+
title={Mmlu-pro: A more robust and challenging multi-task language understanding benchmark},
|
71 |
+
author={Wang, Yubo and Ma, Xueguang and Zhang, Ge and Ni, Yuansheng and Chandra, Abhranil and Guo, Shiguang and Ren, Weiming and Arulraj, Aaran and He, Xuan and Jiang, Ziyan and others},
|
72 |
+
journal={arXiv preprint arXiv:2406.01574},
|
73 |
+
year={2024}
|
|
|
|
|
74 |
}
|
75 |
"""
|
76 |
|