Update README.md
Browse files
README.md
CHANGED
|
@@ -28,11 +28,7 @@ This is a synthetic deterministic dataset with nested arithmetic expressions and
|
|
| 28 |
- square brackets: `[]`
|
| 29 |
- curly braces: `{}`
|
| 30 |
|
| 31 |
-
and operators:
|
| 32 |
-
|
| 33 |
-
- `+`
|
| 34 |
-
- `-`
|
| 35 |
-
- `*`
|
| 36 |
|
| 37 |
The dataset is balanced across reduction depths from 1 to 15 and is intended for SLMs that learn structured mathematical reasoning from examples.
|
| 38 |
|
|
@@ -59,6 +55,10 @@ Each step from 1 to 15 appears exactly:
|
|
| 59 |
- 50 times in validation
|
| 60 |
- 200 times in test
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
## Example
|
| 63 |
|
| 64 |
```text
|
|
|
|
| 28 |
- square brackets: `[]`
|
| 29 |
- curly braces: `{}`
|
| 30 |
|
| 31 |
+
and operators: `+`, `-`, `*`.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
The dataset is balanced across reduction depths from 1 to 15 and is intended for SLMs that learn structured mathematical reasoning from examples.
|
| 34 |
|
|
|
|
| 55 |
- 50 times in validation
|
| 56 |
- 200 times in test
|
| 57 |
|
| 58 |
+
The symbol-length distribution:
|
| 59 |
+
|
| 60 |
+

|
| 61 |
+
|
| 62 |
## Example
|
| 63 |
|
| 64 |
```text
|