Spaces:
Running
Running
Update constants.py
Browse files- constants.py +4 -4
constants.py
CHANGED
@@ -63,9 +63,9 @@ To check whether the submission is successful, you can click the 'Logs' button.
|
|
63 |
|
64 |
|
65 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
66 |
-
CITATION_BUTTON_TEXT = r"""@
|
67 |
-
title={JMMMU: A Japanese Massive Multi-discipline Multimodal Understanding Benchmark},
|
68 |
-
author={Shota
|
69 |
-
|
70 |
year={2024}
|
71 |
}"""
|
|
|
63 |
|
64 |
|
65 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
66 |
+
CITATION_BUTTON_TEXT = r"""@article{onohara2024jmmmu,
|
67 |
+
title={JMMMU: A Japanese Massive Multi-discipline Multimodal Understanding Benchmark for Culture-aware Evaluation},
|
68 |
+
author={Onohara, Shota and Miyai, Atsuyuki and Imajuku, Yuki and Egashira, Kazuki and Baek, Jeonghun and Yue, Xiang and Neubig, Graham and Aizawa, Kiyoharu},
|
69 |
+
journal={arXiv preprint arXiv:2410.17250},
|
70 |
year={2024}
|
71 |
}"""
|