AnonymousSubmitt commited on
Commit
20328af
·
verified ·
1 Parent(s): 9a99909

Update README + croissant (simplified, 400-case framing, Croissant validation PASS)

Browse files
Files changed (2) hide show
  1. README.md +29 -84
  2. croissant.json +21 -108
README.md CHANGED
@@ -1,108 +1,53 @@
1
- # Apple-Pi: Physics Infographics Evaluation Subset
 
 
2
 
3
- A 100-case evaluation subset (50 simulation + 50 realworld) for physics-infographic reasoning evaluation in image and video generation models.
4
 
5
- ## Overview
6
 
7
- This dataset contains ground-truth recordings and annotations for physics scenes spanning 9 simulated tasks and 7 realworld categories. Each case provides full per-frame rendering, instance segmentation, velocity tracking, depth, mask, and human-readable physical-parameter annotations, suitable for evaluating multi-step physics understanding in generative models.
8
-
9
- ## Folder Structure
10
 
11
  ```
12
  apple-pi/
13
  ├── README.md
14
- ├── croissant.json # Croissant + RAI metadata
15
- ├── selected_cases.json # Manifest with case IDs and sampling strategies
16
- ├── sim_subset/ # 50 simulation cases
17
- │ ├── at_rest/0/, at_rest/2/, ...
18
- │ ├── circular/0/, circular/newbatch_5/, ...
19
- │ └── ... (9 physics tasks)
20
- └── realworld_subset/ # 50 realworld cases
21
- ├── Composition/0/
22
- ├── Gravity/Freefall/1/
23
- ├── ConservationofMomentum/InelasticCollision/1/
24
- └── NewtonsFirstLaw/AtRest/1/
25
  ```
26
 
27
- ## Per-Case Contents (Simulation)
28
-
29
- Each `sim_subset/<task>/<case_id>/`:
30
-
31
- | File / Folder | Description |
32
- |---|---|
33
- | `annotation.txt` | Human-readable physical parameters (mass, velocity, friction, etc.) |
34
- | `physics_duration.txt` | Total physics-valid duration in seconds |
35
- | `formula_info.json` | 4 candidate formulas + correct answer + variable substitution hints |
36
- | `prompt.txt` | Original task prompt |
37
- | `initial_state/` | First-frame data: `rgb_0000.png` (with annotations), `rgb_0000_white_bg.png`, `rgb_0000_white_bg_obj.png` (object only on white), instance segmentation, mapping, depth, density, mask, velocity, camera parameters |
38
- | `instantaneous_velocity/` | Per-object velocity at a target time: `velocity.json`, `velocity_annotated.png`, `mask.npy`, `mapping.json` |
39
- | `instance_segmentation/maps.npz` | Full-sequence instance segmentation maps |
40
- | `mask/maps.npz` | Full-sequence foreground masks |
41
- | `velocity/maps.npz` | Full-sequence per-pixel velocity maps |
42
- | `depth/maps.npz` | Full-sequence depth maps |
43
- | `density/`, `camera_parameters/` | Per-frame density buffers and camera parameters |
44
- | `rgb/0000.png ~ 00NN.png` | Rendered video frames at 24 fps (NN = round(physics_duration × 24)) |
45
-
46
- ## Per-Case Contents (Realworld)
47
-
48
- Each `realworld_subset/<category>/[<subcategory>/]<case_id>/`:
49
-
50
- | File / Folder | Description |
51
- |---|---|
52
- | `annotation.txt` | Physical parameters of the recorded scene |
53
- | `annotation_config.json` | Parameter source / unit metadata |
54
- | `formula_info.json` | Same 4-choice formula schema as simulation |
55
- | `physics_duration.txt` | Validated motion duration |
56
- | `initial_state/` | First-frame extraction: `rgb_0000.png`, `rgb_0000_white_bg.png`, `rgb_0000_white_bg_obj.png`, instance segmentation, mapping, mask |
57
- | `instance_segmentation/maps.npz` | Per-frame instance segmentation |
58
- | `mask/maps.npz` | Per-frame foreground mask |
59
- | `instantaneous_velocity/` | Velocity reference at target time: `velocity.json`, `velocity_annotated.png`, `mask.npy` |
60
- | `rgb/video.mp4` | Original video clip |
61
 
62
- ## Tasks Covered
 
 
 
 
 
63
 
64
- ### Simulation (9 physics tasks, 50 cases)
65
- - `at_rest`, `circular`, `freefall`, `inclined_plane`
66
- - `inelastic_collision`, `perfectly_elastic_collision`, `perfectly_inelastic_collision`
67
- - `projectile`, `uniform_linear`
 
68
 
69
- ### Realworld (7 categories, 50 cases)
70
- - `NewtonsFirstLaw/AtRest`
71
- - `Gravity/Freefall`, `Gravity/Projectile`
72
- - `ConservationofMomentum/{InelasticCollision, PerfectlyElasticCollision, PerfectlyInelasticCollision}`
73
- - `Composition` (multi-task)
74
 
75
- ## Sampling
76
 
77
- - **Simulation**: 50 cases selected from a larger 100-case pool with stratified sampling (seed=42, OLD-first); excludes any cases with rendering artifacts.
78
- - **Realworld**: 50 cases sampled from a 157-case pool with stratified sampling proportional to per-subcategory counts (seed=42).
79
 
80
- See `selected_cases.json` for full case-ID lists and sampling metadata.
81
 
82
- ## Intended Use
83
-
84
- - Evaluating image-generation and video-generation models on physics reasoning tasks (perception, comprehension, generation).
85
- - Comparing model outputs against ground-truth simulation rollouts and real-video frames.
86
- - Studying instruction-following and prompt-sensitivity in multimodal models.
87
-
88
- ## Dataset Composition
89
-
90
- | Domain | Cases | Avg files/case | Approx total files |
91
- |---|---:|---:|---:|
92
- | Simulation | 50 | ~750 | ~37,000 |
93
- | Realworld | 50 | ~16 | ~800 |
94
- | **Total** | **100** | | ~37,800 |
95
 
96
  ## License
97
 
98
- Released under **CC BY-SA 4.0** (Creative Commons Attribution–ShareAlike 4.0 International).
99
-
100
- ## Anonymity
101
-
102
- This dataset is released for double-blind submission. All identifying information has been removed.
103
 
104
  ## Citation
105
 
106
  ```
107
- [Anonymous] Apple-Pi: Physics Infographics Evaluation Subset. 2026.
108
  ```
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ ---
4
 
5
+ # Apple-Pi
6
 
7
+ A 100-case evaluation subset (50 simulation + 50 realworld) drawn from a larger **400-case physics benchmark** for evaluating physics reasoning in image and video generation models.
8
 
9
+ ## Folder structure
 
 
10
 
11
  ```
12
  apple-pi/
13
  ├── README.md
14
+ ├── croissant.json
15
+ ├── selected_cases.json
16
+ ├── sim_subset/ # 50 simulation cases
17
+ ── realworld_subset/ # 50 realworld cases
 
 
 
 
 
 
 
18
  ```
19
 
20
+ ## Per-case contents
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
+ **Simulation** (`sim_subset/<task>/<case_id>/`):
23
+ - `annotation.txt`, `physics_duration.txt`, `formula_info.json`
24
+ - `initial_state/` (rgb_0000 + white-bg variants + instance segmentation + camera params)
25
+ - `instantaneous_velocity/` (target-time velocity reference)
26
+ - `rgb/0000.png ~ 00NN.png` (rendered video frames @ 24 fps)
27
+ - `instance_segmentation/`, `mask/`, `velocity/`, `depth/`, `density/`, `camera_parameters/`
28
 
29
+ **Realworld** (`realworld_subset/<category>/[<subcategory>/]<case_id>/`):
30
+ - `annotation.txt`, `formula_info.json`, `physics_duration.txt`, `annotation_config.json`
31
+ - `initial_state/` (first-frame extraction + variants)
32
+ - `instance_segmentation/`, `mask/`, `instantaneous_velocity/`
33
+ - `rgb/video.mp4`
34
 
35
+ ## Tasks
 
 
 
 
36
 
37
+ **Simulation (9 tasks)**: at_rest, circular, freefall, inclined_plane, inelastic_collision, perfectly_elastic_collision, perfectly_inelastic_collision, projectile, uniform_linear.
38
 
39
+ **Realworld (7 categories)**: NewtonsFirstLaw/AtRest, Gravity/{Freefall, Projectile}, ConservationofMomentum/{InelasticCollision, PerfectlyElasticCollision, PerfectlyInelasticCollision}, Composition.
 
40
 
41
+ ## Intended use
42
 
43
+ Zero-shot evaluation of physics reasoning in image- and video-generation models (perception, comprehension, generation tracks). Not intended for training.
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  ## License
46
 
47
+ CC BY-SA 4.0
 
 
 
 
48
 
49
  ## Citation
50
 
51
  ```
52
+ [Anonymous] Apple-Pi: Physics Infographics Benchmark. 2026.
53
  ```
croissant.json CHANGED
@@ -7,19 +7,10 @@
7
  "conformsTo": "dct:conformsTo",
8
  "cr": "http://mlcommons.org/croissant/",
9
  "rai": "http://mlcommons.org/croissant/RAI/",
10
- "data": {
11
- "@id": "cr:data",
12
- "@type": "@json"
13
- },
14
- "dataType": {
15
- "@id": "cr:dataType",
16
- "@type": "@vocab"
17
- },
18
  "dct": "http://purl.org/dc/terms/",
19
- "examples": {
20
- "@id": "cr:examples",
21
- "@type": "@json"
22
- },
23
  "extract": "cr:extract",
24
  "field": "cr:field",
25
  "fileProperty": "cr:fileProperty",
@@ -38,6 +29,8 @@
38
  "regex": "cr:regex",
39
  "repeated": "cr:repeated",
40
  "replace": "cr:replace",
 
 
41
  "sc": "https://schema.org/",
42
  "separator": "cr:separator",
43
  "source": "cr:source",
@@ -46,64 +39,31 @@
46
  },
47
  "@type": "sc:Dataset",
48
  "name": "apple-pi",
49
- "description": "A 100-case evaluation subset (50 simulation + 50 realworld) for physics-infographic reasoning evaluation in image and video generation models. Each case provides ground-truth rendering, instance segmentation, velocity tracking, depth, mask, and human-readable physics annotations across 9 simulated tasks and 7 realworld categories.",
50
  "conformsTo": "http://mlcommons.org/croissant/1.0",
51
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
52
  "url": "https://huggingface.co/datasets/AnonymousSubmitt/apple-pi",
53
  "version": "1.0.0",
54
  "datePublished": "2026-05-06",
55
- "citeAs": "@misc{anonymous2026applepi, title={Apple-Pi: Physics Infographics Evaluation Subset}, author={Anonymous}, year={2026}}",
56
- "creator": {
57
- "@type": "Organization",
58
- "name": "Anonymous"
59
- },
60
- "publisher": {
61
- "@type": "Organization",
62
- "name": "Anonymous"
63
- },
64
- "keywords": [
65
- "physics reasoning",
66
- "video generation evaluation",
67
- "image generation evaluation",
68
- "physics infographics",
69
- "instance segmentation",
70
- "ground truth",
71
- "synthetic + realworld"
72
- ],
73
- "rai:dataCollection": "Synthetic 3D physics simulation rendered with a real-time physics engine and rasterized rendering pipeline. Realworld videos recorded under controlled conditions with annotated physical parameters.",
74
- "rai:dataCollectionType": ["Synthetic data", "Recorded video"],
75
- "rai:dataCollectionTimeframe": "2025-2026",
76
- "rai:annotationsSourceProcess": "Simulation cases: programmatically annotated from physics-engine state (deterministic per-frame instance segmentation, velocity, depth, mask). Realworld cases: human-labeled physical parameters with computed segmentation and target-time velocity.",
77
- "rai:personalSensitiveInformation": "None. Synthetic cases contain no people. Realworld videos do not show identifiable individuals.",
78
- "rai:bias": "Synthetic data introduces no demographic bias. Realworld videos contain only inanimate objects. The case distribution is intentionally weighted toward common physics phenomena (projectile, freefall) which may bias evaluation toward those tasks.",
79
- "rai:knownLimitations": "Synthetic data may not capture all real-world physical complexity (air drag, non-rigid deformation, lighting variation). Realworld videos are limited to short clips of constrained motion. The 100-case subset is intentionally small for fast evaluation, not for training.",
80
- "rai:intendedUse": "Evaluating physics reasoning capabilities of image- and video-generation models, including perception, comprehension, and generation tracks. Comparing model outputs against ground-truth physics rollouts and real-video frames. Studying instruction-following and prompt-sensitivity.",
81
- "rai:useCases": [
82
- "Benchmarking video-generation models (e.g. Veo, Sora) on physics-grounded prompts",
83
- "Benchmarking unified image-generation models on physics-grounded prompts",
84
- "Studying prompt-complexity ablations and instruction-following"
85
- ],
86
- "rai:potentialApplications": "Research evaluation of multimodal generation models in physics reasoning.",
87
- "rai:misuse": "Low risk. Dataset contains no human subjects or sensitive content. Misuse limited to inappropriate benchmarking claims.",
88
- "rai:safetyMeasures": "Dataset is small and well-scoped; intended only for evaluation, not training. Cases are physics-only with no human or social context.",
89
- "rai:maintenanceStatus": "Active",
90
- "rai:dataReleases": "v1.0 (2026-05): Initial release with 50 sim + 50 realworld cases.",
91
  "distribution": [
92
- {
93
- "@type": "cr:FileObject",
94
- "@id": "repo",
95
- "name": "repository",
96
- "description": "Hugging Face dataset repository.",
97
- "contentUrl": "https://huggingface.co/datasets/AnonymousSubmitt/apple-pi",
98
- "encodingFormat": "git+https",
99
- "sha256": "main"
100
- },
101
  {
102
  "@type": "cr:FileSet",
103
  "@id": "sim_subset",
104
  "name": "sim_subset",
105
- "description": "50 simulation cases. Each case is a folder containing rendered video frames, instance segmentation, velocity, depth, mask, and physics annotations.",
106
- "containedIn": {"@id": "repo"},
107
  "encodingFormat": "application/octet-stream",
108
  "includes": "sim_subset/**"
109
  },
@@ -111,56 +71,9 @@
111
  "@type": "cr:FileSet",
112
  "@id": "realworld_subset",
113
  "name": "realworld_subset",
114
- "description": "50 realworld cases. Each case is a folder containing a video clip, instance segmentation, velocity, mask, and physics annotations.",
115
- "containedIn": {"@id": "repo"},
116
  "encodingFormat": "application/octet-stream",
117
  "includes": "realworld_subset/**"
118
  }
119
- ],
120
- "recordSet": [
121
- {
122
- "@type": "cr:RecordSet",
123
- "@id": "sim_cases",
124
- "name": "Simulation Cases",
125
- "description": "Each record is one simulation case folder with a fixed-format internal layout.",
126
- "field": [
127
- {
128
- "@type": "cr:Field",
129
- "@id": "sim_cases/case_path",
130
- "name": "case_path",
131
- "description": "Relative folder path inside sim_subset/ (e.g. circular/0).",
132
- "dataType": "sc:Text"
133
- },
134
- {
135
- "@type": "cr:Field",
136
- "@id": "sim_cases/task",
137
- "name": "task",
138
- "description": "Physics task name (top-level directory under sim_subset/).",
139
- "dataType": "sc:Text"
140
- }
141
- ]
142
- },
143
- {
144
- "@type": "cr:RecordSet",
145
- "@id": "realworld_cases",
146
- "name": "Realworld Cases",
147
- "description": "Each record is one realworld case folder with a fixed-format internal layout.",
148
- "field": [
149
- {
150
- "@type": "cr:Field",
151
- "@id": "realworld_cases/case_path",
152
- "name": "case_path",
153
- "description": "Relative folder path inside realworld_subset/ (e.g. Gravity/Freefall/1).",
154
- "dataType": "sc:Text"
155
- },
156
- {
157
- "@type": "cr:Field",
158
- "@id": "realworld_cases/category",
159
- "name": "category",
160
- "description": "Physics category (top-level directory).",
161
- "dataType": "sc:Text"
162
- }
163
- ]
164
- }
165
  ]
166
  }
 
7
  "conformsTo": "dct:conformsTo",
8
  "cr": "http://mlcommons.org/croissant/",
9
  "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {"@id": "cr:data", "@type": "@json"},
11
+ "dataType": {"@id": "cr:dataType", "@type": "@vocab"},
 
 
 
 
 
 
12
  "dct": "http://purl.org/dc/terms/",
13
+ "examples": {"@id": "cr:examples", "@type": "@json"},
 
 
 
14
  "extract": "cr:extract",
15
  "field": "cr:field",
16
  "fileProperty": "cr:fileProperty",
 
29
  "regex": "cr:regex",
30
  "repeated": "cr:repeated",
31
  "replace": "cr:replace",
32
+ "samplingRate": "sc:samplingRate",
33
+ "equivalentProperty": "sc:equivalentProperty",
34
  "sc": "https://schema.org/",
35
  "separator": "cr:separator",
36
  "source": "cr:source",
 
39
  },
40
  "@type": "sc:Dataset",
41
  "name": "apple-pi",
42
+ "description": "Apple-Pi is a 100-case evaluation subset of a larger 400-case physics benchmark for evaluating physics reasoning in image and video generation models. Each case provides a video clip (or rendered frames) with ground-truth annotations of physical parameters, instance segmentation, and per-frame velocity. Released for double-blind submission.",
43
  "conformsTo": "http://mlcommons.org/croissant/1.0",
44
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
45
  "url": "https://huggingface.co/datasets/AnonymousSubmitt/apple-pi",
46
  "version": "1.0.0",
47
  "datePublished": "2026-05-06",
48
+ "citeAs": "@misc{anonymous2026applepi, title={Apple-Pi: Physics Infographics Benchmark}, author={Anonymous}, year={2026}}",
49
+ "creator": {"@type": "Organization", "name": "Anonymous"},
50
+ "keywords": ["physics reasoning", "video generation", "image generation", "benchmark", "evaluation"],
51
+
52
+ "rai:dataLimitations": "This subset is intentionally small (100 cases) and used only for evaluation, not training. Synthetic cases use a rigid-body physics engine and do not capture deformation or fluid dynamics. Realworld cases are short controlled clips with limited environmental diversity. Not recommended for safety-critical or clinical applications.",
53
+ "rai:dataBiases": "Task distribution is weighted toward common phenomena (projectile, freefall) and may under-represent rarer tasks (composition, multi-body collision). Synthetic cases use a fixed object/material library; realworld cases are recorded under controlled lighting. No demographic bias because no humans are present.",
54
+ "rai:personalSensitiveInformation": "None. Synthetic cases contain no people; realworld videos do not show identifiable individuals.",
55
+ "rai:dataUseCases": "Evaluating physics reasoning in image- and video-generation models across perception, comprehension, and generation tracks. Validated for zero-shot benchmark evaluation. Not validated for training, clinical decision-making, or robotic control.",
56
+ "rai:dataSocialImpact": "Positive: provides a controlled benchmark to measure physics understanding gaps in current generation models. Risk: scores may be over-interpreted as general physics reasoning ability. Mitigation: released under CC BY-SA 4.0 with explicit research-evaluation framing; contains no humans or sensitive content.",
57
+ "rai:dataCollection": "Synthetic cases generated with a rigid-body 3D physics engine; ground truth computed directly from physics-engine state. Realworld cases recorded as short video clips under controlled laboratory conditions; physical parameters human-labeled, segmentation and velocity computed via standard tracking pipelines.",
58
+ "rai:annotationsPerItem": "Each case includes physical parameters (annotation.txt), governing-equation choices with correct answer (formula_info.json), per-object instance segmentation, target-time velocity reference, and per-frame mask/depth/density (synthetic only).",
59
+ "rai:dataReleases": "v1.0 (2026-05): initial release of 100-case evaluation subset.",
60
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  "distribution": [
 
 
 
 
 
 
 
 
 
62
  {
63
  "@type": "cr:FileSet",
64
  "@id": "sim_subset",
65
  "name": "sim_subset",
66
+ "description": "50 simulation cases. Each case is a folder containing rendered video frames, instance segmentation, depth, mask, velocity, and physics annotations.",
 
67
  "encodingFormat": "application/octet-stream",
68
  "includes": "sim_subset/**"
69
  },
 
71
  "@type": "cr:FileSet",
72
  "@id": "realworld_subset",
73
  "name": "realworld_subset",
74
+ "description": "50 realworld cases. Each case is a folder containing a video clip, instance segmentation, mask, velocity reference, and physics annotations.",
 
75
  "encodingFormat": "application/octet-stream",
76
  "includes": "realworld_subset/**"
77
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  ]
79
  }