Andreas Köpf
b2904ccab9
Minor question template & score_answer improvements ( #261 )
...
* math prompt improvements
* ignore brackets in complex_arithmetic results
* improve additional instruction in prompt of polynomial_equations
* more strict tests for score_answer in polynomial_equations
* simplify special reward handling
* fix test_intermediate_integration
* fix sokoban dataset
* add common dataset score_answer consistency test
2025-03-04 21:55:09 +01:00
Andreas Koepf
d83e53115a
fix prompt for arc_1d
2025-02-28 08:07:59 +01:00
Andreas Koepf
0a487030ec
minor arc_1d tweaks
2025-02-23 16:37:40 +01:00
Andreas Koepf
696769a3d6
remove unnecessary checks, use tuples
2025-02-23 13:17:48 +01:00
Andreas Koepf
e444bbf7a1
fix index out of range of arc_1d dataset ( #190 )
2025-02-23 12:51:41 +01:00
Andreas Koepf
74f590e24f
more native type hints
2025-02-21 21:23:14 +01:00
Andreas Koepf
ff5b210106
use native types List->list, Dict->dict, Set->set, Tuple->tuple
2025-02-21 15:15:38 +01:00
Andreas Koepf
c7b41acf14
add configuration option for ArcAgiDataset
2025-02-16 12:49:21 +01:00
Andreas Koepf
1996ffa6d8
add ProductsDataset (multiplication tasks)
2025-02-13 17:59:02 +01:00
Andreas Koepf (aider)
ec8036c099
feat: Add configurable rotation and mirror augmentation variants
2025-02-09 00:16:41 +01:00
Andreas Koepf
b73040b066
refactor: Reorganize ArcAgiConfig class attributes for better readability
2025-02-09 00:12:59 +01:00
Andreas Koepf
e56316ebb2
formatting
2025-02-09 00:04:42 +01:00
Andreas Koepf (aider)
8d8d85e6b2
fix: Add missing Callable import to arc_agi.py
2025-02-08 23:59:53 +01:00
Andreas Koepf (aider)
cdb9d8d8f8
feat: Add configurable augmentations to ArcAgiDataset with consistent application
2025-02-08 23:59:45 +01:00
Andreas Koepf
1795cd815c
add rotate, mirror & color-mapping augmentation functions
2025-02-08 23:51:38 +01:00
Andreas Koepf
4e49806d22
add ArcAgiDataset class, fix score_entry() metadata params
2025-02-08 23:18:18 +01:00
Andreas Koepf
2ad0965fdc
move arc_1d into from cognition into arc folder
2025-02-08 19:37:26 +01:00
Andreas Koepf
8160665990
remove unnecessary newline from arc prompt
2025-02-08 19:12:41 +01:00
Andreas Koepf
052c983cd5
re-arc cleanup
2025-02-08 19:07:28 +01:00
joesharratt1229
11a8eefd76
added lne length constraint to ea32f347 task
2025-02-08 11:42:49 +00:00
joesharratt1229
df8770e9fd
adapted score answer
2025-02-08 11:42:49 +00:00
joesharratt1229
cb0239ed84
added parse func
2025-02-08 11:42:49 +00:00
joesharratt1229
68209c9072
fixed rng err
2025-02-08 11:42:49 +00:00
joesharratt1229
80a7392c3c
added validation
2025-02-08 11:42:49 +00:00
joesharratt1229
a9b6f91391
added generator directory
2025-02-08 11:42:49 +00:00
joesharratt1229
df9bf11dc9
added rearc score answer and visualisation methods
2025-02-08 11:42:49 +00:00
joesharratt1229
a81a47aef6
added rearc board format
2025-02-08 11:42:49 +00:00
joesharratt1229
dc238021e8
fixed relative imports
2025-02-08 11:42:49 +00:00
joesharratt1229
eca555263f
registered rearc
2025-02-08 11:42:49 +00:00
joesharratt1229
bee86c85a3
added rearc impl
2025-02-08 11:42:40 +00:00