Apple-PI-GT
收藏资源简介:
Orchard 是 Apple-π 基准测试(Benchmarking Thinking with Video Towards Law-Grounded Physical Intelligence)的真实数据(ground-truth)数据集。该数据集包含 400 个视频,涵盖 10 个经典力学任务,这些任务包括模拟生成、自行录制以及互联网来源的案例。其中,9 个任务专注于单一物理定律,用于受控诊断,另有一个多定律组合任务用于测试泛化能力。Apple-π 通过五个子赛道评估模型能否读取物理量、制定控制定律并生成符合定律的未来状态:感知文本子赛道(在白色背景上呈现物理量)、感知图形子赛道(在白色背景上分离物理对象)、公式文本子赛道(选择定律并代入数值的公式)、公式图形子赛道(带速度注释的未来状态)、推理图形子赛道(完整动力学视频或时间戳关键帧)。数据集以文件树形式组织,按物理定律(如UniversalGravitation、ConservationOfMomentum、NewtonsFirstLaw、MultiLaw)和具体任务分层存放。每个案例包含 metadata.json、初始状态、瞬时速度、RGB、实例分割、掩码、深度(模拟案例)、速度(模拟案例)和相机参数(模拟案例)等数据模态。每个案例的每个子赛道提供 3 次独立运行的评估样本。该数据集旨在作为评估基准,不应用于训练或调优模型。数据集采用 Creative Commons Attribution 4.0 International License。
Orchard is the ground-truth dataset of the Apple-π benchmark (Benchmarking Thinking with Video Towards Law-Grounded Physical Intelligence). The dataset contains 400 videos covering 10 classical mechanics tasks, including simulated, self-recorded, and internet-sourced cases. Among them, 9 tasks focus on a single physical law for controlled diagnosis, and one multi-law combination task tests generalization ability. Apple-π evaluates models through five sub-tracks: perception-text sub-track (presenting physical quantities on a white background), perception-graphic sub-track (separating physical objects on a white background), formula-text sub-track (selecting a law and substituting values into a formula), formula-graphic sub-track (future states with velocity annotations), and reasoning-graphic sub-track (complete dynamics videos or timestamp keyframes). The dataset is organized in a file tree structure, layered by physical laws (e.g., UniversalGravitation, ConservationOfMomentum, NewtonsFirstLaw, MultiLaw) and specific tasks. Each case includes metadata.json, initial state, instantaneous velocity, RGB, instance segmentation, mask, depth (simulated cases), velocity (simulated cases), camera parameters (simulated cases), and other data modalities. Each sub-track provides 3 independent evaluation samples per case. The dataset is intended as an evaluation benchmark and should not be used for training or tuning models. It is licensed under Creative Commons Attribution 4.0 International License.
数据集概述:Orchard (Apple-π 基准真值数据集)
基本信息
- 数据集ID:
yaorunmao/Apple-PI-GT - 数据集名称: Orchard: Apple-π Ground-Truth Dataset
- 数据集格式版本: 1.0
- 提示词版本: 1.0
- 许可协议: CC-BY-4.0
- 语言: 英语
- 标注类型: 专家生成
- 数据规模: 少于1K样本
- 任务类别: 图像到视频 (image-to-video)
数据集简介
Orchard 是 Apple-π 基准测试(用于评估视频中思维推理能力,以实现物理智能)的真值数据集。数据集包含400个视频,覆盖10个经典力学任务,数据来源包括模拟生成、自行录制和互联网采集。其中9个任务针对单一物理定律,用于受控诊断;1个任务涉及多定律组合,用于测试泛化能力。
数据集结构
数据集按物理定律分类组织,目录结构如下:
Apple-PI-GT/ ├── dataset.json └── cases/ ├── UniversalGravitation/ │ ├── FreeFall/ (自由落体) │ ├── ProjectileMotion/ (抛体运动) │ ├── InclinedPlane/ (斜面运动) │ └── CircularMotion/ (圆周运动) ├── ConservationOfMomentum/ │ ├── PerfectlyElasticCollision/ (完全弹性碰撞) │ ├── PerfectlyInelasticCollision/ (完全非弹性碰撞) │ └── InelasticCollision/ (非弹性碰撞) ├── NewtonsFirstLaw/ │ ├── AtRest/ (静止) │ └── UniformLinearMotion/ (匀速直线运动) └── MultiLaw/ └── Composition/ (多定律组合)
每个案例包含以下注释文件:
metadata.json:元数据initial_state/:初始状态instantaneous_velocity/:瞬时速度rgb/:RGB图像instance_segmentation/:实例分割mask/:掩码depth/:深度(仅模拟器案例)velocity/:速度(仅模拟器案例)camera_parameters/:相机参数(仅模拟器案例)
评价子任务
Apple-π 通过五个子任务评估模型是否能够读取物理量、制定控制定律并生成符合定律的未来状态:
| 阶段 | 子任务 | 预期输出 |
|---|---|---|
| 感知 | 文本 | 白背景上渲染的物理量 |
| 感知 | 图形 | 白背景上隔离的物理对象 |
| 公式表达 | 文本 | 选定定律及代入数值的公式 |
| 公式表达 | 图形 | 带速度注释的未来状态 |
| 演绎 | 图形 | 完整动态视频或带时间戳的关键帧 |
使用说明
- 预期用途: 评估图像和视频生成模型在定律约束的物理推理方面的能力
- 数据集性质: 该数据集是评估基准,不是训练语料库
- 使用限制: 官方测试案例和真值注释不应被用于训练或调整在 Apple-π 上报告的模型
- 结果报告: 结果应包含每个所需案例及全部3次独立运行,不允许进行 best-of-N 选择
- 每次案例评估样本数: 每个案例/子任务包含3次独立 rollout
许可与引用
- 数据集采用 Creative Commons Attribution 4.0 International License (CC BY 4.0) 发布
- 用户需遵守各案例记录中明确的来源特定归属或使用要求
- 相关论文: arXiv:2607.16401, 由南洋理工大学 S-Lab 与香港中文大学合作完成





