Commit graph

1117 commits

Author SHA1 Message Date
Zafir Stojanovski
9a27b80fd1 generate inputs synchronously 2025-02-24 15:58:06 +01:00
Andreas Köpf
1d25601f15 Merge pull request #197 from open-thought/notice_txt_first_version
docs: Add NOTICE.txt file to project
2025-02-24 15:30:28 +01:00
Andreas Koepf
6fffa4ad27 docs: Add NOTICE.txt file to project 2025-02-24 12:57:28 +01:00
Andreas Köpf
2cfd123ec0 Merge pull request #195 from open-thought/fix/eval
pinned provider to nebius fixes #192
2025-02-24 08:34:45 +01:00
joesharratt1229
1b0f774974 pinned provider to nebius 2025-02-24 05:01:22 +00:00
Oliver
7ff162e9bb Remove outdated comment 2025-02-23 22:24:13 +00:00
Oliver
c0923a6fb8 Add validation 2025-02-23 22:23:45 +00:00
Andreas Koepf
80eff8acb6 bump version, update gallery 2025-02-23 22:36:39 +01:00
Andreas Köpf
8b0a3e2c95 Merge pull request #191 from zafstojano/env/shortest-path
feat(env): Shortest Path
2025-02-23 22:28:43 +01:00
Andreas Koepf
0b8c4bce0c reduce size of default shortest_path maze grid 2025-02-23 22:27:17 +01:00
Oliver
3a5dc2080f Merge branch 'main' into codeio-sampler 2025-02-23 20:28:06 +00:00
Oliver
40d7dfdb5f Add input prediction 2025-02-23 20:27:27 +00:00
Zafir Stojanovski
915a0f1f51 predict actual path 2025-02-23 18:24:23 +01:00
Andreas Köpf
f68d7e533c Merge pull request #194 from open-thought/190_fix_arc_1d_out_of_range
minor arc_1d tweaks
2025-02-23 16:40:09 +01:00
Andreas Koepf
0a487030ec minor arc_1d tweaks 2025-02-23 16:37:40 +01:00
Andreas Köpf
b71a051f6a Merge pull request #193 from open-thought/190_fix_arc_1d_out_of_range
Fix index out of range for arc_1d dataset
2025-02-23 13:20:08 +01:00
Andreas Koepf
696769a3d6 remove unnecessary checks, use tuples 2025-02-23 13:17:48 +01:00
Zafir Stojanovski
5a23ba6b7c pre-commit 2025-02-23 13:11:31 +01:00
Andreas Koepf
f600c7eb30 add arc_1d size range test 2025-02-23 12:58:51 +01:00
Andreas Koepf
e444bbf7a1 fix index out of range of arc_1d dataset (#190) 2025-02-23 12:51:41 +01:00
Zafir Stojanovski
df914dfb49 shortest path 2025-02-23 11:25:00 +01:00
Zafir Stojanovski
0d07746a4e sampling code 2025-02-23 00:40:11 +01:00
Andreas Koepf
a1a305c8d7 dev minor version one ahead of PyPI released version 2025-02-22 16:54:05 +01:00
Andreas Köpf
5c73043a1e Merge pull request #176 from olliestanley/codeio-experiments
Experiments with CodeI/O techniques for synthesising reasoning data
2025-02-22 16:24:17 +01:00
Zafir Stojanovski
e84cec26ed greedy coreset sampling 2025-02-22 16:15:14 +01:00
Oliver
489dea7267 Draft CodeIO-derived reasoning problems dataset 2025-02-22 00:56:52 +00:00
Oliver
378cba2de1 Outline CodeIO dataset classes 2025-02-22 00:21:17 +00:00
Zafir Stojanovski
e9ff3a1ee2 exploratory notebook 2025-02-22 00:46:33 +01:00
Oliver
94cd3c4d43 Add steps to synthesize CoTs with DeepSeekV3 2025-02-21 23:36:19 +00:00
Oliver
3297fc1bc0 Improve prompt for better LLM adherence 2025-02-21 23:00:48 +00:00
Andreas Koepf
74f590e24f more native type hints 2025-02-21 21:23:14 +01:00
Andreas Köpf
ae26704d05 Merge pull request #185 from joesharratt1229/feat/emoji-mystery
Implements #173
2025-02-21 21:09:26 +01:00
Andreas Koepf
d27ec36c94 add markdown tripple backtick code block for emoji_mystry hint 2025-02-21 21:06:07 +01:00
Andreas Köpf
e41b86ec36 Merge branch 'main' into feat/emoji-mystery 2025-02-21 20:58:39 +01:00
Oliver
fc2c43b7d3 Prompt tweak 2025-02-21 18:34:13 +00:00
joesharratt1229
f7be02abfc added answer format spec in prompt 2025-02-21 18:03:05 +00:00
joesharratt1229
650387f748 added tests 2025-02-21 17:58:13 +00:00
joesharratt1229
425ae24f3b added emoji dataset 2025-02-21 17:57:41 +00:00
Oliver
c2b42d2717 Merge branch 'main' into codeio-experiments 2025-02-21 17:25:08 +00:00
Andreas Koepf
71ecc0cfca update GALLERY.md 2025-02-21 17:30:33 +01:00
Andreas Köpf
82839dec96 Merge pull request #181 from open-thought/rich/bitwise
Add Bitwise Arithmetic
2025-02-21 17:27:45 +01:00
Andreas Köpf
de362fb76f Merge pull request #182 from zafstojano/env/binary-alternation
feat(env): Binary Alternation
2025-02-21 17:27:16 +01:00
Andreas Koepf (aider)
5fb26fc709 fix: Handle negative hex number prefix variations in bitwise arithmetic test 2025-02-21 17:23:50 +01:00
Andreas Koepf (aider)
2abe783be4 test: Update bitwise arithmetic difficulty levels to [1, 2, 3] 2025-02-21 17:22:36 +01:00
Andreas Koepf (aider)
5b233ce9cc test: Add comprehensive unit tests for BitwiseArithmeticDataset 2025-02-21 17:21:00 +01:00
Andreas Koepf (aider)
5f9d5c0e0f docs: Add comment explaining automatic base detection in int() conversion 2025-02-21 17:16:11 +01:00
Andreas Koepf (aider)
196d236978 docs: Add detailed comments for BitwiseArithmeticConfig and BitwiseArithmeticDataset 2025-02-21 17:14:00 +01:00
Andreas Koepf
aa37fbc2cf refactor: Update type hints and remove unused imports in bitwise_arithmetic.py 2025-02-21 17:13:36 +01:00
Andreas Koepf (aider)
253fd55a00 feat: Add typing hints and improve difficulty parameter documentation in bitwise_arithmetic.py 2025-02-21 17:11:40 +01:00
Rich Jones
aaff230dff lint 2025-02-21 17:09:19 +01:00