Mark7121983123 commited on
Commit
ef47eb3
·
verified ·
1 Parent(s): 5f6bbcb

Fix task_categories (image-to-video/text-to-video), remove webdataset tag, and BibTeX with real authors

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
2
  license: cc-by-4.0
3
  task_categories:
4
- - video-text-to-text
 
5
  language:
6
  - en
7
  size_categories:
@@ -13,7 +14,6 @@ tags:
13
  - long-horizon
14
  - image-to-video
15
  - training
16
- - webdataset
17
  ---
18
 
19
  # VBVR-MultiStep
@@ -154,18 +154,17 @@ The dataset is fully synthetic. There are no human subjects, no scraped media, a
154
 
155
  ```bibtex
156
  @inproceedings{vbvr_multistep_2026,
157
- title={Could Video Generation Models Solve Long-Horizon Multi-Step Reasoning Tasks?},
158
- author={Anonymous},
159
- booktitle={NeurIPS Datasets and Benchmarks},
160
- year={2026},
161
- note={Under review.}
162
  }
163
 
164
  @inproceedings{wang2026vbvr,
165
- title={A Very Big Video Reasoning Suite},
166
- author={Wang, Maijunxian and others},
167
- booktitle={ICML},
168
- year={2026},
169
- url={https://icml.cc/virtual/2026/poster/65709}
170
  }
171
  ```
 
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:
 
14
  - long-horizon
15
  - image-to-video
16
  - training
 
17
  ---
18
 
19
  # VBVR-MultiStep
 
154
 
155
  ```bibtex
156
  @inproceedings{vbvr_multistep_2026,
157
+ title = {Could Video Generation Models Solve Long-Horizon Multi-Step Reasoning Tasks?},
158
+ 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},
159
+ year = {2026},
160
+ note = {Under review at NeurIPS 2026 Datasets and Benchmarks Track}
 
161
  }
162
 
163
  @inproceedings{wang2026vbvr,
164
+ title = {A Very Big Video Reasoning Suite},
165
+ author = {Wang, Maijunxian and others},
166
+ booktitle = {Proceedings of the International Conference on Machine Learning (ICML)},
167
+ year = {2026},
168
+ url = {https://icml.cc/virtual/2026/poster/65709}
169
  }
170
  ```