reasoning-gym/reasoning_gym/arithmetic
2025-02-21 17:13:36 +01:00
..
gsm_symbolic adjusted gsm symbolic question template 2025-02-16 15:28:44 +00:00
__init__.py add to init 2025-02-21 12:07:17 +01:00
basic_arithmetic.py minor formatting changes 2025-02-17 18:20:18 +01:00
bitwise_arithmetic.py refactor: Update type hints and remove unused imports in bitwise_arithmetic.py 2025-02-21 17:13:36 +01:00
calendar_arithmetic.py add ProductsDataset (multiplication tasks) 2025-02-13 17:59:02 +01:00
chain_sum.py remove redundant assert in ChainSumConfig.validate() 2025-02-19 09:42:32 +01:00
count_bits.py count bits (#101) 2025-02-10 22:12:50 +01:00
decimal_arithmetic.py lint 2025-02-20 12:29:12 +01:00
decimal_chain_sum.py register decimal_chain_sum 2025-02-19 15:30:30 -08:00
dice.py clarity 2025-02-11 16:22:53 +01:00
fraction_simplification.py fix question templates 2025-02-16 23:04:24 +01:00
gcd.py fix question templates 2025-02-16 23:04:24 +01:00
lcm.py add reasoning_gym.create_dataset({name}, ...) global factory function 2025-01-25 00:58:34 +01:00
leg_counting.py fix leg counting prompt template 2025-02-16 09:58:36 +01:00
number_format.py number format 2025-02-19 11:41:06 +01:00
power_function.py fix prompts 2025-02-15 20:59:07 +01:00
prime_factorization.py normalize answer and partial reward 2025-02-09 11:13:23 +01:00
products.py Add allow-negation in products dataset 2025-02-20 12:01:09 +02:00
time_intervals.py add ProductsDataset (multiplication tasks) 2025-02-13 17:59:02 +01:00