ynhe commited on
Commit
fa9b35a
1 Parent(s): fa7e285

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +3 -3
constants.py CHANGED
@@ -136,11 +136,11 @@ LEADERBORAD_INFO = """
136
  """
137
 
138
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
139
- CITATION_BUTTON_TEXT = r"""@article{huang2023vbench,
140
  title={{VBench}: Comprehensive Benchmark Suite for Video Generative Models},
141
  author={Huang, Ziqi and He, Yinan and Yu, Jiashuo and Zhang, Fan and Si, Chenyang and Jiang, Yuming and Zhang, Yuanhan and Wu, Tianxing and Jin, Qingyang and Chanpaisit, Nattapol and Wang, Yaohui and Chen, Xinyuan and Wang, Limin and Lin, Dahua and Qiao, Yu and Liu, Ziwei},
142
- journal={arXiv preprint arXiv:2311.17982},
143
- year={2023}
144
  }"""
145
 
146
  QUALITY_CLAIM_TEXT = "We use all the videos on Sora website (https://openai.com/sora) for a preliminary evaluation, including the failure case videos Sora provided."
 
136
  """
137
 
138
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
139
+ CITATION_BUTTON_TEXT = r"""@inproceedings{huang2023vbench,
140
  title={{VBench}: Comprehensive Benchmark Suite for Video Generative Models},
141
  author={Huang, Ziqi and He, Yinan and Yu, Jiashuo and Zhang, Fan and Si, Chenyang and Jiang, Yuming and Zhang, Yuanhan and Wu, Tianxing and Jin, Qingyang and Chanpaisit, Nattapol and Wang, Yaohui and Chen, Xinyuan and Wang, Limin and Lin, Dahua and Qiao, Yu and Liu, Ziwei},
142
+ booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
143
+ year={2024}
144
  }"""
145
 
146
  QUALITY_CLAIM_TEXT = "We use all the videos on Sora website (https://openai.com/sora) for a preliminary evaluation, including the failure case videos Sora provided."