reasoning-gym/reasoning_gym/arithmetic
2025-01-24 09:42:07 +01:00
..
__init__.py feat: Add fraction simplification dataset to arithmetic module 2025-01-24 09:10:15 +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
fraction_simplification.py feat: Update fraction simplification config to use Sequence and default tuple for styles 2025-01-24 09:42:07 +01:00
gcd.py add gcd default max_value to 10_000 2025-01-24 09:18:46 +01:00
lcm.py feat: Modify LCM dataset to generate numbers with LCM less than their product 2025-01-24 09:02:57 +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