Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,16 @@ tags:
|
|
| 6 |
- code
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- code
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
| 9 |
+
---
|
| 10 |
+
### Baseline datasets for testing LLM runtime reasoning on WebAssembly
|
| 11 |
+
|
| 12 |
+
All entries share common metadata; only the field required by the task (`stack_values`, `flag_states`, or `return_values`) is populated.
|
| 13 |
+
|
| 14 |
+
1. dataset\_stack – 10 000 samples
|
| 15 |
+
Predict the runtime stack at each `;;INSPECT` marker.
|
| 16 |
+
|
| 17 |
+
2. dataset\_flags – 10 000 samples
|
| 18 |
+
Identify which flags (`;;FLAG_1 … ;;FLAG_N`) are reachable.
|
| 19 |
+
|
| 20 |
+
3. dataset\_result – 1 000 samples
|
| 21 |
+
Predict the program’s final return values.
|