mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-26 17:13:17 +00:00
docs: Add division operator to BasicArithmeticDataset description
This commit is contained in:
parent
1c85a7254f
commit
57c3d2a746
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ The goal is to generate virtually infinite data with adjustable complexity.
|
|||
- `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 (+, -, *)
|
||||
- `BasicArithmeticDataset`: Generate arithmetic expressions with configurable complexity and operators (+, -, *, /)
|
||||
- `ChainSum`: Generate addition/subtraction chains with configurable length and digit counts
|
||||
- `FractionSimplificationDataset`: Generate fraction simplification tasks with configurable complexity
|
||||
- `GCDDataset`: Generate Greatest Common Divisor problems with configurable number of integers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue