EvalData commited on
Commit
5dd2fe3
·
verified ·
1 Parent(s): e753db8

Croissant: place rai:hasSyntheticData near top + add unprefixed alias for validator compatibility

Browse files
Files changed (1) hide show
  1. CROISSANT.json +58 -56
CROISSANT.json CHANGED
@@ -49,6 +49,62 @@
49
  "syntheticDataGeneration": "rai:syntheticDataGeneration"
50
  },
51
  "@type": "sc:Dataset",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  "distribution": [
53
  {
54
  "@type": "cr:FileObject",
@@ -1371,60 +1427,6 @@
1371
  ]
1372
  }
1373
  ],
1374
- "conformsTo": "http://mlcommons.org/croissant/1.1",
1375
- "name": "TSFMI",
1376
- "description": "\n\t\n\t\t\n\t\tTSFMI-Synthetic\n\t\n\nSynthetic time-series datasets with mathematically exact ground-truth labels\nfor the TSFMI baseline-controlled probing protocol.\n\nCompanion data for the NeurIPS 2026 Evaluations & Datasets Track submission\n\"TSFMI: A Baseline-Controlled Evaluation Protocol for Time-Series Foundation\nModel Representations.\" The code (anonymous) lives at\nhttps://anonymous.4open.science/r/TSFMI.\n\n\n\t\n\t\t\n\t\n\t\n\t\tWhy this dataset exists\n\t\n\nProbing time-series foundation models (TSFMs) is hard\u2026 See the full description on the dataset page: https://huggingface.co/datasets/EvalData/TSFMI.",
1377
- "alternateName": [
1378
- "EvalData/TSFMI",
1379
- "TSFMI-Synthetic"
1380
- ],
1381
- "creator": {
1382
- "@type": "Person",
1383
- "name": "Evaldataset",
1384
- "url": "https://huggingface.co/EvalData"
1385
- },
1386
- "keywords": [
1387
- "time-series-forecasting",
1388
- "tabular-classification",
1389
- "tabular-regression",
1390
- "English",
1391
- "mit",
1392
- "10K - 100K",
1393
- "parquet",
1394
- "Tabular",
1395
- "Time-series",
1396
- "Datasets",
1397
- "pandas",
1398
- "Polars",
1399
- "Croissant",
1400
- "\ud83c\uddfa\ud83c\uddf8 Region: US",
1401
- "time-series",
1402
- "foundation-models",
1403
- "probing",
1404
- "benchmark",
1405
- "evaluation",
1406
- "Synthetic",
1407
- "baseline-controlled",
1408
- "neurips-2026"
1409
- ],
1410
- "license": "https://choosealicense.com/licenses/mit/",
1411
- "url": "https://huggingface.co/datasets/EvalData/TSFMI",
1412
- "rai:dataCollection": "Synthetic generation via deterministic Python procedures with NumPy random number generators. No human subjects, no scraping, no third-party data ingestion.",
1413
- "rai:dataCollectionType": "Synthetic / procedural",
1414
- "rai:dataPreprocessingProtocol": "None. Generators emit final tensors (N x seq_len) with labels directly.",
1415
- "rai:dataAnnotationProtocol": "Labels are derived analytically from generation parameters. No human annotation.",
1416
- "rai:dataLimitations": "Each generator instantiates ONE family of synthetic constructions and is therefore a statistically simple test bed. The kurtosis sufficiency of the canonical anomaly task is documented in the paper Appendix A.8; a 'realistic_anomaly' variant with mixed anomaly types is included to bound this limitation. Synthetic-to-real transfer is weak (paper \u00a74.2).",
1417
- "rai:dataBiases": "By construction the synthetic data has no human or demographic content and therefore no demographic bias. The canonical generators are deliberately simple; this motivates the baseline-controlled probing protocol that is the paper's main contribution.",
1418
- "rai:personalSensitiveInformation": "None. Datasets contain no personal, demographic, medical, or otherwise sensitive information.",
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
  }
 
49
  "syntheticDataGeneration": "rai:syntheticDataGeneration"
50
  },
51
  "@type": "sc:Dataset",
52
+ "name": "TSFMI",
53
+ "description": "\n\t\n\t\t\n\t\tTSFMI-Synthetic\n\t\n\nSynthetic time-series datasets with mathematically exact ground-truth labels\nfor the TSFMI baseline-controlled probing protocol.\n\nCompanion data for the NeurIPS 2026 Evaluations & Datasets Track submission\n\"TSFMI: A Baseline-Controlled Evaluation Protocol for Time-Series Foundation\nModel Representations.\" The code (anonymous) lives at\nhttps://anonymous.4open.science/r/TSFMI.\n\n\n\t\n\t\t\n\t\n\t\n\t\tWhy this dataset exists\n\t\n\nProbing time-series foundation models (TSFMs) is hard\u2026 See the full description on the dataset page: https://huggingface.co/datasets/EvalData/TSFMI.",
54
+ "license": "https://choosealicense.com/licenses/mit/",
55
+ "url": "https://huggingface.co/datasets/EvalData/TSFMI",
56
+ "creator": {
57
+ "@type": "Person",
58
+ "name": "Evaldataset",
59
+ "url": "https://huggingface.co/EvalData"
60
+ },
61
+ "datePublished": "2026-05-05",
62
+ "version": "1.0.0",
63
+ "isLiveDataset": false,
64
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
65
+ "alternateName": [
66
+ "EvalData/TSFMI",
67
+ "TSFMI-Synthetic"
68
+ ],
69
+ "keywords": [
70
+ "time-series-forecasting",
71
+ "tabular-classification",
72
+ "tabular-regression",
73
+ "English",
74
+ "mit",
75
+ "10K - 100K",
76
+ "parquet",
77
+ "Tabular",
78
+ "Time-series",
79
+ "Datasets",
80
+ "pandas",
81
+ "Polars",
82
+ "Croissant",
83
+ "\ud83c\uddfa\ud83c\uddf8 Region: US",
84
+ "time-series",
85
+ "foundation-models",
86
+ "probing",
87
+ "benchmark",
88
+ "evaluation",
89
+ "Synthetic",
90
+ "baseline-controlled",
91
+ "neurips-2026"
92
+ ],
93
+ "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/",
94
+ "rai:dataAnnotationProtocol": "Labels are derived analytically from generation parameters. No human annotation.",
95
+ "rai:dataBiases": "By construction the synthetic data has no human or demographic content and therefore no demographic bias. The canonical generators are deliberately simple; this motivates the baseline-controlled probing protocol that is the paper's main contribution.",
96
+ "rai:dataCollection": "Synthetic generation via deterministic Python procedures with NumPy random number generators. No human subjects, no scraping, no third-party data ingestion.",
97
+ "rai:dataCollectionType": "Synthetic / procedural",
98
+ "rai:dataLimitations": "Each generator instantiates ONE family of synthetic constructions and is therefore a statistically simple test bed. The kurtosis sufficiency of the canonical anomaly task is documented in the paper Appendix A.8; a 'realistic_anomaly' variant with mixed anomaly types is included to bound this limitation. Synthetic-to-real transfer is weak (paper \u00a74.2).",
99
+ "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).",
100
+ "rai:dataPreprocessingProtocol": "None. Generators emit final tensors (N x seq_len) with labels directly.",
101
+ "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.",
102
+ "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.",
103
+ "rai:hasSyntheticData": true,
104
+ "rai:personalSensitiveInformation": "None. Datasets contain no personal, demographic, medical, or otherwise sensitive information.",
105
+ "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.",
106
+ "rai:sourceDatasets": "None. TSFMI-Synthetic is generated from scratch and does not incorporate or transform any pre-existing dataset.",
107
+ "rai:syntheticDataGeneration": "All TSFMI-Synthetic data is fully synthetic; no real-world or human-derived signals.",
108
  "distribution": [
109
  {
110
  "@type": "cr:FileObject",
 
1427
  ]
1428
  }
1429
  ],
1430
+ "hasSyntheticData": true,
1431
+ "syntheticDataGeneration": "All TSFMI-Synthetic data is fully synthetic; no real-world or human-derived signals."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1432
  }