CLLGFeb 10, 2025

Exploring the Limit of Outcome Reward for Learning Mathematical Reasoning

arXiv:2502.06781v148 citationsh-index: 21Has Code
Originality Highly original
AI Analysis

This work addresses the problem of sparse rewards in reinforcement learning for mathematical reasoning, offering a novel method that improves performance for AI systems in educational or problem-solving domains, though it is incremental in building on existing RL techniques.

The paper tackles the challenge of learning mathematical reasoning using only binary outcome rewards, proposing OREAL, a reinforcement learning framework that achieves 94.0 pass@1 accuracy on MATH-500 with a 7B model, matching 32B models, and 95.0 pass@1 with a 32B model, surpassing previous distillation-based approaches.

Reasoning abilities, especially those for solving complex math problems, are crucial components of general intelligence. Recent advances by proprietary companies, such as o-series models of OpenAI, have made remarkable progress on reasoning tasks. However, the complete technical details remain unrevealed, and the techniques that are believed certainly to be adopted are only reinforcement learning (RL) and the long chain of thoughts. This paper proposes a new RL framework, termed OREAL, to pursue the performance limit that can be achieved through \textbf{O}utcome \textbf{RE}w\textbf{A}rd-based reinforcement \textbf{L}earning for mathematical reasoning tasks, where only binary outcome rewards are easily accessible. We theoretically prove that behavior cloning on positive trajectories from best-of-N (BoN) sampling is sufficient to learn the KL-regularized optimal policy in binary feedback environments. This formulation further implies that the rewards of negative samples should be reshaped to ensure the gradient consistency between positive and negative samples. To alleviate the long-existing difficulties brought by sparse rewards in RL, which are even exacerbated by the partial correctness of the long chain of thought for reasoning tasks, we further apply a token-level reward model to sample important tokens in reasoning trajectories for learning. With OREAL, for the first time, a 7B model can obtain 94.0 pass@1 accuracy on MATH-500 through RL, being on par with 32B models. OREAL-32B also surpasses previous 32B models trained by distillation with 95.0 pass@1 accuracy on MATH-500. Our investigation also indicates the importance of initial policy models and training queries for RL. Code, models, and data will be released to benefit future research\footnote{https://github.com/InternLM/OREAL}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes