The Reasoning Boundary Paradox: How Reinforcement Learning Constrains Language Models
Phuc Minh Nguyen, Chinh D. La, Duy M. H. Nguyen, Nitesh V. Chawla, Binh T. Nguyen, Khoa D. Doan
TL;DR
This work analyzes why Reinforcement Learning with Verifiable Rewards (RLVR) can shrink the reasoning boundary of large language models rather than expand it. It identifies two core dynamics—negative interference across problems and a winner-take-all reinforcement of high-likelihood solutions under on-policy learning—that drive coverage collapse at larger Pass@$k$ budgets. To address this, the authors propose SELF, a data-curation strategy that focuses learning on low-likelihood problems and replaces Reverse KL with Forward KL to maintain diversity, yielding improved Pass@$k$ performance on multiple mathematical reasoning benchmarks. The results demonstrate that selective training can both improve efficiency and recover coverage, offering a practical path to more robust reasoning in LLMs.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a key method for improving Large Language Models' reasoning capabilities, yet recent evidence suggests it may paradoxically shrink the reasoning boundary rather than expand it. This paper investigates the shrinkage issue of RLVR by analyzing its learning dynamics and reveals two critical phenomena that explain this failure. First, we expose negative interference in RLVR, where learning to solve certain training problems actively reduces the likelihood of correct solutions for others, leading to the decline of Pass@$k$ performance, or the probability of generating a correct solution within $k$ attempts. Second, we uncover the winner-take-all phenomenon: RLVR disproportionately reinforces problems with high likelihood, correct solutions, under the base model, while suppressing other initially low-likelihood ones. Through extensive theoretical and empirical analysis on multiple mathematical reasoning benchmarks, we show that this effect arises from the inherent on-policy sampling in standard RL objectives, causing the model to converge toward narrow solution strategies. Based on these insights, we propose a simple yet effective data curation algorithm that focuses RLVR learning on low-likelihood problems, achieving notable improvement in Pass@$k$ performance. Our code is available at https://github.com/mail-research/SELF-llm-interference.
