mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
feat: Add LCM dataset generator for arithmetic reasoning tasks
This commit is contained in:
parent
d7ef1d471b
commit
e58a0e2f94
4 changed files with 239 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ The goal is to generate virtually infinite data with adjustable complexity.
|
|||
- `ArithmeticDataset`: Generate arithmetic expressions with configurable complexity and operators (+, -, *)
|
||||
- `ChainSum`: Generate addition/subtraction chains with configurable length and digit counts
|
||||
- `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
|
||||
- `PrimeFactorizationDataset`: Generate prime factorization tasks with configurable number ranges
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue