FINAL-Bench/World-Model
๐ World Model Bench (WM Bench) v1.0 Beyond FID โ Measuring Intelligence, Not Just Motion WM Bench is the world's first benchmark for evaluating the cognitive capabilities of World Models and Embodied AI systems. ๐ฏ Why WM Bench? Existing world model evaluations focus on: FID / FVD โ image and video quality ("Does it look real?") Atari scores โ performance in fixed game environments WM Bench measures something different: Does the model think correctly?โฆ See the full description on the dataset page: https://huggingface.co/datasets/FINAL-Bench/World-Model.
๐ World Model Bench (WM Bench) v1.0
Beyond FID โ Measuring Intelligence, Not Just Motion
WM Bench is the world's first benchmark for evaluating the cognitive capabilities of World Models and Embodied AI systems.
   
๐ฏ Why WM Bench?
Existing world model evaluations focus on:
- FID / FVD โ image and video quality ("Does it look real?")
- Atari scores โ performance in fixed game environments
*WM Bench measures something different: Does the model think correctly?*
๐ Benchmark Structure
3 Pillars ยท 10 Categories ยท 100 Scenarios
WM Score (0 โ 1000)
โโโ ๐ P1: Perception 250 pts โ C01, C02
โโโ ๐ง P2: Cognition 450 pts โ C03, C04, C05, C06, C07
โโโ ๐ฅ P3: Embodiment 300 pts โ C08, C09, C10Why Cognition is 45%: Existing world models measure perception and motion โ but not judgment. WM Bench is the only benchmark that measures the quality of a model's decisions.
โฆ = First defined in this benchmark โฆโฆ = No prior research exists
Grade Scale
๐ How to Participate
No 3D environment needed. WM Bench evaluates via text I/O only:
INPUT: scene_context JSON
OUTPUT: PREDICT: left=danger(wall), right=safe(open), fwd=danger(beast), back=safe
MOTION: a person sprinting right in desperate terrorParticipation Tracks
Quick Start
git clone https://huggingface.co/datasets/VIDraft/wm-bench-dataset
cd wm-bench-dataset
python example_submission.py \
--api_url https://api.openai.com/v1/chat/completions \
--api_key YOUR_KEY \
--model YOUR_MODEL \
--output my_submission.jsonThen upload my_submission.json to the WM Bench Leaderboard.
๐ Current Leaderboard
Submit your model at the [WM Bench Leaderboard](https://huggingface.co/spaces/FINAL-Bench/worldmodel-bench)
๐ PROMETHEUS World Model โ Live Demo
WM Bench is powered by VIDRAFT PROMETHEUS, the world's first real-time embodied AI that combines FloodDiffusion motion generation with a Kimi K2.5 cognitive brain.
Perceive โ Predict โ Decide โ Act
๐ Try it live: FINAL-Bench/World-Model
๐ฆ Dataset Files
wm-bench-dataset/
โโโ wm_bench.jsonl # 100 scenarios + ground truth
โโโ example_submission.py # Participation template
โโโ wm_bench_scoring.py # Scoring engine (fully open)
โโโ wm_bench_eval.py # Evaluation runner
โโโ README.md๐ฌ FINAL Bench Family
WM Bench is part of the FINAL Bench Family โ a suite of AGI evaluation benchmarks by VIDRAFT:
This model is introduced in Darwin Family.
