When Sharpening Becomes Collapse: Sampling Bias and Semantic Coupling in RL with Verifiable Rewards
Mingyuan Fan, Weiguang Han, Daixin Wang, Cen Chen, Zhiqiang Zhang, Jun Zhou
TL;DR
The paper investigates whether reinforcement learning with verifiable rewards (RLVR) yields genuinely new capabilities or merely sharpens existing knowledge. It identifies two mechanisms—finite‑batch sampling bias and semantic coupling—that cause over‑sharpening and collapse of the solution space, and it formalizes this through a probabilistic/NTK‑styled analysis. To mitigate collapse, the authors propose inverse‑success advantage calibration (IAC) and distribution‑level calibration (DLC) using a memory network to diversify sampling; they also analyze an empirical toy model to illustrate the dynamics. Across six mathematical benchmarks and multiple Qwen backbones, the calibrated approaches improve AVG@8 and PASS@8, with IAC often delivering strong gains and DLC providing additional benefits when compute permits, all while preserving higher policy entropy relative to baselines. These results suggest that careful calibration can maintain diverse, robust reasoning patterns in RLVR, enhancing generalization in logic‑heavy domains.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) is a central paradigm for turning large language models (LLMs) into reliable problem solvers, especially in logic-heavy domains. Despite its empirical success, it remains unclear whether RLVR elicits novel capabilities or merely sharpens the distribution over existing knowledge. We study this by formalizing over-sharpening, a phenomenon where the policy collapses onto limited modes, suppressing valid alternatives. At a high level, we discover finite-batch updates intrinsically bias learning toward sampled modes, triggering a collapse that propagates globally via semantic coupling. To mitigate this, we propose inverse-success advantage calibration to prioritize difficult queries and distribution-level calibration to diversify sampling via a memory network. Empirical evaluations validate that our strategies can effectively improve generalization.
