mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
feat: Add fraction simplification dataset to arithmetic module
This commit is contained in:
parent
d8cce4672b
commit
dce32139f3
4 changed files with 231 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ The goal is to generate virtually infinite data with adjustable complexity.
|
|||
#### Arithmetic Tasks
|
||||
- `ArithmeticDataset`: 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
|
||||
- `LCMDataset`: Generate Least Common Multiple problems with configurable number of integers
|
||||
- `LegCountingDataset`: Generate animal leg counting word problems with various animals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue