The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

Orchard: Apple-π Ground-Truth Dataset

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
  • Paper: arXiv:2607.16401
  • Project page: Apple-π
  • Code and evaluator: 21yrm/Apple-PI
  • 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/
    └── Gravity/
        └── FreeFall/
            └── 000000/
                ├── metadata.json
                ├── initial_state/
                ├── instantaneous_velocity/
                ├── rgb/
                ├── instance_segmentation/
                ├── mask/
                ├── depth/                 # simulator cases
                ├── velocity/              # simulator cases
                └── camera_parameters/     # simulator cases

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
71

Paper for yaorunmao/Apple-PI-GT