Commit graph

38 commits

Author SHA1 Message Date
Andreas Koepf (aider)
b18bede2bf feat: Add SpellBackwardDataset with word reversal and length filtering 2025-01-26 11:40:47 +01:00
abdulhakeem
ff2969d793 Address feedbacks 2025-01-25 17:56:00 -06:00
abdulhakeem
57bce84577 Update README.md 2025-01-25 13:22:46 -06:00
abdulhakeem
81641073d2 Add set up instructions 2025-01-25 13:13:06 -06:00
Andreas Koepf (aider)
f185fba00e refactor: Rename UnscrambleWordsDataset to LetterJumbleDataset 2025-01-25 18:37:42 +01:00
Andreas Koepf (aider)
d57a88a5b3 feat: Add unscramble_words dataset with configurable word scrambling 2025-01-25 18:21:31 +01:00
Andreas Koepf
68a52b140a docs: Remove outdated 'Sorting' dataset reference from README 2025-01-25 18:21:29 +01:00
Andreas Koepf (aider)
1e4bfa3e89 feat: Add CaesarCipherDataset to README algorithmic tasks section 2025-01-25 18:05:50 +01:00
Andreas Koepf (aider)
a11c6bfb26 feat: Add Caesar cipher dataset generator with encryption and decryption tasks 2025-01-25 18:00:13 +01:00
Andreas Koepf (aider)
d75d078fa3 docs: Fix typos in README.md 2025-01-25 02:38:27 +01:00
Andreas Koepf
f93bffdb29 add simple example how to use the create_dataset() factory function 2025-01-25 02:16:54 +01:00
Andreas Koepf (aider)
3ac7320304 docs: Add CountdownDataset to game tasks overview in README 2025-01-25 01:58:54 +01:00
panispani
0e1a86bc1b Update README to include Maze task 2025-01-24 21:57:03 +00:00
panispani
f961cdbfd7 Fix spelling mistake in README 2025-01-24 21:19:24 +00:00
panispani
58b8da0ee2 Reformat README 2025-01-24 21:19:03 +00:00
panispani
b9dfbe7ce9 Update README to include PolynomialEquations task 2025-01-24 20:44:48 +00:00
Andreas Koepf (aider)
a275663ff9 docs: Add division operator to BasicArithmeticDataset description 2025-01-24 18:18:37 +01:00
Andreas Koepf (aider)
0932271147 feat: Add ColorCubeRotationDataset to README with example and documentation 2025-01-24 17:41:33 +01:00
Andreas Koepf (aider)
46a0b16fdc refactor: Rename relationships module to graphs 2025-01-24 16:50:12 +01:00
Andreas Koepf (aider)
6e1845320b feat: Add family relationships dataset with configurable family trees 2025-01-24 16:46:43 +01:00
Andreas Koepf
51cf6bdd45 rename SequenceDataset -> NumberSequenceDataset 2025-01-24 16:23:02 +01:00
Andreas Koepf (aider)
5a13303237 feat: Add SimpleEquationsDataset to algebra module
Developed together with Benjamin Rio (benjamrio)
2025-01-24 16:08:05 +01:00
Andreas Koepf
0e9250bce0 Rename ArithmeticDataset to BasicArithmeticDataset 2025-01-24 10:31:26 +01:00
Andreas Koepf (aider)
e4b032c814 refactor: Rename ArithmeticDataset to BasicArithmeticDataset 2025-01-24 10:02:02 +01:00
Andreas Koepf (aider)
dce32139f3 feat: Add fraction simplification dataset to arithmetic module 2025-01-24 09:10:15 +01:00
Andreas Koepf (aider)
e58a0e2f94 feat: Add LCM dataset generator for arithmetic reasoning tasks 2025-01-24 08:55:16 +01:00
Andreas Koepf (aider)
c88ec95762 feat: Add GCD dataset generator for finding GCD of multiple integers 2025-01-24 08:47:19 +01:00
Andreas Koepf (aider)
aa4813c4e7 docs: Add NumberSortingDataset to README task overview 2025-01-23 23:30:51 +01:00
Andreas Koepf (aider)
a5cee4f3f3 feat: Add Game Tasks section with Sudoku and Mini Sudoku datasets 2025-01-23 23:22:02 +01:00
Andreas Koepf (aider)
fdf5e26e09 docs: Add PrimeFactorizationDataset to README task overview 2025-01-23 22:52:31 +01:00
Andreas Koepf (aider)
466b78a816 test: Add task overview section to README.md 2025-01-23 22:29:55 +01:00
Andreas Koepf (aider)
0a889d8463 docs: Add documentation for PropositionalLogicDataset to README 2025-01-23 14:50:02 +01:00
Andreas Koepf (aider)
cdb343ac8d docs: Add comprehensive documentation for existing generators in README 2025-01-23 14:15:12 +01:00
Andreas Koepf (aider)
8d1dac9e62 feat: Add arithmetic_dataset() factory function to basic_arithmetic.py 2025-01-23 12:47:01 +01:00
Andreas Koepf
fb382112be edit simple example in README 2025-01-23 12:30:52 +01:00
Andreas Koepf (aider)
0c76cc94e7 docs: Add ChainSum usage example to README 2025-01-23 12:17:20 +01:00
Andreas Koepf
b42ae939fd fix README 2025-01-23 11:04:41 +01:00
Andreas Koepf
60ad5347f3 create inital README 2025-01-23 09:40:28 +01:00