reasoning-gym/reasoning_gym/arithmetic
2025-01-24 08:51:29 +01:00
..
__init__.py feat: Add GCD dataset imports to arithmetic module 2025-01-24 08:51:29 +01:00
basic_arithmetic.py feat: Add configurable whitespace option to ArithmeticDataset 2025-01-23 14:25:54 +01:00
chain_sum.py refactor: Rename chain_sum to chain_sum_dataset for consistency 2025-01-23 22:27:48 +01:00
gcd.py feat: Add GCD dataset generator for finding GCD of multiple integers 2025-01-24 08:47:19 +01:00
leg_counting.py refactor: Remove centipede from ANIMALS due to variable leg count 2025-01-23 22:18:59 +01:00
prime_factorization.py feat: Clarify prime factorization example and answer format 2025-01-23 22:50:00 +01:00