mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
New dataset categories: combinatorics, statistics, optimization, and formal languages. Extended existing algebra, arithmetic, probability, logic, and graphs packages with complex_advanced, linear_algebra, limits, number_theory, conditional_probability, set_operations, and job_scheduling. Each dataset includes config validation, deterministic seeding, custom scoring, curriculum support, and comprehensive unit tests (92 new tests). |
||
|---|---|---|
| .. | ||
| gsm_symbolic | ||
| __init__.py | ||
| basic_arithmetic.py | ||
| bitwise_arithmetic.py | ||
| calendar_arithmetic.py | ||
| chain_sum.py | ||
| count_bits.py | ||
| decimal_arithmetic.py | ||
| decimal_chain_sum.py | ||
| dice.py | ||
| fraction_simplification.py | ||
| gcd.py | ||
| lcm.py | ||
| leg_counting.py | ||
| number_format.py | ||
| number_theory.py | ||
| power_function.py | ||
| prime_factorization.py | ||
| products.py | ||
| time_intervals.py | ||