Lillianwei commited on
Commit
7760895
1 Parent(s): 8e515af

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +6 -0
src/about.py CHANGED
@@ -42,6 +42,12 @@ EVALUATION_QUEUE_TEXT = """
42
 
43
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
44
  CITATION_BUTTON_TEXT = r"""
 
 
 
 
 
 
45
  """
46
 
47
 
 
42
 
43
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
44
  CITATION_BUTTON_TEXT = r"""
45
+ @article{xia2024mmie,
46
+ title={MMIE: Massive Multimodal Interleaved Comprehension Benchmark for Large Vision-Language Models},
47
+ author={Xia, Peng and Han, Siwei and Qiu, Shi and Zhou, Yiyang and Wang, Zhaoyang and Zheng, Wenhao and Chen, Zhaorun and Cui, Chenhang and Ding, Mingyu and Li, Linjie and Wang, Lijuan and Yao, Huaxiu},
48
+ journal={arXiv preprint arXiv:2410.10139},
49
+ year={2024}
50
+ }
51
  """
52
 
53