xq8wvm commited on
Commit
53c3c5c
·
verified ·
1 Parent(s): 866a9ad

Upload HypothesisDrivenExperimentPlanningBench.croissant.json with huggingface_hub

Browse files
HypothesisDrivenExperimentPlanningBench.croissant.json ADDED
@@ -0,0 +1,424 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
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",
25
+ "fileObject": "cr:fileObject",
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",
40
+ "repeated": "cr:repeated",
41
+ "replace": "cr:replace",
42
+ "sc": "https://schema.org/",
43
+ "separator": "cr:separator",
44
+ "source": "cr:source",
45
+ "subField": "cr:subField",
46
+ "transform": "cr:transform",
47
+ "rai": "http://mlcommons.org/croissant/RAI/",
48
+ "prov": "http://www.w3.org/ns/prov#"
49
+ },
50
+ "@type": "sc:Dataset",
51
+ "distribution": [
52
+ {
53
+ "@type": "cr:FileObject",
54
+ "@id": "repo",
55
+ "name": "repo",
56
+ "description": "The Hugging Face git repository.",
57
+ "contentUrl": "https://huggingface.co/datasets/xq8wvm/HypothesisDrivenExperimentPlanningBench/tree/refs%2Fconvert%2Fparquet",
58
+ "encodingFormat": "git+https",
59
+ "sha256": "https://github.com/mlcommons/croissant/issues/80"
60
+ },
61
+ {
62
+ "@type": "cr:FileSet",
63
+ "@id": "parquet-files-for-config-default",
64
+ "containedIn": {
65
+ "@id": "repo"
66
+ },
67
+ "encodingFormat": "application/x-parquet",
68
+ "includes": "default/*/*.parquet"
69
+ }
70
+ ],
71
+ "recordSet": [
72
+ {
73
+ "@type": "cr:RecordSet",
74
+ "dataType": "cr:Split",
75
+ "key": {
76
+ "@id": "default_splits/split_name"
77
+ },
78
+ "@id": "default_splits",
79
+ "name": "default_splits",
80
+ "description": "Splits for the default config.",
81
+ "field": [
82
+ {
83
+ "@type": "cr:Field",
84
+ "@id": "default_splits/split_name",
85
+ "dataType": "sc:Text"
86
+ }
87
+ ],
88
+ "data": [
89
+ {
90
+ "default_splits/split_name": "train"
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "@type": "cr:RecordSet",
96
+ "@id": "default",
97
+ "description": "xq8wvm/HypothesisDrivenExperimentPlanningBench - 'default' subset\n\nAdditional information:\n- 1 skipped column: species_map",
98
+ "field": [
99
+ {
100
+ "@type": "cr:Field",
101
+ "@id": "default/split",
102
+ "dataType": "sc:Text",
103
+ "source": {
104
+ "fileSet": {
105
+ "@id": "parquet-files-for-config-default"
106
+ },
107
+ "extract": {
108
+ "fileProperty": "fullpath"
109
+ },
110
+ "transform": {
111
+ "regex": "default/(?:partial-)?(train)/.+parquet$"
112
+ }
113
+ },
114
+ "references": {
115
+ "field": {
116
+ "@id": "default_splits/split_name"
117
+ }
118
+ }
119
+ },
120
+ {
121
+ "@type": "cr:Field",
122
+ "@id": "default/model_name",
123
+ "dataType": "sc:Text",
124
+ "source": {
125
+ "fileSet": {
126
+ "@id": "parquet-files-for-config-default"
127
+ },
128
+ "extract": {
129
+ "column": "model_name"
130
+ }
131
+ }
132
+ },
133
+ {
134
+ "@type": "cr:Field",
135
+ "@id": "default/k_vector",
136
+ "dataType": "cr:Float64",
137
+ "source": {
138
+ "fileSet": {
139
+ "@id": "parquet-files-for-config-default"
140
+ },
141
+ "extract": {
142
+ "column": "k_vector"
143
+ }
144
+ },
145
+ "isArray": true,
146
+ "arrayShape": "-1"
147
+ },
148
+ {
149
+ "@type": "cr:Field",
150
+ "@id": "default/species_list",
151
+ "dataType": "sc:Text",
152
+ "source": {
153
+ "fileSet": {
154
+ "@id": "parquet-files-for-config-default"
155
+ },
156
+ "extract": {
157
+ "column": "species_list"
158
+ }
159
+ },
160
+ "isArray": true,
161
+ "arrayShape": "-1"
162
+ },
163
+ {
164
+ "@type": "cr:Field",
165
+ "@id": "default/reaction_parameter_keys",
166
+ "dataType": "sc:Text",
167
+ "source": {
168
+ "fileSet": {
169
+ "@id": "parquet-files-for-config-default"
170
+ },
171
+ "extract": {
172
+ "column": "reaction_parameter_keys"
173
+ }
174
+ },
175
+ "isArray": true,
176
+ "arrayShape": "-1"
177
+ },
178
+ {
179
+ "@type": "cr:Field",
180
+ "@id": "default/config",
181
+ "subField": [
182
+ {
183
+ "@type": "cr:Field",
184
+ "@id": "default/config/s0_ref",
185
+ "dataType": "cr:Float64",
186
+ "source": {
187
+ "fileSet": {
188
+ "@id": "parquet-files-for-config-default"
189
+ },
190
+ "extract": {
191
+ "column": "config"
192
+ },
193
+ "transform": {
194
+ "jsonPath": "s0_ref"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "@type": "cr:Field",
200
+ "@id": "default/config/max_t",
201
+ "dataType": "cr:Int64",
202
+ "source": {
203
+ "fileSet": {
204
+ "@id": "parquet-files-for-config-default"
205
+ },
206
+ "extract": {
207
+ "column": "config"
208
+ },
209
+ "transform": {
210
+ "jsonPath": "max_t"
211
+ }
212
+ }
213
+ }
214
+ ]
215
+ },
216
+ {
217
+ "@type": "cr:Field",
218
+ "@id": "default/validation_summary",
219
+ "subField": [
220
+ {
221
+ "@type": "cr:Field",
222
+ "@id": "default/validation_summary/attempts_until_success",
223
+ "dataType": "cr:Int64",
224
+ "source": {
225
+ "fileSet": {
226
+ "@id": "parquet-files-for-config-default"
227
+ },
228
+ "extract": {
229
+ "column": "validation_summary"
230
+ },
231
+ "transform": {
232
+ "jsonPath": "attempts_until_success"
233
+ }
234
+ }
235
+ },
236
+ {
237
+ "@type": "cr:Field",
238
+ "@id": "default/validation_summary/num_validation_conditions",
239
+ "dataType": "cr:Int64",
240
+ "source": {
241
+ "fileSet": {
242
+ "@id": "parquet-files-for-config-default"
243
+ },
244
+ "extract": {
245
+ "column": "validation_summary"
246
+ },
247
+ "transform": {
248
+ "jsonPath": "num_validation_conditions"
249
+ }
250
+ }
251
+ },
252
+ {
253
+ "@type": "cr:Field",
254
+ "@id": "default/validation_summary/required_passes",
255
+ "dataType": "cr:Int64",
256
+ "source": {
257
+ "fileSet": {
258
+ "@id": "parquet-files-for-config-default"
259
+ },
260
+ "extract": {
261
+ "column": "validation_summary"
262
+ },
263
+ "transform": {
264
+ "jsonPath": "required_passes"
265
+ }
266
+ }
267
+ },
268
+ {
269
+ "@type": "cr:Field",
270
+ "@id": "default/validation_summary/passed_conditions",
271
+ "dataType": "cr:Int64",
272
+ "source": {
273
+ "fileSet": {
274
+ "@id": "parquet-files-for-config-default"
275
+ },
276
+ "extract": {
277
+ "column": "validation_summary"
278
+ },
279
+ "transform": {
280
+ "jsonPath": "passed_conditions"
281
+ }
282
+ }
283
+ },
284
+ {
285
+ "@type": "cr:Field",
286
+ "@id": "default/validation_summary/passed_fraction",
287
+ "dataType": "cr:Float64",
288
+ "source": {
289
+ "fileSet": {
290
+ "@id": "parquet-files-for-config-default"
291
+ },
292
+ "extract": {
293
+ "column": "validation_summary"
294
+ },
295
+ "transform": {
296
+ "jsonPath": "passed_fraction"
297
+ }
298
+ }
299
+ },
300
+ {
301
+ "@type": "cr:Field",
302
+ "@id": "default/validation_summary/best_passed_conditions_before_success",
303
+ "dataType": "cr:Int64",
304
+ "source": {
305
+ "fileSet": {
306
+ "@id": "parquet-files-for-config-default"
307
+ },
308
+ "extract": {
309
+ "column": "validation_summary"
310
+ },
311
+ "transform": {
312
+ "jsonPath": "best_passed_conditions_before_success"
313
+ }
314
+ }
315
+ },
316
+ {
317
+ "@type": "cr:Field",
318
+ "@id": "default/validation_summary/used_condition_checker",
319
+ "dataType": "sc:Boolean",
320
+ "source": {
321
+ "fileSet": {
322
+ "@id": "parquet-files-for-config-default"
323
+ },
324
+ "extract": {
325
+ "column": "validation_summary"
326
+ },
327
+ "transform": {
328
+ "jsonPath": "used_condition_checker"
329
+ }
330
+ }
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "@type": "cr:Field",
336
+ "@id": "default/sample_id",
337
+ "dataType": "sc:Text",
338
+ "source": {
339
+ "fileSet": {
340
+ "@id": "parquet-files-for-config-default"
341
+ },
342
+ "extract": {
343
+ "column": "sample_id"
344
+ }
345
+ }
346
+ },
347
+ {
348
+ "@type": "cr:Field",
349
+ "@id": "default/sample_index",
350
+ "dataType": "cr:Int64",
351
+ "source": {
352
+ "fileSet": {
353
+ "@id": "parquet-files-for-config-default"
354
+ },
355
+ "extract": {
356
+ "column": "sample_index"
357
+ }
358
+ }
359
+ },
360
+ {
361
+ "@type": "cr:Field",
362
+ "@id": "default/source_file",
363
+ "dataType": "sc:Text",
364
+ "source": {
365
+ "fileSet": {
366
+ "@id": "parquet-files-for-config-default"
367
+ },
368
+ "extract": {
369
+ "column": "source_file"
370
+ }
371
+ }
372
+ }
373
+ ]
374
+ }
375
+ ],
376
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
377
+ "name": "HypothesisDrivenExperimentPlanningBench",
378
+ "description": "xq8wvm/HypothesisDrivenExperimentPlanningBench dataset hosted on Hugging Face and contributed by the HF Datasets community",
379
+ "alternateName": [
380
+ "xq8wvm/HypothesisDrivenExperimentPlanningBench"
381
+ ],
382
+ "creator": {
383
+ "@type": "Person",
384
+ "name": "Ryo Kuroki",
385
+ "url": "https://huggingface.co/xq8wvm"
386
+ },
387
+ "keywords": [
388
+ "cc-by-4.0",
389
+ "< 1K",
390
+ "json",
391
+ "Text",
392
+ "Datasets",
393
+ "pandas",
394
+ "Polars",
395
+ "Croissant",
396
+ "🇺🇸 Region: US"
397
+ ],
398
+ "license": "https://choosealicense.com/licenses/cc-by-4.0/",
399
+ "url": "https://huggingface.co/datasets/xq8wvm/HypothesisDrivenExperimentPlanningBench",
400
+ "rai:dataLimitations": [
401
+ "This dataset is a synthetic benchmark built from simulated kinetic mechanisms and sampled kinetic constants rather than measurements from real laboratory experiments.",
402
+ "The released hosted dataset contains 200 ground-truth samples across 20 predefined mechanism families, so it does not cover the full diversity of kinetic systems or experimental settings encountered in practice.",
403
+ "Performance on this benchmark should not be interpreted as a direct estimate of performance in wet-lab experimental design without additional external validation."
404
+ ],
405
+ "rai:dataBiases": [
406
+ "The benchmark is biased toward the mechanism templates, simulator assumptions, parameter ranges, and validation heuristics implemented in HypothesisDrivenExperimentPlanningBench.",
407
+ "Because all observations are simulator-generated, methods that exploit artifacts of the simulator or fitter may perform better on this dataset than on real experimental data.",
408
+ "The dataset includes only successful sampled ground truths that passed the benchmark condition checker, which may under-represent harder or pathological parameter settings."
409
+ ],
410
+ "rai:personalSensitiveInformation": "No personal, confidential, or otherwise sensitive human data is included. The dataset consists of synthetic kinetic-system parameters and derived metadata only.",
411
+ "rai:dataUseCases": [
412
+ "Benchmarking experimental-design methods for kinetic mechanism identification.",
413
+ "Evaluating model-based or LLM-based agents on proactive experiment planning in a controlled synthetic setting.",
414
+ "Research on simulation-based reasoning, proposal policies, and likelihood-based mechanism ranking."
415
+ ],
416
+ "rai:dataSocialImpact": "The dataset may help research on automated scientific reasoning and experiment planning, but misuse could arise if benchmark performance is overgeneralized to real laboratory deployment without domain-specific validation and safety review.",
417
+ "rai:hasSyntheticData": true,
418
+ "prov:wasDerivedFrom": [
419
+ "ground_truths_200_samples_v2/ in the KineticMechanismBench project, where each sample was originally stored as an individual JSON file before aggregation into the hosted JSONL dataset."
420
+ ],
421
+ "prov:wasGeneratedBy": [
422
+ "Ground-truth kinetic constants were sampled for benchmark mechanisms M1-M20, filtered with the benchmark validation procedure, stored as per-sample JSON files, and then aggregated into a single JSONL file for dataset hosting on Hugging Face."
423
+ ]
424
+ }