Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,12 +9,20 @@ size_categories:
|
|
| 9 |
|
| 10 |
configs:
|
| 11 |
- config_name: stack_effect
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- config_name: flag_reach
|
| 14 |
-
data_files:
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
### Baseline datasets for testing LLM runtime reasoning on WebAssembly
|
| 20 |
|
|
|
|
| 9 |
|
| 10 |
configs:
|
| 11 |
- config_name: stack_effect
|
| 12 |
+
default: true
|
| 13 |
+
data_files:
|
| 14 |
+
- split: eval
|
| 15 |
+
path: dataset_stack/data.jsonl
|
| 16 |
+
|
| 17 |
- config_name: flag_reach
|
| 18 |
+
data_files:
|
| 19 |
+
- split: eval
|
| 20 |
+
path: dataset_flags/data.jsonl
|
| 21 |
|
| 22 |
+
- config_name: result_estimation
|
| 23 |
+
data_files:
|
| 24 |
+
- split: eval
|
| 25 |
+
path: dataset_results/data.jsonl
|
| 26 |
---
|
| 27 |
### Baseline datasets for testing LLM runtime reasoning on WebAssembly
|
| 28 |
|