Why This Matters
Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as the premier paradigm for scaling LLM reasoning, as seen in models like DeepSeek-R1. By providing binary rewards for mathematically verifiable answers, models learn to output structured, long-form chains of thought. However, the exact mechanics of these gains remain poorly understood.
This paper uncovers a startling, counterintuitive reality: the reward signal itself might not be what's driving the learning. On popular math models like Qwen2.5-Math-7B, training with completely random noise (Bernoulli rewards with no relation to the prompt) or even rewarding incorrect answers yields up to 21.4% absolute accuracy gains on MATH-500, nearly matching the 29.1% gain of ground-truth rewards.
This suggests that much of the RLVR literature on open-source models may be observing a mirage—an amplification of pre-existing, latent capabilities rather than the acquisition of new reasoning skills.