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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: HypothesisDrivenExperimentPlanningBench
4
+ task_categories:
5
+ - other
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - n<1K
10
+ tags:
11
+ - kinetics
12
+ - experiment-planning
13
+ - scientific-reasoning
14
+ - synthetic
15
+ ---
16
+
17
+ # HypothesisDrivenExperimentPlanningBench
18
+
19
+ This dataset contains 200 synthetic ground-truth samples for benchmarking experimental design in kinetic mechanism identification.
20
+
21
+ Each record corresponds to one sampled benchmark instance and includes:
22
+
23
+ - `model_name`: mechanism family identifier (`M1` to `M20`)
24
+ - `k_vector`: sampled kinetic constants
25
+ - `species_list`: species names used in the mechanism
26
+ - `species_map`: mapping from species name to index
27
+ - `reaction_parameter_keys`: parameter names associated with the kinetic model
28
+ - `config`: generation settings
29
+ - `validation_summary`: summary of the benchmark validation procedure
30
+ - `sample_id`, `sample_index`, `source_file`: bookkeeping fields for traceability
31
+
32
+ ## File
33
+
34
+ - `HypothesisDrivenExperimentPlanningBench.jsonl`: one JSON record per line
35
+
36
+ ## Notes
37
+
38
+ - This is a synthetic benchmark dataset generated from predefined kinetic mechanism templates and simulator-based validation.
39
+ - It is intended for benchmarking and methodology research, not as a direct substitute for real laboratory data.
40
+
41
+ ## Source
42
+ - Hosted dataset: `xq8wvm/HypothesisDrivenExperimentPlanningBench`
43
+
44
+ ## License
45
+
46
+ This dataset is released under the Creative Commons Attribution 4.0 International license (`CC-BY-4.0`).