reasoning-gym/reasoning_gym/arithmetic
Zafir Stojanovski 01e1c8f9af
fix: Unify Prompts (#254)
* remove cot
* fix prompt template
* fix pool matrix
* spiral matrix fixed
2025-03-03 21:55:53 +01:00
..
gsm_symbolic more native type hints 2025-02-21 21:23:14 +01:00
__init__.py add to init 2025-02-21 12:07:17 +01:00
basic_arithmetic.py use Decimal class for numeric comparison e.g. +0123.100 == 123.1 2025-02-21 15:36:06 +01:00
bitwise_arithmetic.py sm fixes 2025-02-27 11:54:04 +01:00
calendar_arithmetic.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
chain_sum.py Remove strip from ProceduralDataset::core score_answer() (#250) 2025-03-02 08:46:36 +01:00
count_bits.py count bits (#101) 2025-02-10 22:12:50 +01:00
decimal_arithmetic.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
decimal_chain_sum.py Add KnightsKnavesDataset (knights_knaves) 2025-02-25 20:15:38 +01:00
dice.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
fraction_simplification.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
gcd.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
lcm.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
leg_counting.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
number_format.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
power_function.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
prime_factorization.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
products.py Remove strip from ProceduralDataset::core score_answer() (#250) 2025-03-02 08:46:36 +01:00
time_intervals.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00