Commit graph

58 commits

Author SHA1 Message Date
Andreas Köpf
6117162bad Merge pull request #31 from cavit99/main
feat: Add Word Ladder dataset generator
2025-01-30 23:11:58 +01:00
Andreas Koepf
072f292661 romve dataset examples from REAMED.md (now in linked GALLERY.md) 2025-01-30 23:06:22 +01:00
Andreas Köpf
fb8e0f21af Merge branch 'main' into miserlou/bfi 2025-01-30 22:45:01 +01:00
Cavit Erginsoy
893ef97c2e Merge branch 'main' of https://github.com/open-thought/reasoning-gym 2025-01-30 21:38:34 +00:00
Cavit Erginsoy
d57a7947a4 INIT 2025-01-30 21:32:46 +00:00
Andreas Koepf (aider)
075413b21e feat: Add dataset gallery markdown generator script 2025-01-30 22:15:03 +01:00
Rich Jones
a735e79adf update readme 2025-01-30 17:26:39 +01:00
Andreas Koepf
0f5fc0fb93 add algorithmic verification hint in README, lint 2025-01-30 10:14:54 +01:00
Andreas Koepf
9450768aad lint, seed & size for figlet 2025-01-30 00:58:34 +01:00
Andreas Koepf
9227d438ab add uncle, aunt & niece and nephew family relationships 2025-01-27 21:19:48 +01:00
Andreas Koepf (aider)
5190a37899 docs: Add WordSortingDataset to algorithmic tasks overview 2025-01-27 16:57:49 +01:00
EduardDurech
ac0aa48cb2 GitHub-compatible formatting 2025-01-27 14:27:59 +01:00
EduardDurech
920e5a400d GitHub Compatibility 2025-01-27 11:02:55 +01:00
EduardDurech
dd2f00b07e README Formatting for TOC and future generators 2025-01-27 09:20:26 +00:00
Andreas Köpf
add29c2fcb Merge branch 'main' into koko/scramble 2025-01-26 15:41:25 +01:00
Andreas Koepf
86673d04a9 update registered dataset name list in README.md 2025-01-26 12:01:48 +01:00
Andreas Koepf
cdf08d9d5b rename word_reversal.py -> word_sequence_reversal.py 2025-01-26 11:57:50 +01:00
Andreas Koepf (aider)
c641b25508 refactor: Rename WordReversalDataset to WordSequenceReversalDataset 2025-01-26 11:52:15 +01:00
Andreas Koepf (aider)
b18bede2bf feat: Add SpellBackwardDataset with word reversal and length filtering 2025-01-26 11:40:47 +01:00
abdulhakeem
384a00ec71 Ensure only words are considered 2025-01-25 23:08:41 -06:00
abdulhakeem
a72629c28f Add sentence reordering and unit tests to validate it 2025-01-25 22:52:35 -06: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