Mark7121983123 commited on
Commit
52e0b6f
·
verified ·
1 Parent(s): 2322ac4

Fix task_categories (image-to-video/text-to-video) and BibTeX with real authors for single-blind submission

Browse files
Files changed (1) hide show
  1. README.md +11 -17
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: cc-by-4.0
3
  task_categories:
4
- - video-text-to-text
5
- - video-classification
6
  language:
7
  - en
8
  size_categories:
@@ -15,11 +15,6 @@ tags:
15
  - image-to-video
16
  - evaluation
17
  - benchmark
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: test
22
- path: "Multi-*/Multi-*_task/Multi-*_*/question_metadata.json"
23
  ---
24
 
25
  # VBVR-MultiStep-Bench
@@ -105,11 +100,10 @@ Wan2.2-I2V-A14B (Apache-2.0) is referenced as a baseline model and a fine-tuning
105
 
106
  ```bibtex
107
  @inproceedings{vbvr_multistep_2026,
108
- title={Could Video Generation Models Solve Long-Horizon Multi-Step Reasoning Tasks?},
109
- author={Anonymous},
110
- booktitle={NeurIPS Datasets and Benchmarks},
111
- year={2026},
112
- note={Under review.}
113
  }
114
  ```
115
 
@@ -117,11 +111,11 @@ The parent VBVR suite:
117
 
118
  ```bibtex
119
  @inproceedings{wang2026vbvr,
120
- title={A Very Big Video Reasoning Suite},
121
- author={Wang, Maijunxian and others},
122
- booktitle={ICML},
123
- year={2026},
124
- url={https://icml.cc/virtual/2026/poster/65709}
125
  }
126
  ```
127
 
 
1
  ---
2
  license: cc-by-4.0
3
  task_categories:
4
+ - image-to-video
5
+ - text-to-video
6
  language:
7
  - en
8
  size_categories:
 
15
  - image-to-video
16
  - evaluation
17
  - benchmark
 
 
 
 
 
18
  ---
19
 
20
  # VBVR-MultiStep-Bench
 
100
 
101
  ```bibtex
102
  @inproceedings{vbvr_multistep_2026,
103
+ title = {Could Video Generation Models Solve Long-Horizon Multi-Step Reasoning Tasks?},
104
+ author = {Wang, Maijunxian and Zhou, Yifan and Zhang, Alvin and Ge, Jiahui and Wen, Shaoyue and Mei, Lantao and Guo, Lingzi and Wang, Ruisi and Cai, Zhongang and Luo, Dezhi and Lin, Juyi and Ma, Qianli and Huang, Lianyu and Hong, Zelong and Gao, Qingying and Zhao, Tianqi and Hou, Jianheng and Zhang, Danyang and Sun, Haoran and Wang, Runming and Xiao, Weihang and Xing, Hanwen and Jiao, Yizheng and Xu, Pengcheng and Tong, Jingqi and Uzunoglu, Arda and Yu, Fengyuan and Ji, Ran and Zhao, Zehong and Yang, Xue and Khashabi, Daniel and Deng, Hokin},
105
+ year = {2026},
106
+ note = {Under review at NeurIPS 2026 Datasets and Benchmarks Track}
 
107
  }
108
  ```
109
 
 
111
 
112
  ```bibtex
113
  @inproceedings{wang2026vbvr,
114
+ title = {A Very Big Video Reasoning Suite},
115
+ author = {Wang, Maijunxian and others},
116
+ booktitle = {Proceedings of the International Conference on Machine Learning (ICML)},
117
+ year = {2026},
118
+ url = {https://icml.cc/virtual/2026/poster/65709}
119
  }
120
  ```
121