mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
refactor: Rename ArithmeticDataset to BasicArithmeticDataset
This commit is contained in:
parent
1b556b70f7
commit
95d9974911
3 changed files with 10 additions and 10 deletions
|
|
@ -7,7 +7,7 @@ The goal is to generate virtually infinite data with adjustable complexity.
|
|||
### Task Overview
|
||||
|
||||
#### Arithmetic Tasks
|
||||
- `ArithmeticDataset`: 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