TLDR: A new benchmark called MATH-Beyond (MATH-B) has been introduced to evaluate if AI models can truly expand their mathematical reasoning capabilities beyond their initial training. Existing math benchmarks are often too easy for current large language models, leading to a plateau where reinforcement learning methods only sharpen existing skills rather than discovering new ones. MATH-B consists of high-school level math problems specifically chosen to be unsolvable by popular open-source base models, even with many attempts. Initial evaluations show that current reinforcement learning methods achieve only modest improvements, while models fine-tuned with distilled reasoning from more capable teachers show significant gains, highlighting the need for better exploration-driven AI training.
In the rapidly evolving world of artificial intelligence, particularly with large language models (LLMs), a new benchmark called MATH-Beyond (MATH-B) has been introduced to truly test and expand the boundaries of mathematical reasoning. This initiative comes at a time when many existing math benchmarks are becoming too easy for advanced AI models, leading to a critical limitation in how we measure genuine progress.
The core issue identified by researchers is that current reinforcement learning (RL) methods, often used to fine-tune LLMs for mathematical tasks, tend to only sharpen existing solution strategies rather than discovering entirely new ways of thinking. This is largely because popular benchmarks like MATH-500 and AIME 2024 are now frequently solved by base models, even with a large number of attempts (e.g., pass@1024). This saturation means there’s little room to observe true skill acquisition or exploration beyond what the base model already knows.
To address this, MATH-Beyond has been meticulously constructed to challenge open-source models, especially those up to 8 billion parameters, even when given extensive sampling budgets. The goal is to create a testbed where improving performance necessitates learning to reason in ways that go beyond the base model’s inherent capabilities.
How MATH-Beyond Was Built
The benchmark’s creation involved a multi-stage filtering process. Problems were sourced from datasets like DAPO-Math-17K and DeepScaleR, ensuring they were topically equivalent to standard high-school math. A crucial step was applying rigorous quality filters to guarantee correctness and verifiability, including verification by advanced models like GPT-5-Mini. The problems were then evaluated against a ‘gauntlet’ of open-source base models. Only those problems that these models consistently failed to solve, even with 1024 attempts, were included in MATH-B.
The benchmark is divided into several subsets: a Union Set of 181 problems (unsolved by at least one model), a highly challenging Intersection Set of 41 problems (unsolved by *all* considered base models), and model-specific sets for targeted analysis. This structure allows for a precise measurement of ‘Expansion Rate’ – the primary metric, which quantifies how many new problems a post-trained model can solve that its base model could not.
Addressing Verification Challenges
The researchers also highlighted several common pitfalls in rule-based math answer verification systems. These issues, such as misinterpreting multiple valid answers, capturing intermediate results instead of final ones, or failing due to missing formatting anchors, can mask a model’s true performance. MATH-B’s design explicitly accounts for these pitfalls, ensuring that failures genuinely reflect reasoning limitations rather than verification artifacts.
Also Read:
- Assessing the Spatial Limits of LLM Reasoning with RegexPSPACE
- Enhancing LLM Reasoning with Attribution-Based Credit Assignment and Dynamic Exploration
Initial Findings and Future Directions
Early evaluations of post-trained models on MATH-B revealed interesting insights. Reinforcement learning (RL) fine-tuned models like Nemotron-Research-Reasoning-Qwen-1.5B and DeepScaleR-1.5B-Preview showed only modest expansion rates, solving less than 10% of the previously unsolvable problems. This suggests that current RL approaches struggle to foster the deep exploration needed for genuine skill acquisition.
In contrast, models fine-tuned using Supervised Fine-Tuning (SFT) or distillation, such as Qwen3-4B and Qwen3-8B (which learned from more capable teacher models), demonstrated significantly higher expansion rates of 58.93% and 66.38% respectively. While not a direct comparison due to different training methodologies, this indicates that exposing models to the correct distribution of reasoning steps can lead to substantial capability expansion.
The paper argues that MATH-B serves as a vital diagnostic tool, pushing the AI community to develop RL methods that can discover novel reasoning pathways without relying on a teacher model. It aims to shift the focus from merely improving pass@k scores on saturated benchmarks to demonstrably expanding the reasoning boundaries of AI. For more details, you can read the full research paper here.
By providing a challenging and realistic testbed, MATH-Beyond hopes to catalyze research into exploration-driven RL approaches that elicit deeper and more robust reasoning capabilities in large language models, moving beyond simple refinement to true discovery.


