reasoning-gym/reasoning_gym/arithmetic
2025-01-24 08:58:59 +01:00
..
__init__.py feat: Add LCM dataset generator for arithmetic reasoning tasks 2025-01-24 08:55:16 +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: Enhance GCD dataset to retry generating numbers with GCD > 1 2025-01-24 08:58:59 +01:00
lcm.py feat: Add LCM dataset generator for arithmetic reasoning tasks 2025-01-24 08:55:16 +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