Analysis updated 2026-05-18
Evaluate a video generation model's physical and logical reasoning ability
Compare closed source and open source video generators on a public leaderboard
Train or test reward models using the companion preference dataset
Study which reasoning categories current video generators struggle with
| unix-ai-lab/worldreasonbench | 0c33/agentic-ai | adennng/stock_strategy_lab | |
|---|---|---|---|
| Stars | 14 | 14 | 14 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | hard |
| Complexity | 2/5 | 4/5 | 4/5 |
| Audience | researcher | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires downloading the dataset from Hugging Face and a video generation model to evaluate.
WorldReasonBench is a research benchmark that tests whether AI video generators can genuinely reason about how the world changes over time, rather than simply producing visually convincing footage. The central question it asks is: given a starting scene and an action, does the generated video show a future state that is physically, socially, logically, and informationally consistent with reality? The benchmark contains 436 carefully selected test cases with structured question-and-answer annotations covering four reasoning dimensions and 22 subcategories, including world knowledge, human-centric behavior, logic reasoning, and information-based inference. Alongside the main benchmark, the project also releases WorldRewardBench, a companion preference benchmark with approximately 6,000 expert-annotated pairs across over 1,400 videos, designed to evaluate reward models used to score video quality. Evaluation uses two scoring approaches. The first, called Score_PR, combines question-answer accuracy with a dynamic-phase penalty, and the README reports that this metric reproduces human preference rankings with very low rank displacement. The second, S(v), is a weighted score across reasoning quality, temporal consistency, and visual aesthetics. Results from 11 evaluated generators are published in a leaderboard in the README, separated into closed-source and open-source models. The benchmark is positioned as a research contribution to the question of whether video generation systems are becoming true world simulators. It is written in Python, and the dataset is available on Hugging Face. The full README is longer than what was provided.
A benchmark that tests whether AI video generators understand real world cause and effect, not just visual realism.
Mainly Python. The stack also includes Python.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.