Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,15 @@ tags:
|
|
| 6 |
- code
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
### Baseline datasets for testing LLM runtime reasoning on WebAssembly
|
| 11 |
|
|
|
|
| 6 |
- code
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
| 9 |
+
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: stack_effect_data
|
| 12 |
+
data_files: "dataset_stack/data.jsonl"
|
| 13 |
+
- config_name: flag_reach_data
|
| 14 |
+
data_files: "dataset_flags/data.jsonl"
|
| 15 |
+
- config_name: result_estimation_data
|
| 16 |
+
data_files: "dataset_results/data.jsonl"
|
| 17 |
+
|
| 18 |
---
|
| 19 |
### Baseline datasets for testing LLM runtime reasoning on WebAssembly
|
| 20 |
|