BestWishYsh commited on
Commit
2630a62
·
verified ·
1 Parent(s): c34dec0

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +6 -4
constants.py CHANGED
@@ -42,9 +42,11 @@ TABLE_INTRODUCTION = """In the table below, we summarize each task performance o
42
  """
43
 
44
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
45
- CITATION_BUTTON_TEXT = r"""@article{yuan2024magictime,
46
- title={MagicTime: Time-lapse Video Generation Models as Metamorphic Simulators},
47
- author={Yuan, Shenghai and Huang, Jinfa and Shi, Yujun and Xu, Yongqi and Zhu, Ruijie and Lin, Bin and Cheng, Xinhua and Yuan, Li and Luo, Jiebo},
48
- journal={arXiv preprint arXiv:2404.05014},
 
 
49
  year={2024}
50
  }"""
 
42
  """
43
 
44
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
45
+ CITATION_BUTTON_TEXT = r"""@article{yuan2024chronomagic,
46
+ title={Chronomagic-bench: A benchmark for metamorphic evaluation of text-to-time-lapse video generation},
47
+ author={Yuan, Shenghai and Huang, Jinfa and Xu, Yongqi and Liu, Yaoyang and Zhang, Shaofeng and Shi, Yujun and Zhu, Rui-Jie and Cheng, Xinhua and Luo, Jiebo and Yuan, Li},
48
+ journal={Advances in Neural Information Processing Systems},
49
+ volume={37},
50
+ pages={21236--21270},
51
  year={2024}
52
  }"""