Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +9 -0
src/about.py
CHANGED
|
@@ -74,4 +74,13 @@ EVALUATION_QUEUE_TEXT = """
|
|
| 74 |
|
| 75 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 76 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
"""
|
|
|
|
| 74 |
|
| 75 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 76 |
CITATION_BUTTON_TEXT = r"""
|
| 77 |
+
@misc{zhang2024magebench,
|
| 78 |
+
title={MageBench: Bridging Large Multimodal Models to Agents},
|
| 79 |
+
author={Miaosen Zhang and Qi Dai and Yifan Yang and Jianmin Bao and Dongdong Chen and Kai Qiu and Chong Luo and Xin Geng and Baining Guo},
|
| 80 |
+
year={2024},
|
| 81 |
+
eprint={2412.04531},
|
| 82 |
+
archivePrefix={arXiv},
|
| 83 |
+
primaryClass={cs.CV},
|
| 84 |
+
url={https://arxiv.org/abs/2412.04531},
|
| 85 |
+
}
|
| 86 |
"""
|