--- pretty_name: "WRBench Human Annotations" license: apache-2.0 language: - en tags: - video - video-generation - world-models - benchmark - evaluation - human-evaluation - human-feedback - wrbench - arxiv:2606.20545 task_categories: - image-to-video size_categories: - 1K` of the two compared clips | | `verdict` | string | Aggregated pairwise outcome (A / B / tie) | | `verdict_annotators` | list | Anonymized annotator ids (`p1`, `p2`, …) | | `n_verdict_annotators` | int | Number of annotators contributing a verdict | | `created_at` | string | Annotation timestamp | ### `annotation_to_video` `video_asset_id` → `pair_id` index for joining annotations back to clips. ### `exclusions` Maintenance-queue pairs withheld from the release, with a reason code. ## Load ```python from datasets import load_dataset pairs = load_dataset("WRBench/wrbench-human-annotations", "pairs", split="default") ``` ## Privacy Public fields only: `pair_id`, anonymized `verdict_annotators`, timestamps, `video_asset_id`, and release-safe endpoint metadata. No internal paths, raw annotator identities, or other PII are included. See `datasheet.md` for the full data statement. ## Links - 🎞️ Videos: https://huggingface.co/datasets/WRBench/wrbench-videos - 📊 Results table: https://huggingface.co/datasets/WRBench/wrbench-results - 🖼️ Natural-25 prompts: https://huggingface.co/datasets/WRBench/wrbench-natural25 - 🏆 Leaderboard: https://huggingface.co/spaces/WRBench/wrbench-leaderboard - 🧭 Release collection: https://huggingface.co/collections/WRBench/wrbench-current-world-models-lack-a-persistent-state-core-6a365c717251293c9fc2cc26 - 💻 GitHub: https://github.com/JinPLu/WRBench - 🌐 Project page: https://jinplu.github.io/WRBench/ - 📄 Paper: https://arxiv.org/abs/2606.20545 - 🤗 HF paper page: https://huggingface.co/papers/2606.20545 ## Citation ```bibtex @article{wrbench2026, title = {Current World Models Lack a Persistent State Core}, author = {WRBench Team}, journal = {arXiv preprint arXiv:2606.20545}, year = {2026}, url = {https://arxiv.org/abs/2606.20545} } ```