mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
added calendar-arithmetic tasks
This commit is contained in:
parent
ccf282cc90
commit
7acd4cb1e5
5 changed files with 718 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets
|
|||
### <small>Arithmetic Tasks</small>
|
||||
|
||||
- `BasicArithmeticDataset`: Generate arithmetic expressions with configurable complexity and operators (+, -, \*, /)
|
||||
- `CalendarArithmeticDatset`: Generate arithmetic problems around calendar navigation logic
|
||||
- `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