feat: Add SimpleEquationsDataset to algebra module

Developed together with Benjamin Rio (benjamrio)
This commit is contained in:
Andreas Koepf (aider) 2025-01-24 15:50:27 +01:00 committed by Andreas Koepf
parent 853777c290
commit b66b1c09b9
5 changed files with 59 additions and 23 deletions

View file

@ -6,6 +6,9 @@ The goal is to generate virtually infinite data with adjustable complexity.
### Task Overview
#### Algebra Tasks
- `SimpleEquationsDataset`: Generate linear equations with one variable to solve (e.g. "3*x + 2 = 14")
#### Arithmetic Tasks
- `BasicArithmeticDataset`: Generate arithmetic expressions with configurable complexity and operators (+, -, *)
- `ChainSum`: Generate addition/subtraction chains with configurable length and digit counts