mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
feat: Add SimpleEquationsDataset to algebra module
Developed together with Benjamin Rio (benjamrio)
This commit is contained in:
parent
853777c290
commit
b66b1c09b9
5 changed files with 59 additions and 23 deletions
|
|
@ -6,6 +6,9 @@ The goal is to generate virtually infinite data with adjustable complexity.
|
|||
|
||||
### Task Overview
|
||||
|
||||
#### Algebra Tasks
|
||||
- `SimpleEquationsDataset`: Generate linear equations with one variable to solve (e.g. "3*x + 2 = 14")
|
||||
|
||||
#### Arithmetic Tasks
|
||||
- `BasicArithmeticDataset`: Generate arithmetic expressions with configurable complexity and operators (+, -, *)
|
||||
- `ChainSum`: Generate addition/subtraction chains with configurable length and digit counts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue