mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-27 17:23:19 +00:00
docs: Add PrimeFactorizationDataset to README task overview
This commit is contained in:
parent
e6b16c484e
commit
fdf5e26e09
1 changed files with 1 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
|
||||
- `LegCountingDataset`: Generate animal leg counting word problems with various animals
|
||||
- `PrimeFactorizationDataset`: Generate prime factorization tasks with configurable number ranges
|
||||
|
||||
#### Algorithmic Tasks
|
||||
- `BaseConversionDataset`: Convert numbers between different bases (binary, hex, etc.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue