--- base_model: - Wan-AI/Wan2.2-I2V-A14B-Diffusers library_name: diffusers license: apache-2.0 pipeline_tag: image-to-video --- # VBVR: A Very Big Video Reasoning Suite Project Page Code arXiv Dataset Bench Data Leaderboard ## Overview Video reasoning grounds intelligence in spatiotemporally consistent visual environments that go beyond what text can naturally capture, enabling intuitive reasoning over motion, interaction, and causality. Rapid progress in video models has focused primarily on visual quality. Systematically studying video reasoning and its scaling behavior suffers from a lack of video reasoning (training) data. To address this gap, we introduce the Very Big Video Reasoning (VBVR) Dataset, an unprecedentedly large-scale resource spanning 200 curated reasoning tasks and over one million video clips—approximately three orders of magnitude larger than existing datasets. We further present VBVR-Bench, a verifiable evaluation framework that moves beyond model-based judging by incorporating rule-based, human-aligned scorers, enabling reproducible and interpretable diagnosis of video reasoning capabilities. Leveraging the VBVR suite, we conduct one of the first large-scale scaling studies of video reasoning and observe early signs of emergent generalization to unseen reasoning tasks. **Together, VBVR lays a foundation for the next stage of research in generalizable video reasoning.** The model was presented in the paper [A Very Big Video Reasoning Suite](https://huggingface.co/papers/2602.20159).
Model Overall ID ID-Abst. ID-Know. ID-Perc. ID-Spat. ID-Trans. OOD OOD-Abst. OOD-Know. OOD-Perc. OOD-Spat. OOD-Trans.
Human 0.9740.9600.9190.9561.000.951.00 0.9881.001.000.9901.000.970
Open-source Models
CogVideoX1.5-5B-I2V 0.2730.2830.2410.3280.2570.3280.305 0.2620.2810.2350.2500.2540.282
HunyuanVideo-I2V 0.2730.2800.2070.3570.2930.2800.316 0.2650.1750.3690.2900.2530.250
Wan2.2-I2V-A14B 0.3710.4120.430 0.3820.4150.404 0.4190.329 0.4050.3080.343 0.2360.307
LTX-2 0.3130.3290.316 0.3620.3260.340 0.3060.297 0.2440.3370.317 0.2310.311
Proprietary Models
Runway Gen-4 Turbo 0.4030.3920.3960.4090.4290.3410.363 0.4140.5150.4290.4190.3270.373
Sora 2 0.5460.5690.602 0.4770.5810.572 0.5970.523 0.5460.4720.525 0.4620.546
Kling 2.6 0.3690.4080.4650.3230.3750.3470.519 0.3300.5280.1350.2720.3560.359
Veo 3.1 0.4800.5310.611 0.5030.5200.444 0.5100.429 0.5770.2770.420 0.4410.404
Data Scaling Strong Baseline
VBVR-Wan2.2 0.6850.7600.724 0.7500.7820.745 0.8330.610 0.7680.5720.547 0.6180.615
## Release Information VBVR-Wan2.2 is trained from Wan2.2-I2V-A14B without architectural modifications, as the goal of VBVR-Wan2.2 is to *investigate data scaling behavior* and provide a *strong baseline model* for the video reasoning research community. Leveraging the VBVR-Dataset, which constitutes one of the largest video reasoning datasets to date, VBVR-Wan2.2 achieved highest score on VBVR-Bench. In this release, we present [**VBVR-Wan2.2**](https://huggingface.co/Video-Reason/VBVR-Wan2.2), [**VBVR-Dataset**](https://huggingface.co/datasets/Video-Reason/VBVR-Dataset), [**VBVR-Bench-Data**](https://huggingface.co/datasets/Video-Reason/VBVR-Bench-Data) and [**VBVR-Bench-Leaderboard**](https://huggingface.co/spaces/Video-Reason/VBVR-Bench-Leaderboard). ## 🛠️ QuickStart ### Installation We recommend using [uv](https://docs.astral.sh/uv/) to manage the environment. > uv installation guide: ```bash pip install torch>=2.4.0 torchvision>=0.19.0 transformers Pillow huggingface_hub[cli] uv pip install git+https://github.com/huggingface/diffusers ``` #### Example Code ```bash huggingface-cli download Video-Reason/VBVR-Wan2.2 --local-dir ./VBVR-Wan2.2 python example.py \ --model_path ./VBVR-Wan2.2 ``` ## 🖊️ Citation ```bibtex @article{vbvr2026, title = {A Very Big Video Reasoning Suite}, author = {Wang, Maijunxian and Wang, Ruisi and Lin, Juyi and Ji, Ran and Wiedemer, Thadd{\"a}us and Gao, Qingying and Luo, Dezhi and Qian, Yaoyao and Huang, Lianyu and Hong, Zelong and Ge, Jiahui and Ma, Qianli and He, Hang and Zhou, Yifan and Guo, Lingzi and Mei, Lantao and Li, Jiachen and Xing, Hanwen and Zhao, Tianqi and Yu, Fengyuan and Xiao, Weihang and Jiao, Yizheng and Hou, Jianheng and Zhang, Danyang and Xu, Pengcheng and Zhong, Boyang and Zhao, Zehong and Fang, Gaoyun and Kitaoka, John and Xu, Yile and Xu, Hua bureau and Blacutt, Kenton and Nguyen, Tin and Song, Siyuan and Sun, Haoran and Wen, Shaoyue and He, Linyang and Wang, Runming and Wang, Yanzhi and Yang, Mengyue and Ma, Ziqiao and Milli{\`e}re, Rapha{\"e}l and Shi, Freda and Vasconcelos, Nuno and Khashabi, Daniel and Yuille, Alan and Du, Yilun and Liu, Ziming and Lin, Dahua and Liu, Ziwei and Kumar, Vikash and Li, Yijiang and Yang, Lei and Cai, Zhongang and Deng, Hokin}, journal = {arXiv preprint arXiv:2602.20159}, year = {2026}, url = {https://arxiv.org/abs/2602.20159} } ```