--- license: cc-by-nc-sa-4.0 task_categories: - video-classification - robotics tags: - world-model - evaluation - embodied-ai - ground-truth pretty_name: "WM-Eval GT: EWMBench Ground Truth" size_categories: - 1K ``` Or used programmatically: ```python from wm_eval.evaluation.models.registry import ModelRegistry registry = ModelRegistry() gt_path = registry.resolve("Physis-AI/wm-eval-gt-ewmbench", repo_type="dataset") ``` ## License This dataset follows the original [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license from AgibotTech/EWMBench. ## Citation ```bibtex @article{ewmbench2025, title={EWMBench: Evaluating Scene Understanding and Generation Quality for Embodied World Models}, author={AgibotTech}, year={2025}, eprint={2505.09694}, archivePrefix={arXiv} } ```