V-STaR commited on
Commit
852662b
·
verified ·
1 Parent(s): 0df35f9

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +9 -1
constants.py CHANGED
@@ -212,7 +212,15 @@ LEADERBORAD_INFO = """
212
  """
213
 
214
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
215
- CITATION_BUTTON_TEXT = r"""to be updated"""
 
 
 
 
 
 
 
 
216
 
217
  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."
218
 
 
212
  """
213
 
214
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
215
+ CITATION_BUTTON_TEXT = r"""@misc{cheng2025vstarbenchmarkingvideollmsvideo,
216
+ title={V-STaR: Benchmarking Video-LLMs on Video Spatio-Temporal Reasoning},
217
+ author={Zixu Cheng and Jian Hu and Ziquan Liu and Chenyang Si and Wei Li and Shaogang Gong},
218
+ year={2025},
219
+ eprint={2503.11495},
220
+ archivePrefix={arXiv},
221
+ primaryClass={cs.CV},
222
+ url={https://arxiv.org/abs/2503.11495},
223
+ }"""
224
 
225
  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."
226