Datasets:
Fix RAI field name: rai:syntheticDataIndicator -> rai:hasSyntheticData (boolean) per official Croissant RAI spec
Browse files- CROISSANT.json +6 -3
CROISSANT.json
CHANGED
|
@@ -44,7 +44,9 @@
|
|
| 44 |
"source": "cr:source",
|
| 45 |
"subField": "cr:subField",
|
| 46 |
"transform": "cr:transform",
|
| 47 |
-
"rai": "http://mlcommons.org/croissant/RAI/"
|
|
|
|
|
|
|
| 48 |
},
|
| 49 |
"@type": "sc:Dataset",
|
| 50 |
"distribution": [
|
|
@@ -1417,11 +1419,12 @@
|
|
| 1417 |
"rai:dataUseCases": "Probing internal representations of pre-trained time-series foundation models; calibrating new probing protocols against simple non-model baselines; comparing intervention diagnostics (LEACE, LDA steering, CKA) under matched controls.",
|
| 1418 |
"rai:dataMisuseCases": "Not intended for deployment-time decision making, anomaly detection in production, or as a substitute for any real-world benchmark. The canonical anomaly task should not be used to claim a model 'detects anomalies' in any operational sense (paper \u00a76 Misuse Risks).",
|
| 1419 |
"rai:dataSocialImpact": "The protocol is intended to raise the rigor bar on TSFM representation claims. Direct social impact is low (synthetic data, no human subjects); indirect impact is methodological -- discouraging over-claiming in time-series probing literature.",
|
| 1420 |
-
"rai:syntheticDataIndicator": "All TSFMI-Synthetic data is fully synthetic; no real-world or human-derived signals.",
|
| 1421 |
"rai:provenanceActivities": "Procedural generation by src/datasets/synthetic.py (seed=42), 60/20/20 split (split_seed=0), Parquet serialization. See the GitHub-anonymous mirror at https://anonymous.4open.science/r/TSFMI/ for source code.",
|
| 1422 |
"rai:sourceDatasets": "None. TSFMI-Synthetic is generated from scratch and does not incorporate or transform any pre-existing dataset.",
|
| 1423 |
"citeAs": "Anonymous Authors, TSFMI: A Baseline-Controlled Evaluation Protocol for Time-Series Foundation Model Representations. NeurIPS 2026 Evaluations & Datasets Track. https://anonymous.4open.science/r/TSFMI/",
|
| 1424 |
"isLiveDataset": false,
|
| 1425 |
"version": "1.0.0",
|
| 1426 |
-
"datePublished": "2026-05-05"
|
|
|
|
|
|
|
| 1427 |
}
|
|
|
|
| 44 |
"source": "cr:source",
|
| 45 |
"subField": "cr:subField",
|
| 46 |
"transform": "cr:transform",
|
| 47 |
+
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 48 |
+
"hasSyntheticData": "rai:hasSyntheticData",
|
| 49 |
+
"syntheticDataGeneration": "rai:syntheticDataGeneration"
|
| 50 |
},
|
| 51 |
"@type": "sc:Dataset",
|
| 52 |
"distribution": [
|
|
|
|
| 1419 |
"rai:dataUseCases": "Probing internal representations of pre-trained time-series foundation models; calibrating new probing protocols against simple non-model baselines; comparing intervention diagnostics (LEACE, LDA steering, CKA) under matched controls.",
|
| 1420 |
"rai:dataMisuseCases": "Not intended for deployment-time decision making, anomaly detection in production, or as a substitute for any real-world benchmark. The canonical anomaly task should not be used to claim a model 'detects anomalies' in any operational sense (paper \u00a76 Misuse Risks).",
|
| 1421 |
"rai:dataSocialImpact": "The protocol is intended to raise the rigor bar on TSFM representation claims. Direct social impact is low (synthetic data, no human subjects); indirect impact is methodological -- discouraging over-claiming in time-series probing literature.",
|
|
|
|
| 1422 |
"rai:provenanceActivities": "Procedural generation by src/datasets/synthetic.py (seed=42), 60/20/20 split (split_seed=0), Parquet serialization. See the GitHub-anonymous mirror at https://anonymous.4open.science/r/TSFMI/ for source code.",
|
| 1423 |
"rai:sourceDatasets": "None. TSFMI-Synthetic is generated from scratch and does not incorporate or transform any pre-existing dataset.",
|
| 1424 |
"citeAs": "Anonymous Authors, TSFMI: A Baseline-Controlled Evaluation Protocol for Time-Series Foundation Model Representations. NeurIPS 2026 Evaluations & Datasets Track. https://anonymous.4open.science/r/TSFMI/",
|
| 1425 |
"isLiveDataset": false,
|
| 1426 |
"version": "1.0.0",
|
| 1427 |
+
"datePublished": "2026-05-05",
|
| 1428 |
+
"rai:hasSyntheticData": true,
|
| 1429 |
+
"rai:syntheticDataGeneration": "All TSFMI-Synthetic data is fully synthetic; no real-world or human-derived signals."
|
| 1430 |
}
|