williamratcliff commited on
Commit
5cf6fe7
·
1 Parent(s): fa9591f

Add NeurIPS RAI provenance metadata

Browse files
metadata/MANIFEST.csv CHANGED
@@ -36,3 +36,4 @@ reproducibility/dataset_manifest.csv,metadata,Dataset and external-asset manifes
36
  results/reviewer/ext_group_priors.json,asset,Compact aggregate extinction-group prior for calibration; rounded probabilities/log-priors and seen-class flags only; no raw ICSD structures or per-structure records,authored,,
37
  results/reviewer/ext_group_priors.csv,asset,CSV form of compact aggregate extinction-group prior for calibration,authored,,
38
  results/reviewer/rruff325_precomputed_inference.json,asset,Compact precomputed RRUFF-325 inference summary for reviewer inspection,authored,,
 
 
36
  results/reviewer/ext_group_priors.json,asset,Compact aggregate extinction-group prior for calibration; rounded probabilities/log-priors and seen-class flags only; no raw ICSD structures or per-structure records,authored,,
37
  results/reviewer/ext_group_priors.csv,asset,CSV form of compact aggregate extinction-group prior for calibration,authored,,
38
  results/reviewer/rruff325_precomputed_inference.json,asset,Compact precomputed RRUFF-325 inference summary for reviewer inspection,authored,,
39
+ metadata/croissant_rai.jsonld,metadata,Self-contained Croissant JSON-LD file with core file metadata and minimal Responsible AI fields for the dataset release,authored,,
metadata/croissant_rai.jsonld CHANGED
@@ -33,6 +33,7 @@
33
  "md5": "cr:md5",
34
  "parentField": "cr:parentField",
35
  "path": "cr:path",
 
36
  "rai": "http://mlcommons.org/croissant/RAI/",
37
  "recordSet": "cr:recordSet",
38
  "references": "cr:references",
@@ -166,6 +167,37 @@
166
  "sha256": "f71313941592c0cd307bac513a4ca71c378807c630d37cc922227edb469941ad"
167
  }
168
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  "rai:dataCollection": "The dataset packages two frozen real powder X-ray diffraction benchmark payloads derived from curated RRUFF mineral reference patterns. RRUFF-473 retains hard real-data cases for broad robustness analysis, while RRUFF-325 is a cleaner downstream subset for controlled calibration and error-structure analysis. The release also includes a compact reviewer subset, precomputed inference artifacts, a compact aggregate extinction-group prior for calibration, and manifests documenting the benchmark definition.",
170
  "rai:dataCollectionType": [
171
  "Secondary Data analysis",
@@ -185,6 +217,7 @@
185
  "Python benchmark-curation and evaluation scripts from the companion public reproducibility repository.",
186
  "Crystallographic lookup tables and extinction-group topology assets included in the companion release metadata."
187
  ],
 
188
  "rai:dataUseCases": [
189
  "Evaluation of real PXRD extinction-group classification.",
190
  "Hierarchy-aware rescoring and error analysis for crystallographic symmetry predictions.",
 
33
  "md5": "cr:md5",
34
  "parentField": "cr:parentField",
35
  "path": "cr:path",
36
+ "prov": "http://www.w3.org/ns/prov#",
37
  "rai": "http://mlcommons.org/croissant/RAI/",
38
  "recordSet": "cr:recordSet",
39
  "references": "cr:references",
 
167
  "sha256": "f71313941592c0cd307bac513a4ca71c378807c630d37cc922227edb469941ad"
168
  }
169
  ],
170
+ "prov:wasDerivedFrom": [
171
+ {
172
+ "@type": "Dataset",
173
+ "name": "RRUFF Project",
174
+ "url": "https://rruff.info/",
175
+ "license": "https://rruff.info/about/about_download.php"
176
+ },
177
+ {
178
+ "@type": "Dataset",
179
+ "name": "Inorganic Crystal Structure Database (ICSD)",
180
+ "url": "https://icsd.products.fiz-karlsruhe.de/",
181
+ "description": "Used only upstream to derive the compact aggregate extinction-group prior redistributed in this release; raw ICSD structures and per-structure records are not included here."
182
+ }
183
+ ],
184
+ "prov:wasGeneratedBy": [
185
+ {
186
+ "@type": "prov:Activity",
187
+ "name": "Collection",
188
+ "description": "The released benchmark payloads derive from experimental mineral powder X-ray diffraction records curated by the RRUFF project. The present release reuses those upstream records as a secondary evaluation dataset rather than collecting new diffraction measurements."
189
+ },
190
+ {
191
+ "@type": "prov:Activity",
192
+ "name": "Preprocessing",
193
+ "description": "The release applies a frozen benchmark-construction pipeline to curated upstream RRUFF records: Cu-Kα-compatible scan selection, family-coherence filtering, benchmark membership freezing, HDF5 packaging of normalized intensity arrays, and deterministic derivation of the cleaner RRUFF-325 subset from the broader RRUFF-473 benchmark surface. Reviewer examples, manifests, and compact precomputed inference summaries were exported from the same frozen benchmark definition."
194
+ },
195
+ {
196
+ "@type": "prov:Activity",
197
+ "name": "Annotation",
198
+ "description": "Benchmark labels are crystallographic extinction-group labels derived from curated crystal-structure metadata and canonical extinction-group mappings. Quality strata and benchmark subset membership are fixed release metadata derived from released refinement outputs and benchmark curation rules, not crowd annotations. The compact aggregate prior was generated upstream from an ICSD-derived extinction-group histogram and redistributed here only as rounded aggregate probabilities, log-priors, and seen-class flags."
199
+ }
200
+ ],
201
  "rai:dataCollection": "The dataset packages two frozen real powder X-ray diffraction benchmark payloads derived from curated RRUFF mineral reference patterns. RRUFF-473 retains hard real-data cases for broad robustness analysis, while RRUFF-325 is a cleaner downstream subset for controlled calibration and error-structure analysis. The release also includes a compact reviewer subset, precomputed inference artifacts, a compact aggregate extinction-group prior for calibration, and manifests documenting the benchmark definition.",
202
  "rai:dataCollectionType": [
203
  "Secondary Data analysis",
 
217
  "Python benchmark-curation and evaluation scripts from the companion public reproducibility repository.",
218
  "Crystallographic lookup tables and extinction-group topology assets included in the companion release metadata."
219
  ],
220
+ "rai:hasSyntheticData": false,
221
  "rai:dataUseCases": [
222
  "Evaluation of real PXRD extinction-group classification.",
223
  "Hierarchy-aware rescoring and error analysis for crystallographic symmetry predictions.",