Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: LockedDatasetTimeoutError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image image |
|---|
Apple-π: Benchmarking Thinking with Video
Towards Law-Grounded Physical Intelligence
Runmao Yao*, Kairui Hu*, Yukang Cao, Ruisi Wang,
Shulin Tian, Ziang Cao, Weichen Fan,
Ziqi Huang, Yuhao Dong, Hao Li, Zhaoxi Chen, Zhongang Cai,
Lei Yang, Ziwei Liu†
S-Lab, Nanyang Technological University · The Chinese University of Hong Kong
*Equal contribution · †Corresponding author
Overview
Orchard is the ground-truth dataset for Apple-π: Benchmarking Thinking with Video Towards Law-Grounded Physical Intelligence. It contains 400 videos covering 10 canonical classical-mechanics tasks, including simulated, self-recorded, and Internet-sourced cases. Nine single-law tasks support controlled diagnosis, while one multi-law composition task tests generalization.
Apple-π evaluates whether a model can read physical quantities, formulate the governing law, and generate law-consistent future states through five subtracks:
| Stage | Subtrack | Expected output |
|---|---|---|
| Perception | Text | Physical quantities rendered on white background |
| Perception | Graphic | Physical objects isolated on white background |
| Formulation | Text | Selected law and value-substituted formula |
| Formulation | Graphic | Future state with velocity annotations |
| Deduction | Graphic | Full dynamics video or timestamped keyframes |
- Dataset ID:
yaorunmao/Apple-PI-GT - Dataset format version:
1.0 - Prompt version:
1.0 - Evaluation samples per case/subtrack: 3 independent rollouts
Download and validation
This repository is a file-tree benchmark bundle consumed by the Apple-π evaluator. Download a snapshot of the complete repository:
hf download yaorunmao/Apple-PI-GT \
--repo-type dataset \
--local-dir data/apple_pi
After installing the Apple-π codebase, validate the release:
apple-pi validate-gt --gt-dir data/apple_pi
The equivalent codebase download command is:
apple-pi download-data --output data/apple_pi
Dataset structure
Apple-PI-GT/
├── README.md
├── dataset.json
└── cases/
├── UniversalGravitation/
│ ├── FreeFall/
│ ├── ProjectileMotion/
│ ├── InclinedPlane/
│ └── CircularMotion/
├── ConservationOfMomentum/
│ ├── PerfectlyElasticCollision/
│ ├── PerfectlyInelasticCollision/
│ └── InelasticCollision/
├── NewtonsFirstLaw/
│ ├── AtRest/
│ └── UniformLinearMotion/
└── MultiLaw/
└── Composition/
└── 000000/
├── metadata.json
├── initial_state/
├── instantaneous_velocity/
├── rgb/
├── instance_segmentation/
├── mask/
├── depth/ # simulator cases
├── velocity/ # simulator cases
└── camera_parameters/ # simulator cases
Directory names use PascalCase versions of the law pillars and task names from
the paper. Punctuation is omitted from path names, so “Newton's first law” and
“multi-law” are represented as NewtonsFirstLaw and MultiLaw.
Intended use
Orchard is intended for evaluating image and video generation models on law-grounded physical reasoning. This is an evaluation benchmark, not a training corpus. Official test cases and ground-truth annotations should not be used to train or tune models reported on Apple-π. Results should include every required case and all three independent rollouts without best-of-N selection.
License
Unless a file or source attribution states otherwise, this dataset is released under the Creative Commons Attribution 4.0 International License. Users are responsible for following source-specific attribution or usage requirements documented with individual cases.
Citation
@misc{yao2026applepibenchmarkingthinkingvideo,
title={Apple-$\pi$: Benchmarking Thinking with Video Towards Law-Grounded Physical Intelligence},
author={Runmao Yao and Kairui Hu and Yukang Cao and Ruisi Wang and Shulin Tian and Ziang Cao and Weichen Fan and Ziqi Huang and Yuhao Dong and Hao Li and Zhaoxi Chen and Zhongang Cai and Lei Yang and Ziwei Liu},
year={2026},
eprint={2607.16401},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2607.16401},
}
- Downloads last month
- 5,510