Commit graph

990 commits

Author SHA1 Message Date
Andreas Koepf
bb618d4b87 update dataset gallery 2025-02-05 21:17:37 +01:00
Andreas Köpf
2641033c4c Merge pull request #63 from open-thought/gsm_symbolic_tests
Gsm symbolic fixes
2025-02-05 21:15:35 +01:00
Andreas Koepf
1e7864eb2a update gsmcross-check status 2025-02-05 21:14:19 +01:00
Andreas Koepf
3ca9a709e8 gsm_symbolic generator changes 2025-02-05 20:58:01 +01:00
Andreas Köpf
03c57ff569 Merge pull request #61 from open-thought/composite_dataset
Add composite dataset
2025-02-05 19:05:31 +01:00
Aayam
a0e291d066 feat: Add Complex Arithmetic Dataset and Tests
This commit introduces a new dataset for complex number arithmetic operations:

- Implements ComplexArithmeticDataset for generating complex number problems
- Supports addition, subtraction, multiplication, and division operations

Part of the algebra tasks collection in reasoning-gym.
2025-02-05 08:53:06 -08:00
Zafir Stojanovski
74471ac85c generate all english anagrams 2025-02-05 16:25:23 +01:00
Andreas Köpf
00b81fa4dc Merge pull request #62 from zafstojano/env/course-schedule
Course Schedule (Topological Sort)
2025-02-05 14:18:37 +01:00
Zafir Stojanovski
0b8fb1f6aa typo 2025-02-05 12:08:18 +01:00
Zafir Stojanovski
0de4d5ca4c course schedule 2025-02-04 23:50:24 +01:00
Andreas Koepf
3e28a14d54 register composite dataset 2025-02-04 19:17:34 +01:00
Andreas Koepf (aider)
6ec8f782d7 feat: Add pyyaml dependency to project configuration 2025-02-04 19:07:52 +01:00
Andreas Koepf (aider)
0b7c1344a1 fix: Correct indentation and implementation of create_dataset function 2025-02-04 19:06:41 +01:00
Andreas Koepf (aider)
d1050742fc fix: Move dataset registration after function definition to resolve undefined name error 2025-02-04 19:06:24 +01:00
Andreas Koepf (aider)
f07b6b7f61 Based on the implementation and requirements, here's a concise commit message:
feat: Add CompositeDataset for weighted multi-dataset sampling
2025-02-04 19:06:13 +01:00
Oliver
af16670c01 Initial draft of Futoshiki generator 2025-02-04 17:42:57 +00:00
Andreas Koepf
0561844779 update notice of 3rd party code import 2025-02-04 13:47:57 +01:00
Andreas Koepf
00b693570b use PYTHONHASHSEED=1 for generate_gallery.py 2025-02-04 12:03:45 +01:00
Andreas Köpf
8eb3145468 Merge pull request #59 from open-thought/fix_zebra_order
Make zebra puzzle clue order deterministic
2025-02-04 11:48:52 +01:00
Andreas Koepf
b07f91277d minimize changes 2025-02-04 11:46:19 +01:00
Andreas Koepf
1142d9e6be use sorted() and OrderedDict to make zebra puzzle clue order deterministic 2025-02-04 11:24:04 +01:00
Andreas Köpf
4a78b028f0 Merge pull request #57 from zafstojano/env/largest-island
Find Largest Island (BFS)
2025-02-04 00:20:06 +01:00
Andreas Koepf
7e5c427aea minor logic puzzle changes 2025-02-04 00:18:21 +01:00
Andreas Koepf
d541643ce4 remove solver graph folder 2025-02-04 00:07:01 +01:00
Andreas Koepf
94f877d17a use explicit rng for zebra generation (not yet fully deterministic) 2025-02-04 00:00:54 +01:00
Zafir Stojanovski
739418c2b1 pre-commit 2025-02-03 23:25:01 +01:00
Zafir Stojanovski
ff8573b830 add clarifications for bounds 2025-02-03 23:21:58 +01:00
Andreas Koepf (aider)
e1ee00037f test: Add deterministic test for ZebraDataset generation 2025-02-03 22:59:23 +01:00
Andreas Koepf
156b09951e black formatting 2025-02-03 22:57:24 +01:00
Andreas Köpf
53610d93d8 Merge pull request #42 from Adefioye/koko/gsm-symbolic-task-1
Create python generator files for gsm symbolic data templates
2025-02-03 22:54:29 +01:00
Zafir Stojanovski
adaf204743 update readmes 2025-02-03 22:51:35 +01:00
Zafir Stojanovski
14e68a76cb added largest island code 2025-02-03 22:46:06 +01:00
Andreas Koepf
5285af81d4 gallery update: word_ladder & zebra_puzzles 2025-02-03 17:56:16 +01:00
Andreas Köpf
745794ee17 Merge pull request #55 from Miserlou/rich/fflogic
Adds Zebra/Murdle/Einstein/Grid Style Puzzles
2025-02-03 17:52:22 +01:00
Rich Jones
e05c9154bb readme 2025-02-03 16:49:18 +01:00
Rich Jones
6fdcb21bd2 cleanup 2025-02-03 16:47:29 +01:00
Andreas Köpf
1a93617eab Merge pull request #52 from cavit99/main
Improve Word Ladder and add complete example suite
2025-02-03 15:16:29 +01:00
Rich Jones
90078684e3 precommit hook linting 2025-02-03 14:40:58 +01:00
Rich Jones
1490abb573 adds zebrapuzzles 2025-02-03 14:34:57 +01:00
Andreas Koepf
49264f6afd update GALLERY.md 2025-02-03 12:42:11 +01:00
Andreas Köpf
a39f0d598f Merge pull request #50 from joenorton/toh-score-answer
feat: toh scoring
2025-02-03 12:39:45 +01:00
Cavit Erginsoy
6c564b3dd9 lint 2025-02-03 11:35:30 +00:00
Andreas Köpf
4dad7ec592 Merge pull request #39 from joenorton/palindrome_generation
feat: add palindrome_generation
2025-02-03 10:10:29 +01:00
Cavit Erginsoy
1e27021e11 Merge remote-tracking branch 'upstream/main' 2025-02-03 07:44:32 +00:00
Cavit Erginsoy
dc96716ef6 Add word ladder dataset to GALLERY.md
- Documented word ladder dataset configuration and generation details
- Included three example tasks demonstrating word transformation scenarios
- Updated table of contents with new dataset entry
2025-02-03 07:25:11 +00:00
Adefioye
a80339a0e6 Merge branch 'main' into koko/gsm-symbolic-task-1 2025-02-03 01:23:26 -06:00
Cavit Erginsoy
35515310f0 Comprehensive test suite for word ladder dataset generation
- Added extensive test coverage for word ladder configuration validation
- Implemented tests for neighbor computation, path finding, and graph caching
- Included performance and edge case tests
- Verified solution optimality and path generation logic
- Added tests for word set loading and pair generation
2025-02-03 07:22:03 +00:00
Cavit Erginsoy
86c246ff5e Refactor word ladder generation with improved validation and graph-based path finding
- Enhanced configuration validation with size and length constraints
- Implemented graph-based neighbor computation and caching
- Simplified path finding algorithm with more robust length checking
- Added more flexible word set loading with configurable length ranges
- Improved error handling for dataset generation
2025-02-03 07:21:43 +00:00
abdulhakeem
5e71fb2694 Refactor gsm symbolic dataset 2025-02-03 01:21:21 -06:00
Cavit Erginsoy
de7d37f14f Completed: full example suite 2025-02-03 07:21:12 +00:00