feat: Add fraction simplification dataset to arithmetic module

This commit is contained in:
Andreas Koepf (aider) 2025-01-24 09:10:15 +01:00
parent d8cce4672b
commit dce32139f3
4 changed files with 231 additions and 0 deletions

View file

@ -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