Skip to content
@Video-Reason

Video-Reason

Towards reasoning in video generation models.

Video-Reason

Towards Reasoning in Visual Generation Models!
We build open-source data, models, tools, and benchmarks for native visual reasoning.


Research Programs

A Scalable and Verifiable Suite for Native Visual Reasoning

VBVR-Pro turns visual reasoning into a scalable, verifiable training and evaluation loop: 300 procedural tasks, aligned image/interleaved text-image/video solutions, and verifiable task-specific evaluation.

  • 300 procedurally generated training tasks
  • Task-grounded, verifiable reward scorers
  • Image, interleaved text-image, and video model families

arXivCodeEval CodeLeaderboard


DatasetDatasetDatasetBench Data

A Very Big Video Reasoning Suite

Our first investigation on whether video generation models can solve visual reasoning tasks through generation.

  • Study of data scaling behaviour
  • Comprehensive evaluation on proprietary and open-source video models

arXivCodeEval CodeLeaderboardDatasetBench Data

Video-Reason investigates whether generative models can perform genuine reasoning—such as solving chess puzzles, navigating mazes, completing Sudoku, performing mental rotation, and solving Raven's matrices—directly through visual generation. VBVR provides scalable data generation and deterministic evaluation; VBVR-Pro closes the loop with supervised training, reinforcement learning, verifiable rewards, and controlled comparisons across image, interleaved-image, and video generation. All tools are open-source under Apache 2.0.

For documentation, benchmarks, generators, and project updates, visit Video-Reason.com.


Core Repositories

VBVR-Pro — Training and Inference Code

Unified training and inference for the VBVR-Pro image, interleaved-image, and video model families.

VBVR-Pro-Bench — Verifiable Benchmark

Task-grounded evaluation and verifiable reward scorers for native visual reasoning.

Awesome-Video-Reasoning — Paper Collection

A curated list of research papers on reasoning with video generation models


Links


Citation

If you use our work in your research, please cite the corresponding paper.

VBVR

@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 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}
}

VBVR-Pro

@misc{xu2026vbvrproscalableverifiablesuite,
title = {VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
author = {Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Rapha{\"e}l Milli{\`e}re and Vincent C. M{\"u}ller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
year = {2026},
eprint = {2608.26105},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2608.26105}
}

Popular repositories Loading

  1. VBVR-EvalKit VBVR-EvalKitPublic

    This is a framework for evaluating reasoning in foundational Video Models.

    Python 224 14

  2. Awesome-Video-Reasoning Awesome-Video-ReasoningPublic

    This is a collection of recent papers on reasoning in video generation models.

    164 6

  3. VBVR-Wan2.2 VBVR-Wan2.2Public

    Official training and inference code for VBVR (A Very Big Video Reasoning Suite)

    Python 28 1

  4. VBVR-Pro VBVR-ProPublic

    VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning

    Python 26

  5. VBVR-Pro-Bench VBVR-Pro-BenchPublic

    Rule-based evaluation kit for VBVR-Pro-Bench — 100 visual-reasoning tasks, one hand-written evaluator each

    Python 12

  6. .github .githubPublic

    Video-Reason organization profile

    1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…

, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Video-Reason · GitHub
Skip to content
@Video-Reason

Video-Reason

Towards reasoning in video generation models.

Video-Reason

Towards Reasoning in Visual Generation Models!
We build open-source data, models, tools, and benchmarks for native visual reasoning.


Research Programs

A Scalable and Verifiable Suite for Native Visual Reasoning

VBVR-Pro turns visual reasoning into a scalable, verifiable training and evaluation loop: 300 procedural tasks, aligned image/interleaved text-image/video solutions, and verifiable task-specific evaluation.

  • 300 procedurally generated training tasks
  • Task-grounded, verifiable reward scorers
  • Image, interleaved text-image, and video model families

arXivCodeEval CodeLeaderboard


DatasetDatasetDatasetBench Data

A Very Big Video Reasoning Suite

Our first investigation on whether video generation models can solve visual reasoning tasks through generation.

  • Study of data scaling behaviour
  • Comprehensive evaluation on proprietary and open-source video models

arXivCodeEval CodeLeaderboardDatasetBench Data

Video-Reason investigates whether generative models can perform genuine reasoning—such as solving chess puzzles, navigating mazes, completing Sudoku, performing mental rotation, and solving Raven's matrices—directly through visual generation. VBVR provides scalable data generation and deterministic evaluation; VBVR-Pro closes the loop with supervised training, reinforcement learning, verifiable rewards, and controlled comparisons across image, interleaved-image, and video generation. All tools are open-source under Apache 2.0.

For documentation, benchmarks, generators, and project updates, visit Video-Reason.com.


Core Repositories

VBVR-Pro — Training and Inference Code

Unified training and inference for the VBVR-Pro image, interleaved-image, and video model families.

VBVR-Pro-Bench — Verifiable Benchmark

Task-grounded evaluation and verifiable reward scorers for native visual reasoning.

Awesome-Video-Reasoning — Paper Collection

A curated list of research papers on reasoning with video generation models


Links


Citation

If you use our work in your research, please cite the corresponding paper.

VBVR

@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 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}
}

VBVR-Pro

@misc{xu2026vbvrproscalableverifiablesuite,
title = {VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
author = {Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Rapha{\"e}l Milli{\`e}re and Vincent C. M{\"u}ller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
year = {2026},
eprint = {2608.26105},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2608.26105}
}

Popular repositories Loading

  1. VBVR-EvalKit VBVR-EvalKitPublic

    This is a framework for evaluating reasoning in foundational Video Models.

    Python 224 14

  2. Awesome-Video-Reasoning Awesome-Video-ReasoningPublic

    This is a collection of recent papers on reasoning in video generation models.

    164 6

  3. VBVR-Wan2.2 VBVR-Wan2.2Public

    Official training and inference code for VBVR (A Very Big Video Reasoning Suite)

    Python 28 1

  4. VBVR-Pro VBVR-ProPublic

    VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning

    Python 26

  5. VBVR-Pro-Bench VBVR-Pro-BenchPublic

    Rule-based evaluation kit for VBVR-Pro-Bench — 100 visual-reasoning tasks, one hand-written evaluator each

    Python 12

  6. .github .githubPublic

    Video-Reason organization profile

    1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…

, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Video-Reason · GitHub
Skip to content
@Video-Reason

Video-Reason

Towards reasoning in video generation models.

Video-Reason

Towards Reasoning in Visual Generation Models!
We build open-source data, models, tools, and benchmarks for native visual reasoning.


Research Programs

A Scalable and Verifiable Suite for Native Visual Reasoning

VBVR-Pro turns visual reasoning into a scalable, verifiable training and evaluation loop: 300 procedural tasks, aligned image/interleaved text-image/video solutions, and verifiable task-specific evaluation.

  • 300 procedurally generated training tasks
  • Task-grounded, verifiable reward scorers
  • Image, interleaved text-image, and video model families

arXivCodeEval CodeLeaderboard


DatasetDatasetDatasetBench Data

A Very Big Video Reasoning Suite

Our first investigation on whether video generation models can solve visual reasoning tasks through generation.

  • Study of data scaling behaviour
  • Comprehensive evaluation on proprietary and open-source video models

arXivCodeEval CodeLeaderboardDatasetBench Data

Video-Reason investigates whether generative models can perform genuine reasoning—such as solving chess puzzles, navigating mazes, completing Sudoku, performing mental rotation, and solving Raven's matrices—directly through visual generation. VBVR provides scalable data generation and deterministic evaluation; VBVR-Pro closes the loop with supervised training, reinforcement learning, verifiable rewards, and controlled comparisons across image, interleaved-image, and video generation. All tools are open-source under Apache 2.0.

For documentation, benchmarks, generators, and project updates, visit Video-Reason.com.


Core Repositories

VBVR-Pro — Training and Inference Code

Unified training and inference for the VBVR-Pro image, interleaved-image, and video model families.

VBVR-Pro-Bench — Verifiable Benchmark

Task-grounded evaluation and verifiable reward scorers for native visual reasoning.

Awesome-Video-Reasoning — Paper Collection

A curated list of research papers on reasoning with video generation models


Links


Citation

If you use our work in your research, please cite the corresponding paper.

VBVR

@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 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}
}

VBVR-Pro

@misc{xu2026vbvrproscalableverifiablesuite,
title = {VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
author = {Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Rapha{\"e}l Milli{\`e}re and Vincent C. M{\"u}ller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
year = {2026},
eprint = {2608.26105},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2608.26105}
}

Popular repositories Loading

  1. VBVR-EvalKit VBVR-EvalKitPublic

    This is a framework for evaluating reasoning in foundational Video Models.

    Python 224 14

  2. Awesome-Video-Reasoning Awesome-Video-ReasoningPublic

    This is a collection of recent papers on reasoning in video generation models.

    164 6

  3. VBVR-Wan2.2 VBVR-Wan2.2Public

    Official training and inference code for VBVR (A Very Big Video Reasoning Suite)

    Python 28 1

  4. VBVR-Pro VBVR-ProPublic

    VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning

    Python 26

  5. VBVR-Pro-Bench VBVR-Pro-BenchPublic

    Rule-based evaluation kit for VBVR-Pro-Bench — 100 visual-reasoning tasks, one hand-written evaluator each

    Python 12

  6. .github .githubPublic

    Video-Reason organization profile

    1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…

, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Video-Reason · GitHub
Skip to content
@Video-Reason

Video-Reason

Towards reasoning in video generation models.

Video-Reason

Towards Reasoning in Visual Generation Models!
We build open-source data, models, tools, and benchmarks for native visual reasoning.


Research Programs

A Scalable and Verifiable Suite for Native Visual Reasoning

VBVR-Pro turns visual reasoning into a scalable, verifiable training and evaluation loop: 300 procedural tasks, aligned image/interleaved text-image/video solutions, and verifiable task-specific evaluation.

  • 300 procedurally generated training tasks
  • Task-grounded, verifiable reward scorers
  • Image, interleaved text-image, and video model families

arXivCodeEval CodeLeaderboard


DatasetDatasetDatasetBench Data

A Very Big Video Reasoning Suite

Our first investigation on whether video generation models can solve visual reasoning tasks through generation.

  • Study of data scaling behaviour
  • Comprehensive evaluation on proprietary and open-source video models

arXivCodeEval CodeLeaderboardDatasetBench Data

Video-Reason investigates whether generative models can perform genuine reasoning—such as solving chess puzzles, navigating mazes, completing Sudoku, performing mental rotation, and solving Raven's matrices—directly through visual generation. VBVR provides scalable data generation and deterministic evaluation; VBVR-Pro closes the loop with supervised training, reinforcement learning, verifiable rewards, and controlled comparisons across image, interleaved-image, and video generation. All tools are open-source under Apache 2.0.

For documentation, benchmarks, generators, and project updates, visit Video-Reason.com.


Core Repositories

VBVR-Pro — Training and Inference Code

Unified training and inference for the VBVR-Pro image, interleaved-image, and video model families.

VBVR-Pro-Bench — Verifiable Benchmark

Task-grounded evaluation and verifiable reward scorers for native visual reasoning.

Awesome-Video-Reasoning — Paper Collection

A curated list of research papers on reasoning with video generation models


Links


Citation

If you use our work in your research, please cite the corresponding paper.

VBVR

@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 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}
}

VBVR-Pro

@misc{xu2026vbvrproscalableverifiablesuite,
title = {VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
author = {Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Rapha{\"e}l Milli{\`e}re and Vincent C. M{\"u}ller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
year = {2026},
eprint = {2608.26105},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2608.26105}
}

Popular repositories Loading

  1. VBVR-EvalKit VBVR-EvalKitPublic

    This is a framework for evaluating reasoning in foundational Video Models.

    Python 224 14

  2. Awesome-Video-Reasoning Awesome-Video-ReasoningPublic

    This is a collection of recent papers on reasoning in video generation models.

    164 6

  3. VBVR-Wan2.2 VBVR-Wan2.2Public

    Official training and inference code for VBVR (A Very Big Video Reasoning Suite)

    Python 28 1

  4. VBVR-Pro VBVR-ProPublic

    VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning

    Python 26

  5. VBVR-Pro-Bench VBVR-Pro-BenchPublic

    Rule-based evaluation kit for VBVR-Pro-Bench — 100 visual-reasoning tasks, one hand-written evaluator each

    Python 12

  6. .github .githubPublic

    Video-Reason organization profile

    1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…

, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Video-Reason · GitHub
Skip to content
@Video-Reason

Video-Reason

Towards reasoning in video generation models.

Video-Reason

Towards Reasoning in Visual Generation Models!
We build open-source data, models, tools, and benchmarks for native visual reasoning.


Research Programs

A Scalable and Verifiable Suite for Native Visual Reasoning

VBVR-Pro turns visual reasoning into a scalable, verifiable training and evaluation loop: 300 procedural tasks, aligned image/interleaved text-image/video solutions, and verifiable task-specific evaluation.

  • 300 procedurally generated training tasks
  • Task-grounded, verifiable reward scorers
  • Image, interleaved text-image, and video model families

arXivCodeEval CodeLeaderboard


DatasetDatasetDatasetBench Data

A Very Big Video Reasoning Suite

Our first investigation on whether video generation models can solve visual reasoning tasks through generation.

  • Study of data scaling behaviour
  • Comprehensive evaluation on proprietary and open-source video models

arXivCodeEval CodeLeaderboardDatasetBench Data

Video-Reason investigates whether generative models can perform genuine reasoning—such as solving chess puzzles, navigating mazes, completing Sudoku, performing mental rotation, and solving Raven's matrices—directly through visual generation. VBVR provides scalable data generation and deterministic evaluation; VBVR-Pro closes the loop with supervised training, reinforcement learning, verifiable rewards, and controlled comparisons across image, interleaved-image, and video generation. All tools are open-source under Apache 2.0.

For documentation, benchmarks, generators, and project updates, visit Video-Reason.com.


Core Repositories

VBVR-Pro — Training and Inference Code

Unified training and inference for the VBVR-Pro image, interleaved-image, and video model families.

VBVR-Pro-Bench — Verifiable Benchmark

Task-grounded evaluation and verifiable reward scorers for native visual reasoning.

Awesome-Video-Reasoning — Paper Collection

A curated list of research papers on reasoning with video generation models


Links


Citation

If you use our work in your research, please cite the corresponding paper.

VBVR

@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 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}
}

VBVR-Pro

@misc{xu2026vbvrproscalableverifiablesuite,
title = {VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
author = {Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Rapha{\"e}l Milli{\`e}re and Vincent C. M{\"u}ller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
year = {2026},
eprint = {2608.26105},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2608.26105}
}

Popular repositories Loading

  1. VBVR-EvalKit VBVR-EvalKitPublic

    This is a framework for evaluating reasoning in foundational Video Models.

    Python 224 14

  2. Awesome-Video-Reasoning Awesome-Video-ReasoningPublic

    This is a collection of recent papers on reasoning in video generation models.

    164 6

  3. VBVR-Wan2.2 VBVR-Wan2.2Public

    Official training and inference code for VBVR (A Very Big Video Reasoning Suite)

    Python 28 1

  4. VBVR-Pro VBVR-ProPublic

    VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning

    Python 26

  5. VBVR-Pro-Bench VBVR-Pro-BenchPublic

    Rule-based evaluation kit for VBVR-Pro-Bench — 100 visual-reasoning tasks, one hand-written evaluator each

    Python 12

  6. .github .githubPublic

    Video-Reason organization profile

    1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…

, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Video-Reason · GitHub
Skip to content
@Video-Reason

Video-Reason

Towards reasoning in video generation models.

Video-Reason

Towards Reasoning in Visual Generation Models!
We build open-source data, models, tools, and benchmarks for native visual reasoning.


Research Programs

A Scalable and Verifiable Suite for Native Visual Reasoning

VBVR-Pro turns visual reasoning into a scalable, verifiable training and evaluation loop: 300 procedural tasks, aligned image/interleaved text-image/video solutions, and verifiable task-specific evaluation.

  • 300 procedurally generated training tasks
  • Task-grounded, verifiable reward scorers
  • Image, interleaved text-image, and video model families

arXivCodeEval CodeLeaderboard


DatasetDatasetDatasetBench Data

A Very Big Video Reasoning Suite

Our first investigation on whether video generation models can solve visual reasoning tasks through generation.

  • Study of data scaling behaviour
  • Comprehensive evaluation on proprietary and open-source video models

arXivCodeEval CodeLeaderboardDatasetBench Data

Video-Reason investigates whether generative models can perform genuine reasoning—such as solving chess puzzles, navigating mazes, completing Sudoku, performing mental rotation, and solving Raven's matrices—directly through visual generation. VBVR provides scalable data generation and deterministic evaluation; VBVR-Pro closes the loop with supervised training, reinforcement learning, verifiable rewards, and controlled comparisons across image, interleaved-image, and video generation. All tools are open-source under Apache 2.0.

For documentation, benchmarks, generators, and project updates, visit Video-Reason.com.


Core Repositories

VBVR-Pro — Training and Inference Code

Unified training and inference for the VBVR-Pro image, interleaved-image, and video model families.

VBVR-Pro-Bench — Verifiable Benchmark

Task-grounded evaluation and verifiable reward scorers for native visual reasoning.

Awesome-Video-Reasoning — Paper Collection

A curated list of research papers on reasoning with video generation models


Links


Citation

If you use our work in your research, please cite the corresponding paper.

VBVR

@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 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}
}

VBVR-Pro

@misc{xu2026vbvrproscalableverifiablesuite,
title = {VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
author = {Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Rapha{\"e}l Milli{\`e}re and Vincent C. M{\"u}ller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
year = {2026},
eprint = {2608.26105},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2608.26105}
}

Popular repositories Loading

  1. VBVR-EvalKit VBVR-EvalKitPublic

    This is a framework for evaluating reasoning in foundational Video Models.

    Python 224 14

  2. Awesome-Video-Reasoning Awesome-Video-ReasoningPublic

    This is a collection of recent papers on reasoning in video generation models.

    164 6

  3. VBVR-Wan2.2 VBVR-Wan2.2Public

    Official training and inference code for VBVR (A Very Big Video Reasoning Suite)

    Python 28 1

  4. VBVR-Pro VBVR-ProPublic

    VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning

    Python 26

  5. VBVR-Pro-Bench VBVR-Pro-BenchPublic

    Rule-based evaluation kit for VBVR-Pro-Bench — 100 visual-reasoning tasks, one hand-written evaluator each

    Python 12

  6. .github .githubPublic

    Video-Reason organization profile

    1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…

, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Video-Reason · GitHub
Skip to content
@Video-Reason

Video-Reason

Towards reasoning in video generation models.

Video-Reason

Towards Reasoning in Visual Generation Models!
We build open-source data, models, tools, and benchmarks for native visual reasoning.


Research Programs

A Scalable and Verifiable Suite for Native Visual Reasoning

VBVR-Pro turns visual reasoning into a scalable, verifiable training and evaluation loop: 300 procedural tasks, aligned image/interleaved text-image/video solutions, and verifiable task-specific evaluation.

  • 300 procedurally generated training tasks
  • Task-grounded, verifiable reward scorers
  • Image, interleaved text-image, and video model families

arXivCodeEval CodeLeaderboard


DatasetDatasetDatasetBench Data

A Very Big Video Reasoning Suite

Our first investigation on whether video generation models can solve visual reasoning tasks through generation.

  • Study of data scaling behaviour
  • Comprehensive evaluation on proprietary and open-source video models

arXivCodeEval CodeLeaderboardDatasetBench Data

Video-Reason investigates whether generative models can perform genuine reasoning—such as solving chess puzzles, navigating mazes, completing Sudoku, performing mental rotation, and solving Raven's matrices—directly through visual generation. VBVR provides scalable data generation and deterministic evaluation; VBVR-Pro closes the loop with supervised training, reinforcement learning, verifiable rewards, and controlled comparisons across image, interleaved-image, and video generation. All tools are open-source under Apache 2.0.

For documentation, benchmarks, generators, and project updates, visit Video-Reason.com.


Core Repositories

VBVR-Pro — Training and Inference Code

Unified training and inference for the VBVR-Pro image, interleaved-image, and video model families.

VBVR-Pro-Bench — Verifiable Benchmark

Task-grounded evaluation and verifiable reward scorers for native visual reasoning.

Awesome-Video-Reasoning — Paper Collection

A curated list of research papers on reasoning with video generation models


Links


Citation

If you use our work in your research, please cite the corresponding paper.

VBVR

@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 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}
}

VBVR-Pro

@misc{xu2026vbvrproscalableverifiablesuite,
title = {VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
author = {Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Rapha{\"e}l Milli{\`e}re and Vincent C. M{\"u}ller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
year = {2026},
eprint = {2608.26105},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2608.26105}
}

Popular repositories Loading

  1. VBVR-EvalKit VBVR-EvalKitPublic

    This is a framework for evaluating reasoning in foundational Video Models.

    Python 224 14

  2. Awesome-Video-Reasoning Awesome-Video-ReasoningPublic

    This is a collection of recent papers on reasoning in video generation models.

    164 6

  3. VBVR-Wan2.2 VBVR-Wan2.2Public

    Official training and inference code for VBVR (A Very Big Video Reasoning Suite)

    Python 28 1

  4. VBVR-Pro VBVR-ProPublic

    VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning

    Python 26

  5. VBVR-Pro-Bench VBVR-Pro-BenchPublic

    Rule-based evaluation kit for VBVR-Pro-Bench — 100 visual-reasoning tasks, one hand-written evaluator each

    Python 12

  6. .github .githubPublic

    Video-Reason organization profile

    1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…

, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); Video-Reason · GitHub
Skip to content
@Video-Reason

Video-Reason

Towards reasoning in video generation models.

Video-Reason

Towards Reasoning in Visual Generation Models!
We build open-source data, models, tools, and benchmarks for native visual reasoning.


Research Programs

A Scalable and Verifiable Suite for Native Visual Reasoning

VBVR-Pro turns visual reasoning into a scalable, verifiable training and evaluation loop: 300 procedural tasks, aligned image/interleaved text-image/video solutions, and verifiable task-specific evaluation.

  • 300 procedurally generated training tasks
  • Task-grounded, verifiable reward scorers
  • Image, interleaved text-image, and video model families

arXivCodeEval CodeLeaderboard


DatasetDatasetDatasetBench Data

A Very Big Video Reasoning Suite

Our first investigation on whether video generation models can solve visual reasoning tasks through generation.

  • Study of data scaling behaviour
  • Comprehensive evaluation on proprietary and open-source video models

arXivCodeEval CodeLeaderboardDatasetBench Data

Video-Reason investigates whether generative models can perform genuine reasoning—such as solving chess puzzles, navigating mazes, completing Sudoku, performing mental rotation, and solving Raven's matrices—directly through visual generation. VBVR provides scalable data generation and deterministic evaluation; VBVR-Pro closes the loop with supervised training, reinforcement learning, verifiable rewards, and controlled comparisons across image, interleaved-image, and video generation. All tools are open-source under Apache 2.0.

For documentation, benchmarks, generators, and project updates, visit Video-Reason.com.


Core Repositories

VBVR-Pro — Training and Inference Code

Unified training and inference for the VBVR-Pro image, interleaved-image, and video model families.

VBVR-Pro-Bench — Verifiable Benchmark

Task-grounded evaluation and verifiable reward scorers for native visual reasoning.

Awesome-Video-Reasoning — Paper Collection

A curated list of research papers on reasoning with video generation models


Links


Citation

If you use our work in your research, please cite the corresponding paper.

VBVR

@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 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}
}

VBVR-Pro

@misc{xu2026vbvrproscalableverifiablesuite,
title = {VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
author = {Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Rapha{\"e}l Milli{\`e}re and Vincent C. M{\"u}ller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
year = {2026},
eprint = {2608.26105},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2608.26105}
}

Popular repositories Loading

  1. VBVR-EvalKit VBVR-EvalKitPublic

    This is a framework for evaluating reasoning in foundational Video Models.

    Python 224 14

  2. Awesome-Video-Reasoning Awesome-Video-ReasoningPublic

    This is a collection of recent papers on reasoning in video generation models.

    164 6

  3. VBVR-Wan2.2 VBVR-Wan2.2Public

    Official training and inference code for VBVR (A Very Big Video Reasoning Suite)

    Python 28 1

  4. VBVR-Pro VBVR-ProPublic

    VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning

    Python 26

  5. VBVR-Pro-Bench VBVR-Pro-BenchPublic

    Rule-based evaluation kit for VBVR-Pro-Bench — 100 visual-reasoning tasks, one hand-written evaluator each

    Python 12

  6. .github .githubPublic

    Video-Reason organization profile

    1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…