Update README.md
Browse files
README.md
CHANGED
|
@@ -22,17 +22,13 @@ configs:
|
|
| 22 |
|
| 23 |
## Overview
|
| 24 |
|
| 25 |
-
This is a synthetic deterministic dataset with nested arithmetic expressions and step-by-step solutions. We provide
|
| 26 |
|
| 27 |
- parentheses: `()`
|
| 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 |
|
|
@@ -61,7 +57,7 @@ Each step from 1 to 15 appears exactly:
|
|
| 61 |
-
|
| 62 |
The symbol-length distribution:
|
| 63 |
|
| 64 |
-
`
|
| 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 |
|
|
|
|
| 57 |
-
|
| 58 |
The symbol-length distribution:
|
| 59 |
|
| 60 |
+

|
| 61 |
|
| 62 |
## Example
|
| 63 |
|