ynhe commited on
Commit
caea440
·
verified ·
1 Parent(s): b66d7fe

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +5 -5
constants.py CHANGED
@@ -258,11 +258,11 @@ CITATION_BUTTON_TEXT = r"""@inproceedings{huang2023vbench,
258
  booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
259
  year={2024}
260
  }"""
261
- CITATION_2_BUTTON_TEXT = r"""@inproceedings{huang2023vbench,
262
- title={{VBench}: Comprehensive Benchmark Suite for Video Generative Models},
263
- 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},
264
- booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
265
- year={2024}
266
  }"""
267
 
268
  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."
 
258
  booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
259
  year={2024}
260
  }"""
261
+ CITATION_2_BUTTON_TEXT = r"""@article{zheng2025vbench2,
262
+ title={VBench-2.0: Advancing Video Generation Benchmark Suite for Intrinsic Faithfulness},
263
+ author={Zheng, Dian and Huang, Ziqi and Liu, Hongbo and Zou, Kai and He, Yinan and Zhang, Fan and Zhang, Yuanhan and He, Jingwen and Zheng, Wei-Shi and Qiao, Yu and Liu, Ziwei},
264
+ journal={arXiv preprint arXiv:2503.21755},
265
+ year={2025}
266
  }"""
267
 
268
  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."