AnonymousSubmitt commited on
Commit
4b1f032
·
verified ·
1 Parent(s): 20328af

Update croissant.json: add 8/8 RAI fields (hasSyntheticData + prov:wasDerivedFrom + prov:wasGeneratedBy)

Browse files
Files changed (1) hide show
  1. croissant.json +49 -7
croissant.json CHANGED
@@ -7,6 +7,7 @@
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/",
@@ -39,7 +40,7 @@
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",
@@ -49,21 +50,62 @@
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,7 +113,7 @@
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
  }
 
7
  "conformsTo": "dct:conformsTo",
8
  "cr": "http://mlcommons.org/croissant/",
9
  "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "prov": "http://www.w3.org/ns/prov#",
11
  "data": {"@id": "cr:data", "@type": "@json"},
12
  "dataType": {"@id": "cr:dataType", "@type": "@vocab"},
13
  "dct": "http://purl.org/dc/terms/",
 
40
  },
41
  "@type": "sc:Dataset",
42
  "name": "apple-pi",
43
+ "description": "Apple-Pi is an evaluation subset of a larger 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.",
44
  "conformsTo": "http://mlcommons.org/croissant/1.0",
45
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
46
  "url": "https://huggingface.co/datasets/AnonymousSubmitt/apple-pi",
 
50
  "creator": {"@type": "Organization", "name": "Anonymous"},
51
  "keywords": ["physics reasoning", "video generation", "image generation", "benchmark", "evaluation"],
52
 
53
+ "rai:dataLimitations": "This subset is intended for evaluation only, 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.",
54
  "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.",
55
  "rai:personalSensitiveInformation": "None. Synthetic cases contain no people; realworld videos do not show identifiable individuals.",
56
  "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.",
57
  "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.",
58
+
59
+ "rai:hasSyntheticData": true,
60
+
61
+ "prov:wasDerivedFrom": [
62
+ {
63
+ "@type": "prov:Entity",
64
+ "prov:label": "Original recordings (no upstream source dataset)",
65
+ "sc:description": "This dataset is not derived from any external public dataset. Synthetic cases are originally generated using a 3D rigid-body physics engine. Realworld cases are originally recorded video clips collected under controlled laboratory conditions."
66
+ }
67
+ ],
68
+
69
+ "prov:wasGeneratedBy": [
70
+ {
71
+ "@type": "prov:Activity",
72
+ "prov:type": "DataCollection",
73
+ "prov:label": "Synthetic data generation",
74
+ "prov:atTime": "2025/2026",
75
+ "sc:description": "Simulation cases generated with a rigid-body 3D physics engine. For each scene we specified physical parameters (gravity, materials, initial velocities, friction, restitution), ran deterministic simulation, and rendered video frames at 24 fps along with per-frame instance segmentation, depth, mask, velocity, and density buffers. Ground-truth labels are computed directly from physics-engine state.",
76
+ "prov:wasAttributedTo": [
77
+ {"@type": "prov:SoftwareAgent", "prov:label": "3D rigid-body physics engine"}
78
+ ]
79
+ },
80
+ {
81
+ "@type": "prov:Activity",
82
+ "prov:type": "DataCollection",
83
+ "prov:label": "Realworld video recording",
84
+ "prov:atTime": "2025/2026",
85
+ "sc:description": "Realworld cases are short video clips (under 10 seconds) recorded under controlled laboratory conditions with calibrated camera setups. Each clip captures one physical phenomenon (free-fall, projectile motion, collision, etc.) with manually measured physical parameters.",
86
+ "prov:wasAttributedTo": [
87
+ {"@type": "prov:Person", "prov:label": "Anonymous data collection team"}
88
+ ]
89
+ },
90
+ {
91
+ "@type": "prov:Activity",
92
+ "prov:type": {"@id": "Annotation"},
93
+ "prov:label": "Annotation",
94
+ "prov:atTime": "2025/2026",
95
+ "sc:description": "Synthetic cases: annotations are 100% programmatic (computed from physics engine state). Realworld cases: physical parameters were human-labeled; segmentation masks and per-frame velocity references were computed via standard tracking pipelines and reviewed by annotators. Formula choices and correct-answer keys for the comprehension track were authored by domain experts.",
96
+ "prov:wasAttributedTo": [
97
+ {"@type": "prov:Person", "prov:label": "Anonymous annotation team"},
98
+ {"@type": "prov:SoftwareAgent", "prov:label": "Programmatic annotation pipeline"}
99
+ ]
100
+ }
101
+ ],
102
 
103
  "distribution": [
104
  {
105
  "@type": "cr:FileSet",
106
  "@id": "sim_subset",
107
  "name": "sim_subset",
108
+ "description": "Simulation cases. Each case is a folder containing rendered video frames, instance segmentation, depth, mask, velocity, and physics annotations.",
109
  "encodingFormat": "application/octet-stream",
110
  "includes": "sim_subset/**"
111
  },
 
113
  "@type": "cr:FileSet",
114
  "@id": "realworld_subset",
115
  "name": "realworld_subset",
116
+ "description": "Realworld cases. Each case is a folder containing a video clip, instance segmentation, mask, velocity reference, and physics annotations.",
117
  "encodingFormat": "application/octet-stream",
118
  "includes": "realworld_subset/**"
119
  }