daiqi commited on
Commit
a549986
·
verified ·
1 Parent(s): f52d0e0

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +5 -8
src/about.py CHANGED
@@ -74,13 +74,10 @@ EVALUATION_QUEUE_TEXT = """
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
  """
 
74
 
75
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
76
  CITATION_BUTTON_TEXT = r"""
77
+ @article{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
+ journal={arXiv preprint arXiv:2311.07594},
81
+ year={2024}
 
 
 
82
  }
83
  """