EvalData commited on
Commit
d5e4452
·
verified ·
1 Parent(s): a761d19

Croissant 1.1: validated by mlcroissant 1.1.0 (0 errors), HF parquet structure + RAI fields + datePublished

Browse files
Files changed (1) hide show
  1. CROISSANT.json +1355 -83
CROISSANT.json CHANGED
@@ -2,15 +2,23 @@
2
  "@context": {
3
  "@language": "en",
4
  "@vocab": "https://schema.org/",
 
5
  "citeAs": "cr:citeAs",
6
  "column": "cr:column",
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",
@@ -18,12 +26,14 @@
18
  "fileSet": "cr:fileSet",
19
  "format": "cr:format",
20
  "includes": "cr:includes",
 
21
  "isLiveDataset": "cr:isLiveDataset",
22
  "jsonPath": "cr:jsonPath",
23
  "key": "cr:key",
24
  "md5": "cr:md5",
25
  "parentField": "cr:parentField",
26
  "path": "cr:path",
 
27
  "recordSet": "cr:recordSet",
28
  "references": "cr:references",
29
  "regex": "cr:regex",
@@ -33,123 +43,1385 @@
33
  "separator": "cr:separator",
34
  "source": "cr:source",
35
  "subField": "cr:subField",
36
- "transform": "cr:transform"
37
- },
38
- "@type": "Dataset",
39
- "name": "TSFMI-Synthetic",
40
- "description": "Synthetic time-series datasets with mathematically exact ground-truth labels for the TSFMI baseline-controlled evaluation protocol. Six standard properties (trend, seasonality, frequency, stationarity, anomaly, change point) plus five hard variants. Each dataset is generated on-demand by deterministic seeded generators in src/datasets/synthetic.py; this manifest documents the canonical seed=42 instantiation used for all confirmatory results in the paper. The TSFMI paper itself is the protocol/benchmark contribution; the datasets here exist only to instantiate the protocol and have no claim of independent novelty.",
41
- "conformsTo": "http://mlcommons.org/croissant/1.0",
42
- "license": "https://opensource.org/licenses/MIT",
43
- "url": "https://anonymous.4open.science/r/TSFMI/",
44
- "version": "1.0.0",
45
- "datePublished": "2026-05-06",
46
- "isLiveDataset": false,
47
- "citeAs": "TSFMI: A Baseline-Controlled Evaluation Protocol for Time-Series Foundation Model Representations. Anonymous submission to NeurIPS 2026 Evaluations & Datasets Track.",
48
- "creator": {
49
- "@type": "Organization",
50
- "name": "Anonymous (NeurIPS 2026 ED Track double-blind submission)"
51
  },
52
-
53
- "rai:dataCollection": "Synthetic generation via deterministic Python procedures with NumPy random number generators. No human subjects, no scraping, no third-party data ingestion.",
54
- "rai:dataCollectionType": "Synthetic / procedural",
55
- "rai:dataPreprocessingProtocol": "None. Generators emit final tensors (N x seq_len) with labels directly.",
56
- "rai:dataAnnotationProtocol": "Labels are derived analytically from generation parameters (slope sign for trend, period for seasonality, frequency bin for frequency, presence-of-cumsum for stationarity, presence-of-spike for anomaly, presence-of-shift for change-point). No human annotation.",
57
- "rai:dataLimitations": "Each generator instantiates ONE family of synthetic constructions (e.g., the canonical anomaly task is a single 5-sigma spike on N(0,1) noise) and is therefore a statistically simple test bed. The kurtosis sufficiency of the canonical anomaly task is documented in the paper (sec:anomaly_mechanism); a 'realistic_anomaly' variant with mixed anomaly types is included to bound this limitation. Synthetic-to-real transfer is weak (paper sec 4.2).",
58
- "rai:dataBiases": "By construction the synthetic data has no human / demographic content and therefore no demographic bias. The 'bias' that does exist is statistical: the canonical generators are deliberately simple, which is why baseline-controlled probing is the recommended interpretation lens.",
59
- "rai:personalSensitiveInformation": "None. Datasets contain no personal, demographic, medical, or otherwise sensitive information.",
60
- "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.",
61
- "rai:dataMisuseCases": "Not intended for deployment-time decision making, anomaly detection in production, or as a substitute for any real-world benchmark. Specifically, the canonical anomaly task should not be used to claim a model 'detects anomalies' in any operational sense; see paper sec 6 (Misuse Risks).",
62
- "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.",
63
- "rai:syntheticDataIndicator": "All TSFMI-Synthetic data is fully synthetic; no real-world or human-derived signals.",
64
-
65
  "distribution": [
66
  {
67
  "@type": "cr:FileObject",
68
- "@id": "synthetic-generator-script",
69
- "name": "synthetic.py",
70
- "description": "Deterministic generator implementing all six standard and five hard-variant temporal-property datasets. All canonical paper artifacts use the seed=42 instantiation.",
71
- "contentUrl": "src/datasets/synthetic.py",
72
- "encodingFormat": "text/x-python",
73
- "sha256": "computed-by-prepare_anonymous_release.sh"
74
  },
75
  {
76
- "@type": "cr:FileObject",
77
- "@id": "real-world-loader",
78
- "name": "real_world.py",
79
- "description": "Loaders for ETTh1, Weather (Jena Climate), Electricity, Traffic, Exchange-Rate. The TSFMI repository does NOT redistribute these datasets; loaders read user-supplied files from data/ under the original public licenses.",
80
- "contentUrl": "src/datasets/real_world.py",
81
- "encodingFormat": "text/x-python"
 
82
  },
83
  {
84
- "@type": "cr:FileObject",
85
- "@id": "manifest-json",
86
- "name": "experiment_manifest.json",
87
- "description": "Machine-countable provenance of every artifact on disk (canonical 60/20/20 cells, baseline cells, LEACE erasures, CKA matrices, intervention runs, hard-variant comparisons, layer probe runs). Auto-generated by scripts/count_experiments.py.",
88
- "contentUrl": "outputs/paper/experiment_manifest.json",
89
- "encodingFormat": "application/json"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  }
91
  ],
92
-
93
  "recordSet": [
94
  {
95
  "@type": "cr:RecordSet",
96
- "@id": "synthetic-trend",
97
- "name": "synthetic_trend",
98
- "description": "1000 sequences of length 512, three-class (up / down / flat). Labels are the slope-direction class, exact by construction.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  "field": [
100
- {"@type": "cr:Field", "name": "sequence", "dataType": "sc:Float", "repeated": true},
101
- {"@type": "cr:Field", "name": "label", "dataType": "sc:Integer", "description": "0=up, 1=down, 2=flat"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  ]
103
  },
104
  {
105
  "@type": "cr:RecordSet",
106
- "@id": "synthetic-seasonality",
107
- "name": "synthetic_seasonality",
108
- "description": "1000 sequences of length 512, regression target = period in {8,16,32,64}. Sinusoid + amplitude noise.",
 
 
 
 
109
  "field": [
110
- {"@type": "cr:Field", "name": "sequence", "dataType": "sc:Float", "repeated": true},
111
- {"@type": "cr:Field", "name": "label", "dataType": "sc:Float", "description": "Period length (regression target)"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  ]
113
  },
114
  {
115
  "@type": "cr:RecordSet",
116
- "@id": "synthetic-frequency",
117
- "name": "synthetic_frequency",
118
- "description": "1000 sequences of length 512, eight-class frequency-band classification. f_k = (k+1)/seq_len.",
119
  "field": [
120
- {"@type": "cr:Field", "name": "sequence", "dataType": "sc:Float", "repeated": true},
121
- {"@type": "cr:Field", "name": "label", "dataType": "sc:Integer", "description": "Frequency bin index 0..7"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  ]
123
  },
124
  {
125
  "@type": "cr:RecordSet",
126
- "@id": "synthetic-stationarity",
127
- "name": "synthetic_stationarity",
128
- "description": "1000 sequences of length 512, binary (stationary noise vs non-stationary random walk).",
 
 
 
 
129
  "field": [
130
- {"@type": "cr:Field", "name": "sequence", "dataType": "sc:Float", "repeated": true},
131
- {"@type": "cr:Field", "name": "label", "dataType": "sc:Integer", "description": "0=stationary, 1=non-stationary"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  ]
133
  },
134
  {
135
  "@type": "cr:RecordSet",
136
- "@id": "synthetic-anomaly",
137
- "name": "synthetic_anomaly",
138
- "description": "1000 sequences of length 512, binary (normal vs +/- 5-sigma point spike). Single sufficient statistic = kurtosis (paper sec_anomaly_mechanism).",
139
  "field": [
140
- {"@type": "cr:Field", "name": "sequence", "dataType": "sc:Float", "repeated": true},
141
- {"@type": "cr:Field", "name": "label", "dataType": "sc:Integer", "description": "0=normal, 1=anomaly"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  ]
143
  },
144
  {
145
  "@type": "cr:RecordSet",
146
- "@id": "synthetic-change-point",
147
- "name": "synthetic_change_point",
148
- "description": "1000 sequences of length 512, binary (no change-point vs mean+variance shift at midpoint).",
 
 
 
 
149
  "field": [
150
- {"@type": "cr:Field", "name": "sequence", "dataType": "sc:Float", "repeated": true},
151
- {"@type": "cr:Field", "name": "label", "dataType": "sc:Integer", "description": "0=no_cp, 1=has_cp"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  ]
153
  }
154
- ]
155
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "@context": {
3
  "@language": "en",
4
  "@vocab": "https://schema.org/",
5
+ "arrayShape": "cr:arrayShape",
6
  "citeAs": "cr:citeAs",
7
  "column": "cr:column",
8
  "conformsTo": "dct:conformsTo",
9
+ "containedIn": "cr:containedIn",
10
  "cr": "http://mlcommons.org/croissant/",
11
+ "data": {
12
+ "@id": "cr:data",
13
+ "@type": "@json"
14
+ },
15
+ "dataBiases": "cr:dataBiases",
16
+ "dataCollection": "cr:dataCollection",
17
+ "dataType": {
18
+ "@id": "cr:dataType",
19
+ "@type": "@vocab"
20
+ },
21
  "dct": "http://purl.org/dc/terms/",
 
22
  "extract": "cr:extract",
23
  "field": "cr:field",
24
  "fileProperty": "cr:fileProperty",
 
26
  "fileSet": "cr:fileSet",
27
  "format": "cr:format",
28
  "includes": "cr:includes",
29
+ "isArray": "cr:isArray",
30
  "isLiveDataset": "cr:isLiveDataset",
31
  "jsonPath": "cr:jsonPath",
32
  "key": "cr:key",
33
  "md5": "cr:md5",
34
  "parentField": "cr:parentField",
35
  "path": "cr:path",
36
+ "personalSensitiveInformation": "cr:personalSensitiveInformation",
37
  "recordSet": "cr:recordSet",
38
  "references": "cr:references",
39
  "regex": "cr:regex",
 
43
  "separator": "cr:separator",
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": [
51
  {
52
  "@type": "cr:FileObject",
53
+ "@id": "repo",
54
+ "name": "repo",
55
+ "description": "The Hugging Face git repository.",
56
+ "contentUrl": "https://huggingface.co/datasets/EvalData/TSFMI/tree/refs%2Fconvert%2Fparquet",
57
+ "encodingFormat": "git+https",
58
+ "sha256": "https://github.com/mlcommons/croissant/issues/80"
59
  },
60
  {
61
+ "@type": "cr:FileSet",
62
+ "@id": "parquet-files-for-config-anomaly",
63
+ "containedIn": {
64
+ "@id": "repo"
65
+ },
66
+ "encodingFormat": "application/x-parquet",
67
+ "includes": "anomaly/*/*.parquet"
68
  },
69
  {
70
+ "@type": "cr:FileSet",
71
+ "@id": "parquet-files-for-config-anomaly_hard",
72
+ "containedIn": {
73
+ "@id": "repo"
74
+ },
75
+ "encodingFormat": "application/x-parquet",
76
+ "includes": "anomaly_hard/*/*.parquet"
77
+ },
78
+ {
79
+ "@type": "cr:FileSet",
80
+ "@id": "parquet-files-for-config-change_point",
81
+ "containedIn": {
82
+ "@id": "repo"
83
+ },
84
+ "encodingFormat": "application/x-parquet",
85
+ "includes": "change_point/*/*.parquet"
86
+ },
87
+ {
88
+ "@type": "cr:FileSet",
89
+ "@id": "parquet-files-for-config-change_point_hard",
90
+ "containedIn": {
91
+ "@id": "repo"
92
+ },
93
+ "encodingFormat": "application/x-parquet",
94
+ "includes": "change_point_hard/*/*.parquet"
95
+ },
96
+ {
97
+ "@type": "cr:FileSet",
98
+ "@id": "parquet-files-for-config-frequency",
99
+ "containedIn": {
100
+ "@id": "repo"
101
+ },
102
+ "encodingFormat": "application/x-parquet",
103
+ "includes": "frequency/*/*.parquet"
104
+ },
105
+ {
106
+ "@type": "cr:FileSet",
107
+ "@id": "parquet-files-for-config-frequency_hard",
108
+ "containedIn": {
109
+ "@id": "repo"
110
+ },
111
+ "encodingFormat": "application/x-parquet",
112
+ "includes": "frequency_hard/*/*.parquet"
113
+ },
114
+ {
115
+ "@type": "cr:FileSet",
116
+ "@id": "parquet-files-for-config-seasonality",
117
+ "containedIn": {
118
+ "@id": "repo"
119
+ },
120
+ "encodingFormat": "application/x-parquet",
121
+ "includes": "seasonality/*/*.parquet"
122
+ },
123
+ {
124
+ "@type": "cr:FileSet",
125
+ "@id": "parquet-files-for-config-stationarity",
126
+ "containedIn": {
127
+ "@id": "repo"
128
+ },
129
+ "encodingFormat": "application/x-parquet",
130
+ "includes": "stationarity/*/*.parquet"
131
+ },
132
+ {
133
+ "@type": "cr:FileSet",
134
+ "@id": "parquet-files-for-config-stationarity_hard",
135
+ "containedIn": {
136
+ "@id": "repo"
137
+ },
138
+ "encodingFormat": "application/x-parquet",
139
+ "includes": "stationarity_hard/*/*.parquet"
140
+ },
141
+ {
142
+ "@type": "cr:FileSet",
143
+ "@id": "parquet-files-for-config-trend",
144
+ "containedIn": {
145
+ "@id": "repo"
146
+ },
147
+ "encodingFormat": "application/x-parquet",
148
+ "includes": "trend/*/*.parquet"
149
+ },
150
+ {
151
+ "@type": "cr:FileSet",
152
+ "@id": "parquet-files-for-config-trend_hard",
153
+ "containedIn": {
154
+ "@id": "repo"
155
+ },
156
+ "encodingFormat": "application/x-parquet",
157
+ "includes": "trend_hard/*/*.parquet"
158
  }
159
  ],
 
160
  "recordSet": [
161
  {
162
  "@type": "cr:RecordSet",
163
+ "dataType": "cr:Split",
164
+ "key": {
165
+ "@id": "anomaly_splits/split_name"
166
+ },
167
+ "@id": "anomaly_splits",
168
+ "name": "anomaly_splits",
169
+ "description": "Splits for the anomaly config.",
170
+ "field": [
171
+ {
172
+ "@type": "cr:Field",
173
+ "@id": "anomaly_splits/split_name",
174
+ "dataType": "sc:Text"
175
+ }
176
+ ],
177
+ "data": [
178
+ {
179
+ "anomaly_splits/split_name": "train"
180
+ },
181
+ {
182
+ "anomaly_splits/split_name": "validation"
183
+ },
184
+ {
185
+ "anomaly_splits/split_name": "test"
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "@type": "cr:RecordSet",
191
+ "@id": "anomaly",
192
+ "description": "EvalData/TSFMI - 'anomaly' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
193
+ "field": [
194
+ {
195
+ "@type": "cr:Field",
196
+ "@id": "anomaly/split",
197
+ "dataType": "sc:Text",
198
+ "source": {
199
+ "fileSet": {
200
+ "@id": "parquet-files-for-config-anomaly"
201
+ },
202
+ "extract": {
203
+ "fileProperty": "fullpath"
204
+ },
205
+ "transform": {
206
+ "regex": "anomaly/(?:partial-)?(train|validation|test)/.+parquet$"
207
+ }
208
+ },
209
+ "references": {
210
+ "field": {
211
+ "@id": "anomaly_splits/split_name"
212
+ }
213
+ }
214
+ },
215
+ {
216
+ "@type": "cr:Field",
217
+ "@id": "anomaly/sequence",
218
+ "dataType": "cr:Float32",
219
+ "source": {
220
+ "fileSet": {
221
+ "@id": "parquet-files-for-config-anomaly"
222
+ },
223
+ "extract": {
224
+ "column": "sequence"
225
+ }
226
+ },
227
+ "isArray": true,
228
+ "arrayShape": "-1"
229
+ },
230
+ {
231
+ "@type": "cr:Field",
232
+ "@id": "anomaly/label",
233
+ "dataType": "cr:Int64",
234
+ "source": {
235
+ "fileSet": {
236
+ "@id": "parquet-files-for-config-anomaly"
237
+ },
238
+ "extract": {
239
+ "column": "label"
240
+ }
241
+ }
242
+ },
243
+ {
244
+ "@type": "cr:Field",
245
+ "@id": "anomaly/seed",
246
+ "dataType": "cr:Int64",
247
+ "source": {
248
+ "fileSet": {
249
+ "@id": "parquet-files-for-config-anomaly"
250
+ },
251
+ "extract": {
252
+ "column": "seed"
253
+ }
254
+ }
255
+ },
256
+ {
257
+ "@type": "cr:Field",
258
+ "@id": "anomaly/split_seed",
259
+ "dataType": "cr:Int64",
260
+ "source": {
261
+ "fileSet": {
262
+ "@id": "parquet-files-for-config-anomaly"
263
+ },
264
+ "extract": {
265
+ "column": "split_seed"
266
+ }
267
+ }
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "@type": "cr:RecordSet",
273
+ "dataType": "cr:Split",
274
+ "key": {
275
+ "@id": "anomaly_hard_splits/split_name"
276
+ },
277
+ "@id": "anomaly_hard_splits",
278
+ "name": "anomaly_hard_splits",
279
+ "description": "Splits for the anomaly_hard config.",
280
+ "field": [
281
+ {
282
+ "@type": "cr:Field",
283
+ "@id": "anomaly_hard_splits/split_name",
284
+ "dataType": "sc:Text"
285
+ }
286
+ ],
287
+ "data": [
288
+ {
289
+ "anomaly_hard_splits/split_name": "train"
290
+ },
291
+ {
292
+ "anomaly_hard_splits/split_name": "validation"
293
+ },
294
+ {
295
+ "anomaly_hard_splits/split_name": "test"
296
+ }
297
+ ]
298
+ },
299
+ {
300
+ "@type": "cr:RecordSet",
301
+ "@id": "anomaly_hard",
302
+ "description": "EvalData/TSFMI - 'anomaly_hard' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
303
  "field": [
304
+ {
305
+ "@type": "cr:Field",
306
+ "@id": "anomaly_hard/split",
307
+ "dataType": "sc:Text",
308
+ "source": {
309
+ "fileSet": {
310
+ "@id": "parquet-files-for-config-anomaly_hard"
311
+ },
312
+ "extract": {
313
+ "fileProperty": "fullpath"
314
+ },
315
+ "transform": {
316
+ "regex": "anomaly_hard/(?:partial-)?(train|validation|test)/.+parquet$"
317
+ }
318
+ },
319
+ "references": {
320
+ "field": {
321
+ "@id": "anomaly_hard_splits/split_name"
322
+ }
323
+ }
324
+ },
325
+ {
326
+ "@type": "cr:Field",
327
+ "@id": "anomaly_hard/sequence",
328
+ "dataType": "cr:Float32",
329
+ "source": {
330
+ "fileSet": {
331
+ "@id": "parquet-files-for-config-anomaly_hard"
332
+ },
333
+ "extract": {
334
+ "column": "sequence"
335
+ }
336
+ },
337
+ "isArray": true,
338
+ "arrayShape": "-1"
339
+ },
340
+ {
341
+ "@type": "cr:Field",
342
+ "@id": "anomaly_hard/label",
343
+ "dataType": "cr:Int64",
344
+ "source": {
345
+ "fileSet": {
346
+ "@id": "parquet-files-for-config-anomaly_hard"
347
+ },
348
+ "extract": {
349
+ "column": "label"
350
+ }
351
+ }
352
+ },
353
+ {
354
+ "@type": "cr:Field",
355
+ "@id": "anomaly_hard/seed",
356
+ "dataType": "cr:Int64",
357
+ "source": {
358
+ "fileSet": {
359
+ "@id": "parquet-files-for-config-anomaly_hard"
360
+ },
361
+ "extract": {
362
+ "column": "seed"
363
+ }
364
+ }
365
+ },
366
+ {
367
+ "@type": "cr:Field",
368
+ "@id": "anomaly_hard/split_seed",
369
+ "dataType": "cr:Int64",
370
+ "source": {
371
+ "fileSet": {
372
+ "@id": "parquet-files-for-config-anomaly_hard"
373
+ },
374
+ "extract": {
375
+ "column": "split_seed"
376
+ }
377
+ }
378
+ }
379
  ]
380
  },
381
  {
382
  "@type": "cr:RecordSet",
383
+ "dataType": "cr:Split",
384
+ "key": {
385
+ "@id": "change_point_splits/split_name"
386
+ },
387
+ "@id": "change_point_splits",
388
+ "name": "change_point_splits",
389
+ "description": "Splits for the change_point config.",
390
  "field": [
391
+ {
392
+ "@type": "cr:Field",
393
+ "@id": "change_point_splits/split_name",
394
+ "dataType": "sc:Text"
395
+ }
396
+ ],
397
+ "data": [
398
+ {
399
+ "change_point_splits/split_name": "train"
400
+ },
401
+ {
402
+ "change_point_splits/split_name": "validation"
403
+ },
404
+ {
405
+ "change_point_splits/split_name": "test"
406
+ }
407
  ]
408
  },
409
  {
410
  "@type": "cr:RecordSet",
411
+ "@id": "change_point",
412
+ "description": "EvalData/TSFMI - 'change_point' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
 
413
  "field": [
414
+ {
415
+ "@type": "cr:Field",
416
+ "@id": "change_point/split",
417
+ "dataType": "sc:Text",
418
+ "source": {
419
+ "fileSet": {
420
+ "@id": "parquet-files-for-config-change_point"
421
+ },
422
+ "extract": {
423
+ "fileProperty": "fullpath"
424
+ },
425
+ "transform": {
426
+ "regex": "change_point/(?:partial-)?(train|validation|test)/.+parquet$"
427
+ }
428
+ },
429
+ "references": {
430
+ "field": {
431
+ "@id": "change_point_splits/split_name"
432
+ }
433
+ }
434
+ },
435
+ {
436
+ "@type": "cr:Field",
437
+ "@id": "change_point/sequence",
438
+ "dataType": "cr:Float32",
439
+ "source": {
440
+ "fileSet": {
441
+ "@id": "parquet-files-for-config-change_point"
442
+ },
443
+ "extract": {
444
+ "column": "sequence"
445
+ }
446
+ },
447
+ "isArray": true,
448
+ "arrayShape": "-1"
449
+ },
450
+ {
451
+ "@type": "cr:Field",
452
+ "@id": "change_point/label",
453
+ "dataType": "cr:Int64",
454
+ "source": {
455
+ "fileSet": {
456
+ "@id": "parquet-files-for-config-change_point"
457
+ },
458
+ "extract": {
459
+ "column": "label"
460
+ }
461
+ }
462
+ },
463
+ {
464
+ "@type": "cr:Field",
465
+ "@id": "change_point/seed",
466
+ "dataType": "cr:Int64",
467
+ "source": {
468
+ "fileSet": {
469
+ "@id": "parquet-files-for-config-change_point"
470
+ },
471
+ "extract": {
472
+ "column": "seed"
473
+ }
474
+ }
475
+ },
476
+ {
477
+ "@type": "cr:Field",
478
+ "@id": "change_point/split_seed",
479
+ "dataType": "cr:Int64",
480
+ "source": {
481
+ "fileSet": {
482
+ "@id": "parquet-files-for-config-change_point"
483
+ },
484
+ "extract": {
485
+ "column": "split_seed"
486
+ }
487
+ }
488
+ }
489
  ]
490
  },
491
  {
492
  "@type": "cr:RecordSet",
493
+ "dataType": "cr:Split",
494
+ "key": {
495
+ "@id": "change_point_hard_splits/split_name"
496
+ },
497
+ "@id": "change_point_hard_splits",
498
+ "name": "change_point_hard_splits",
499
+ "description": "Splits for the change_point_hard config.",
500
  "field": [
501
+ {
502
+ "@type": "cr:Field",
503
+ "@id": "change_point_hard_splits/split_name",
504
+ "dataType": "sc:Text"
505
+ }
506
+ ],
507
+ "data": [
508
+ {
509
+ "change_point_hard_splits/split_name": "train"
510
+ },
511
+ {
512
+ "change_point_hard_splits/split_name": "validation"
513
+ },
514
+ {
515
+ "change_point_hard_splits/split_name": "test"
516
+ }
517
  ]
518
  },
519
  {
520
  "@type": "cr:RecordSet",
521
+ "@id": "change_point_hard",
522
+ "description": "EvalData/TSFMI - 'change_point_hard' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
 
523
  "field": [
524
+ {
525
+ "@type": "cr:Field",
526
+ "@id": "change_point_hard/split",
527
+ "dataType": "sc:Text",
528
+ "source": {
529
+ "fileSet": {
530
+ "@id": "parquet-files-for-config-change_point_hard"
531
+ },
532
+ "extract": {
533
+ "fileProperty": "fullpath"
534
+ },
535
+ "transform": {
536
+ "regex": "change_point_hard/(?:partial-)?(train|validation|test)/.+parquet$"
537
+ }
538
+ },
539
+ "references": {
540
+ "field": {
541
+ "@id": "change_point_hard_splits/split_name"
542
+ }
543
+ }
544
+ },
545
+ {
546
+ "@type": "cr:Field",
547
+ "@id": "change_point_hard/sequence",
548
+ "dataType": "cr:Float32",
549
+ "source": {
550
+ "fileSet": {
551
+ "@id": "parquet-files-for-config-change_point_hard"
552
+ },
553
+ "extract": {
554
+ "column": "sequence"
555
+ }
556
+ },
557
+ "isArray": true,
558
+ "arrayShape": "-1"
559
+ },
560
+ {
561
+ "@type": "cr:Field",
562
+ "@id": "change_point_hard/label",
563
+ "dataType": "cr:Int64",
564
+ "source": {
565
+ "fileSet": {
566
+ "@id": "parquet-files-for-config-change_point_hard"
567
+ },
568
+ "extract": {
569
+ "column": "label"
570
+ }
571
+ }
572
+ },
573
+ {
574
+ "@type": "cr:Field",
575
+ "@id": "change_point_hard/seed",
576
+ "dataType": "cr:Int64",
577
+ "source": {
578
+ "fileSet": {
579
+ "@id": "parquet-files-for-config-change_point_hard"
580
+ },
581
+ "extract": {
582
+ "column": "seed"
583
+ }
584
+ }
585
+ },
586
+ {
587
+ "@type": "cr:Field",
588
+ "@id": "change_point_hard/split_seed",
589
+ "dataType": "cr:Int64",
590
+ "source": {
591
+ "fileSet": {
592
+ "@id": "parquet-files-for-config-change_point_hard"
593
+ },
594
+ "extract": {
595
+ "column": "split_seed"
596
+ }
597
+ }
598
+ }
599
  ]
600
  },
601
  {
602
  "@type": "cr:RecordSet",
603
+ "dataType": "cr:Split",
604
+ "key": {
605
+ "@id": "frequency_splits/split_name"
606
+ },
607
+ "@id": "frequency_splits",
608
+ "name": "frequency_splits",
609
+ "description": "Splits for the frequency config.",
610
  "field": [
611
+ {
612
+ "@type": "cr:Field",
613
+ "@id": "frequency_splits/split_name",
614
+ "dataType": "sc:Text"
615
+ }
616
+ ],
617
+ "data": [
618
+ {
619
+ "frequency_splits/split_name": "train"
620
+ },
621
+ {
622
+ "frequency_splits/split_name": "validation"
623
+ },
624
+ {
625
+ "frequency_splits/split_name": "test"
626
+ }
627
+ ]
628
+ },
629
+ {
630
+ "@type": "cr:RecordSet",
631
+ "@id": "frequency",
632
+ "description": "EvalData/TSFMI - 'frequency' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
633
+ "field": [
634
+ {
635
+ "@type": "cr:Field",
636
+ "@id": "frequency/split",
637
+ "dataType": "sc:Text",
638
+ "source": {
639
+ "fileSet": {
640
+ "@id": "parquet-files-for-config-frequency"
641
+ },
642
+ "extract": {
643
+ "fileProperty": "fullpath"
644
+ },
645
+ "transform": {
646
+ "regex": "frequency/(?:partial-)?(train|validation|test)/.+parquet$"
647
+ }
648
+ },
649
+ "references": {
650
+ "field": {
651
+ "@id": "frequency_splits/split_name"
652
+ }
653
+ }
654
+ },
655
+ {
656
+ "@type": "cr:Field",
657
+ "@id": "frequency/sequence",
658
+ "dataType": "cr:Float32",
659
+ "source": {
660
+ "fileSet": {
661
+ "@id": "parquet-files-for-config-frequency"
662
+ },
663
+ "extract": {
664
+ "column": "sequence"
665
+ }
666
+ },
667
+ "isArray": true,
668
+ "arrayShape": "-1"
669
+ },
670
+ {
671
+ "@type": "cr:Field",
672
+ "@id": "frequency/label",
673
+ "dataType": "cr:Int64",
674
+ "source": {
675
+ "fileSet": {
676
+ "@id": "parquet-files-for-config-frequency"
677
+ },
678
+ "extract": {
679
+ "column": "label"
680
+ }
681
+ }
682
+ },
683
+ {
684
+ "@type": "cr:Field",
685
+ "@id": "frequency/seed",
686
+ "dataType": "cr:Int64",
687
+ "source": {
688
+ "fileSet": {
689
+ "@id": "parquet-files-for-config-frequency"
690
+ },
691
+ "extract": {
692
+ "column": "seed"
693
+ }
694
+ }
695
+ },
696
+ {
697
+ "@type": "cr:Field",
698
+ "@id": "frequency/split_seed",
699
+ "dataType": "cr:Int64",
700
+ "source": {
701
+ "fileSet": {
702
+ "@id": "parquet-files-for-config-frequency"
703
+ },
704
+ "extract": {
705
+ "column": "split_seed"
706
+ }
707
+ }
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ "@type": "cr:RecordSet",
713
+ "dataType": "cr:Split",
714
+ "key": {
715
+ "@id": "frequency_hard_splits/split_name"
716
+ },
717
+ "@id": "frequency_hard_splits",
718
+ "name": "frequency_hard_splits",
719
+ "description": "Splits for the frequency_hard config.",
720
+ "field": [
721
+ {
722
+ "@type": "cr:Field",
723
+ "@id": "frequency_hard_splits/split_name",
724
+ "dataType": "sc:Text"
725
+ }
726
+ ],
727
+ "data": [
728
+ {
729
+ "frequency_hard_splits/split_name": "train"
730
+ },
731
+ {
732
+ "frequency_hard_splits/split_name": "validation"
733
+ },
734
+ {
735
+ "frequency_hard_splits/split_name": "test"
736
+ }
737
+ ]
738
+ },
739
+ {
740
+ "@type": "cr:RecordSet",
741
+ "@id": "frequency_hard",
742
+ "description": "EvalData/TSFMI - 'frequency_hard' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
743
+ "field": [
744
+ {
745
+ "@type": "cr:Field",
746
+ "@id": "frequency_hard/split",
747
+ "dataType": "sc:Text",
748
+ "source": {
749
+ "fileSet": {
750
+ "@id": "parquet-files-for-config-frequency_hard"
751
+ },
752
+ "extract": {
753
+ "fileProperty": "fullpath"
754
+ },
755
+ "transform": {
756
+ "regex": "frequency_hard/(?:partial-)?(train|validation|test)/.+parquet$"
757
+ }
758
+ },
759
+ "references": {
760
+ "field": {
761
+ "@id": "frequency_hard_splits/split_name"
762
+ }
763
+ }
764
+ },
765
+ {
766
+ "@type": "cr:Field",
767
+ "@id": "frequency_hard/sequence",
768
+ "dataType": "cr:Float32",
769
+ "source": {
770
+ "fileSet": {
771
+ "@id": "parquet-files-for-config-frequency_hard"
772
+ },
773
+ "extract": {
774
+ "column": "sequence"
775
+ }
776
+ },
777
+ "isArray": true,
778
+ "arrayShape": "-1"
779
+ },
780
+ {
781
+ "@type": "cr:Field",
782
+ "@id": "frequency_hard/label",
783
+ "dataType": "cr:Int64",
784
+ "source": {
785
+ "fileSet": {
786
+ "@id": "parquet-files-for-config-frequency_hard"
787
+ },
788
+ "extract": {
789
+ "column": "label"
790
+ }
791
+ }
792
+ },
793
+ {
794
+ "@type": "cr:Field",
795
+ "@id": "frequency_hard/seed",
796
+ "dataType": "cr:Int64",
797
+ "source": {
798
+ "fileSet": {
799
+ "@id": "parquet-files-for-config-frequency_hard"
800
+ },
801
+ "extract": {
802
+ "column": "seed"
803
+ }
804
+ }
805
+ },
806
+ {
807
+ "@type": "cr:Field",
808
+ "@id": "frequency_hard/split_seed",
809
+ "dataType": "cr:Int64",
810
+ "source": {
811
+ "fileSet": {
812
+ "@id": "parquet-files-for-config-frequency_hard"
813
+ },
814
+ "extract": {
815
+ "column": "split_seed"
816
+ }
817
+ }
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "@type": "cr:RecordSet",
823
+ "dataType": "cr:Split",
824
+ "key": {
825
+ "@id": "seasonality_splits/split_name"
826
+ },
827
+ "@id": "seasonality_splits",
828
+ "name": "seasonality_splits",
829
+ "description": "Splits for the seasonality config.",
830
+ "field": [
831
+ {
832
+ "@type": "cr:Field",
833
+ "@id": "seasonality_splits/split_name",
834
+ "dataType": "sc:Text"
835
+ }
836
+ ],
837
+ "data": [
838
+ {
839
+ "seasonality_splits/split_name": "train"
840
+ },
841
+ {
842
+ "seasonality_splits/split_name": "validation"
843
+ },
844
+ {
845
+ "seasonality_splits/split_name": "test"
846
+ }
847
+ ]
848
+ },
849
+ {
850
+ "@type": "cr:RecordSet",
851
+ "@id": "seasonality",
852
+ "description": "EvalData/TSFMI - 'seasonality' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
853
+ "field": [
854
+ {
855
+ "@type": "cr:Field",
856
+ "@id": "seasonality/split",
857
+ "dataType": "sc:Text",
858
+ "source": {
859
+ "fileSet": {
860
+ "@id": "parquet-files-for-config-seasonality"
861
+ },
862
+ "extract": {
863
+ "fileProperty": "fullpath"
864
+ },
865
+ "transform": {
866
+ "regex": "seasonality/(?:partial-)?(train|validation|test)/.+parquet$"
867
+ }
868
+ },
869
+ "references": {
870
+ "field": {
871
+ "@id": "seasonality_splits/split_name"
872
+ }
873
+ }
874
+ },
875
+ {
876
+ "@type": "cr:Field",
877
+ "@id": "seasonality/sequence",
878
+ "dataType": "cr:Float32",
879
+ "source": {
880
+ "fileSet": {
881
+ "@id": "parquet-files-for-config-seasonality"
882
+ },
883
+ "extract": {
884
+ "column": "sequence"
885
+ }
886
+ },
887
+ "isArray": true,
888
+ "arrayShape": "-1"
889
+ },
890
+ {
891
+ "@type": "cr:Field",
892
+ "@id": "seasonality/label",
893
+ "dataType": "cr:Float64",
894
+ "source": {
895
+ "fileSet": {
896
+ "@id": "parquet-files-for-config-seasonality"
897
+ },
898
+ "extract": {
899
+ "column": "label"
900
+ }
901
+ }
902
+ },
903
+ {
904
+ "@type": "cr:Field",
905
+ "@id": "seasonality/seed",
906
+ "dataType": "cr:Int64",
907
+ "source": {
908
+ "fileSet": {
909
+ "@id": "parquet-files-for-config-seasonality"
910
+ },
911
+ "extract": {
912
+ "column": "seed"
913
+ }
914
+ }
915
+ },
916
+ {
917
+ "@type": "cr:Field",
918
+ "@id": "seasonality/split_seed",
919
+ "dataType": "cr:Int64",
920
+ "source": {
921
+ "fileSet": {
922
+ "@id": "parquet-files-for-config-seasonality"
923
+ },
924
+ "extract": {
925
+ "column": "split_seed"
926
+ }
927
+ }
928
+ }
929
+ ]
930
+ },
931
+ {
932
+ "@type": "cr:RecordSet",
933
+ "dataType": "cr:Split",
934
+ "key": {
935
+ "@id": "stationarity_splits/split_name"
936
+ },
937
+ "@id": "stationarity_splits",
938
+ "name": "stationarity_splits",
939
+ "description": "Splits for the stationarity config.",
940
+ "field": [
941
+ {
942
+ "@type": "cr:Field",
943
+ "@id": "stationarity_splits/split_name",
944
+ "dataType": "sc:Text"
945
+ }
946
+ ],
947
+ "data": [
948
+ {
949
+ "stationarity_splits/split_name": "train"
950
+ },
951
+ {
952
+ "stationarity_splits/split_name": "validation"
953
+ },
954
+ {
955
+ "stationarity_splits/split_name": "test"
956
+ }
957
+ ]
958
+ },
959
+ {
960
+ "@type": "cr:RecordSet",
961
+ "@id": "stationarity",
962
+ "description": "EvalData/TSFMI - 'stationarity' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
963
+ "field": [
964
+ {
965
+ "@type": "cr:Field",
966
+ "@id": "stationarity/split",
967
+ "dataType": "sc:Text",
968
+ "source": {
969
+ "fileSet": {
970
+ "@id": "parquet-files-for-config-stationarity"
971
+ },
972
+ "extract": {
973
+ "fileProperty": "fullpath"
974
+ },
975
+ "transform": {
976
+ "regex": "stationarity/(?:partial-)?(train|validation|test)/.+parquet$"
977
+ }
978
+ },
979
+ "references": {
980
+ "field": {
981
+ "@id": "stationarity_splits/split_name"
982
+ }
983
+ }
984
+ },
985
+ {
986
+ "@type": "cr:Field",
987
+ "@id": "stationarity/sequence",
988
+ "dataType": "cr:Float32",
989
+ "source": {
990
+ "fileSet": {
991
+ "@id": "parquet-files-for-config-stationarity"
992
+ },
993
+ "extract": {
994
+ "column": "sequence"
995
+ }
996
+ },
997
+ "isArray": true,
998
+ "arrayShape": "-1"
999
+ },
1000
+ {
1001
+ "@type": "cr:Field",
1002
+ "@id": "stationarity/label",
1003
+ "dataType": "cr:Int64",
1004
+ "source": {
1005
+ "fileSet": {
1006
+ "@id": "parquet-files-for-config-stationarity"
1007
+ },
1008
+ "extract": {
1009
+ "column": "label"
1010
+ }
1011
+ }
1012
+ },
1013
+ {
1014
+ "@type": "cr:Field",
1015
+ "@id": "stationarity/seed",
1016
+ "dataType": "cr:Int64",
1017
+ "source": {
1018
+ "fileSet": {
1019
+ "@id": "parquet-files-for-config-stationarity"
1020
+ },
1021
+ "extract": {
1022
+ "column": "seed"
1023
+ }
1024
+ }
1025
+ },
1026
+ {
1027
+ "@type": "cr:Field",
1028
+ "@id": "stationarity/split_seed",
1029
+ "dataType": "cr:Int64",
1030
+ "source": {
1031
+ "fileSet": {
1032
+ "@id": "parquet-files-for-config-stationarity"
1033
+ },
1034
+ "extract": {
1035
+ "column": "split_seed"
1036
+ }
1037
+ }
1038
+ }
1039
+ ]
1040
+ },
1041
+ {
1042
+ "@type": "cr:RecordSet",
1043
+ "dataType": "cr:Split",
1044
+ "key": {
1045
+ "@id": "stationarity_hard_splits/split_name"
1046
+ },
1047
+ "@id": "stationarity_hard_splits",
1048
+ "name": "stationarity_hard_splits",
1049
+ "description": "Splits for the stationarity_hard config.",
1050
+ "field": [
1051
+ {
1052
+ "@type": "cr:Field",
1053
+ "@id": "stationarity_hard_splits/split_name",
1054
+ "dataType": "sc:Text"
1055
+ }
1056
+ ],
1057
+ "data": [
1058
+ {
1059
+ "stationarity_hard_splits/split_name": "train"
1060
+ },
1061
+ {
1062
+ "stationarity_hard_splits/split_name": "validation"
1063
+ },
1064
+ {
1065
+ "stationarity_hard_splits/split_name": "test"
1066
+ }
1067
+ ]
1068
+ },
1069
+ {
1070
+ "@type": "cr:RecordSet",
1071
+ "@id": "stationarity_hard",
1072
+ "description": "EvalData/TSFMI - 'stationarity_hard' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
1073
+ "field": [
1074
+ {
1075
+ "@type": "cr:Field",
1076
+ "@id": "stationarity_hard/split",
1077
+ "dataType": "sc:Text",
1078
+ "source": {
1079
+ "fileSet": {
1080
+ "@id": "parquet-files-for-config-stationarity_hard"
1081
+ },
1082
+ "extract": {
1083
+ "fileProperty": "fullpath"
1084
+ },
1085
+ "transform": {
1086
+ "regex": "stationarity_hard/(?:partial-)?(train|validation|test)/.+parquet$"
1087
+ }
1088
+ },
1089
+ "references": {
1090
+ "field": {
1091
+ "@id": "stationarity_hard_splits/split_name"
1092
+ }
1093
+ }
1094
+ },
1095
+ {
1096
+ "@type": "cr:Field",
1097
+ "@id": "stationarity_hard/sequence",
1098
+ "dataType": "cr:Float32",
1099
+ "source": {
1100
+ "fileSet": {
1101
+ "@id": "parquet-files-for-config-stationarity_hard"
1102
+ },
1103
+ "extract": {
1104
+ "column": "sequence"
1105
+ }
1106
+ },
1107
+ "isArray": true,
1108
+ "arrayShape": "-1"
1109
+ },
1110
+ {
1111
+ "@type": "cr:Field",
1112
+ "@id": "stationarity_hard/label",
1113
+ "dataType": "cr:Int64",
1114
+ "source": {
1115
+ "fileSet": {
1116
+ "@id": "parquet-files-for-config-stationarity_hard"
1117
+ },
1118
+ "extract": {
1119
+ "column": "label"
1120
+ }
1121
+ }
1122
+ },
1123
+ {
1124
+ "@type": "cr:Field",
1125
+ "@id": "stationarity_hard/seed",
1126
+ "dataType": "cr:Int64",
1127
+ "source": {
1128
+ "fileSet": {
1129
+ "@id": "parquet-files-for-config-stationarity_hard"
1130
+ },
1131
+ "extract": {
1132
+ "column": "seed"
1133
+ }
1134
+ }
1135
+ },
1136
+ {
1137
+ "@type": "cr:Field",
1138
+ "@id": "stationarity_hard/split_seed",
1139
+ "dataType": "cr:Int64",
1140
+ "source": {
1141
+ "fileSet": {
1142
+ "@id": "parquet-files-for-config-stationarity_hard"
1143
+ },
1144
+ "extract": {
1145
+ "column": "split_seed"
1146
+ }
1147
+ }
1148
+ }
1149
+ ]
1150
+ },
1151
+ {
1152
+ "@type": "cr:RecordSet",
1153
+ "dataType": "cr:Split",
1154
+ "key": {
1155
+ "@id": "trend_splits/split_name"
1156
+ },
1157
+ "@id": "trend_splits",
1158
+ "name": "trend_splits",
1159
+ "description": "Splits for the trend config.",
1160
+ "field": [
1161
+ {
1162
+ "@type": "cr:Field",
1163
+ "@id": "trend_splits/split_name",
1164
+ "dataType": "sc:Text"
1165
+ }
1166
+ ],
1167
+ "data": [
1168
+ {
1169
+ "trend_splits/split_name": "train"
1170
+ },
1171
+ {
1172
+ "trend_splits/split_name": "validation"
1173
+ },
1174
+ {
1175
+ "trend_splits/split_name": "test"
1176
+ }
1177
+ ]
1178
+ },
1179
+ {
1180
+ "@type": "cr:RecordSet",
1181
+ "@id": "trend",
1182
+ "description": "EvalData/TSFMI - 'trend' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
1183
+ "field": [
1184
+ {
1185
+ "@type": "cr:Field",
1186
+ "@id": "trend/split",
1187
+ "dataType": "sc:Text",
1188
+ "source": {
1189
+ "fileSet": {
1190
+ "@id": "parquet-files-for-config-trend"
1191
+ },
1192
+ "extract": {
1193
+ "fileProperty": "fullpath"
1194
+ },
1195
+ "transform": {
1196
+ "regex": "trend/(?:partial-)?(train|validation|test)/.+parquet$"
1197
+ }
1198
+ },
1199
+ "references": {
1200
+ "field": {
1201
+ "@id": "trend_splits/split_name"
1202
+ }
1203
+ }
1204
+ },
1205
+ {
1206
+ "@type": "cr:Field",
1207
+ "@id": "trend/sequence",
1208
+ "dataType": "cr:Float32",
1209
+ "source": {
1210
+ "fileSet": {
1211
+ "@id": "parquet-files-for-config-trend"
1212
+ },
1213
+ "extract": {
1214
+ "column": "sequence"
1215
+ }
1216
+ },
1217
+ "isArray": true,
1218
+ "arrayShape": "-1"
1219
+ },
1220
+ {
1221
+ "@type": "cr:Field",
1222
+ "@id": "trend/label",
1223
+ "dataType": "cr:Int64",
1224
+ "source": {
1225
+ "fileSet": {
1226
+ "@id": "parquet-files-for-config-trend"
1227
+ },
1228
+ "extract": {
1229
+ "column": "label"
1230
+ }
1231
+ }
1232
+ },
1233
+ {
1234
+ "@type": "cr:Field",
1235
+ "@id": "trend/seed",
1236
+ "dataType": "cr:Int64",
1237
+ "source": {
1238
+ "fileSet": {
1239
+ "@id": "parquet-files-for-config-trend"
1240
+ },
1241
+ "extract": {
1242
+ "column": "seed"
1243
+ }
1244
+ }
1245
+ },
1246
+ {
1247
+ "@type": "cr:Field",
1248
+ "@id": "trend/split_seed",
1249
+ "dataType": "cr:Int64",
1250
+ "source": {
1251
+ "fileSet": {
1252
+ "@id": "parquet-files-for-config-trend"
1253
+ },
1254
+ "extract": {
1255
+ "column": "split_seed"
1256
+ }
1257
+ }
1258
+ }
1259
+ ]
1260
+ },
1261
+ {
1262
+ "@type": "cr:RecordSet",
1263
+ "dataType": "cr:Split",
1264
+ "key": {
1265
+ "@id": "trend_hard_splits/split_name"
1266
+ },
1267
+ "@id": "trend_hard_splits",
1268
+ "name": "trend_hard_splits",
1269
+ "description": "Splits for the trend_hard config.",
1270
+ "field": [
1271
+ {
1272
+ "@type": "cr:Field",
1273
+ "@id": "trend_hard_splits/split_name",
1274
+ "dataType": "sc:Text"
1275
+ }
1276
+ ],
1277
+ "data": [
1278
+ {
1279
+ "trend_hard_splits/split_name": "train"
1280
+ },
1281
+ {
1282
+ "trend_hard_splits/split_name": "validation"
1283
+ },
1284
+ {
1285
+ "trend_hard_splits/split_name": "test"
1286
+ }
1287
+ ]
1288
+ },
1289
+ {
1290
+ "@type": "cr:RecordSet",
1291
+ "@id": "trend_hard",
1292
+ "description": "EvalData/TSFMI - 'trend_hard' subset\n\nAdditional information:\n- 3 splits: train, validation, test",
1293
+ "field": [
1294
+ {
1295
+ "@type": "cr:Field",
1296
+ "@id": "trend_hard/split",
1297
+ "dataType": "sc:Text",
1298
+ "source": {
1299
+ "fileSet": {
1300
+ "@id": "parquet-files-for-config-trend_hard"
1301
+ },
1302
+ "extract": {
1303
+ "fileProperty": "fullpath"
1304
+ },
1305
+ "transform": {
1306
+ "regex": "trend_hard/(?:partial-)?(train|validation|test)/.+parquet$"
1307
+ }
1308
+ },
1309
+ "references": {
1310
+ "field": {
1311
+ "@id": "trend_hard_splits/split_name"
1312
+ }
1313
+ }
1314
+ },
1315
+ {
1316
+ "@type": "cr:Field",
1317
+ "@id": "trend_hard/sequence",
1318
+ "dataType": "cr:Float32",
1319
+ "source": {
1320
+ "fileSet": {
1321
+ "@id": "parquet-files-for-config-trend_hard"
1322
+ },
1323
+ "extract": {
1324
+ "column": "sequence"
1325
+ }
1326
+ },
1327
+ "isArray": true,
1328
+ "arrayShape": "-1"
1329
+ },
1330
+ {
1331
+ "@type": "cr:Field",
1332
+ "@id": "trend_hard/label",
1333
+ "dataType": "cr:Int64",
1334
+ "source": {
1335
+ "fileSet": {
1336
+ "@id": "parquet-files-for-config-trend_hard"
1337
+ },
1338
+ "extract": {
1339
+ "column": "label"
1340
+ }
1341
+ }
1342
+ },
1343
+ {
1344
+ "@type": "cr:Field",
1345
+ "@id": "trend_hard/seed",
1346
+ "dataType": "cr:Int64",
1347
+ "source": {
1348
+ "fileSet": {
1349
+ "@id": "parquet-files-for-config-trend_hard"
1350
+ },
1351
+ "extract": {
1352
+ "column": "seed"
1353
+ }
1354
+ }
1355
+ },
1356
+ {
1357
+ "@type": "cr:Field",
1358
+ "@id": "trend_hard/split_seed",
1359
+ "dataType": "cr:Int64",
1360
+ "source": {
1361
+ "fileSet": {
1362
+ "@id": "parquet-files-for-config-trend_hard"
1363
+ },
1364
+ "extract": {
1365
+ "column": "split_seed"
1366
+ }
1367
+ }
1368
+ }
1369
  ]
1370
  }
1371
+ ],
1372
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
1373
+ "name": "TSFMI",
1374
+ "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.",
1375
+ "alternateName": [
1376
+ "EvalData/TSFMI",
1377
+ "TSFMI-Synthetic"
1378
+ ],
1379
+ "creator": {
1380
+ "@type": "Person",
1381
+ "name": "Evaldataset",
1382
+ "url": "https://huggingface.co/EvalData"
1383
+ },
1384
+ "keywords": [
1385
+ "time-series-forecasting",
1386
+ "tabular-classification",
1387
+ "tabular-regression",
1388
+ "English",
1389
+ "mit",
1390
+ "10K - 100K",
1391
+ "parquet",
1392
+ "Tabular",
1393
+ "Time-series",
1394
+ "Datasets",
1395
+ "pandas",
1396
+ "Polars",
1397
+ "Croissant",
1398
+ "\ud83c\uddfa\ud83c\uddf8 Region: US",
1399
+ "time-series",
1400
+ "foundation-models",
1401
+ "probing",
1402
+ "benchmark",
1403
+ "evaluation",
1404
+ "Synthetic",
1405
+ "baseline-controlled",
1406
+ "neurips-2026"
1407
+ ],
1408
+ "license": "https://choosealicense.com/licenses/mit/",
1409
+ "url": "https://huggingface.co/datasets/EvalData/TSFMI",
1410
+ "rai:dataCollection": "Synthetic generation via deterministic Python procedures with NumPy random number generators. No human subjects, no scraping, no third-party data ingestion.",
1411
+ "rai:dataCollectionType": "Synthetic / procedural",
1412
+ "rai:dataPreprocessingProtocol": "None. Generators emit final tensors (N x seq_len) with labels directly.",
1413
+ "rai:dataAnnotationProtocol": "Labels are derived analytically from generation parameters. No human annotation.",
1414
+ "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).",
1415
+ "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.",
1416
+ "rai:personalSensitiveInformation": "None. Datasets contain no personal, demographic, medical, or otherwise sensitive information.",
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
+ }