AILGJun 12, 2025

Spurious Rewards: Rethinking Training Signals in RLVR

arXiv:2506.10947v1182 citationsh-index: 38Has Code
Originality Incremental advance
AI Analysis

This reveals potential pitfalls in RLVR research methodology by demonstrating that apparent performance gains can be misleading when tested on only one model family.

The paper shows that reinforcement learning with verifiable rewards (RLVR) can improve mathematical reasoning performance in certain models even when using spurious rewards that don't correlate with correct answers, achieving gains of 13.8-27.1% on MATH-500 for Qwen2.5-Math-7B.

We show that reinforcement learning with verifiable rewards (RLVR) can elicit strong mathematical reasoning in certain models even with spurious rewards that have little, no, or even negative correlation with the correct answer. For example, RLVR improves MATH-500 performance for Qwen2.5-Math-7B in absolute points by 21.4% (random reward), 13.8% (format reward), 24.1% (incorrect label), 26.0% (1-shot RL), and 27.1% (majority voting) -- nearly matching the 29.1% gained with ground truth rewards. However, the spurious rewards that work for Qwen often fail to yield gains with other model families like Llama3 or OLMo2. In particular, we find code reasoning -- thinking in code without actual code execution -- to be a distinctive Qwen2.5-Math behavior that becomes significantly more frequent after RLVR, from 65% to over 90%, even with spurious rewards. Overall, we hypothesize that, given the lack of useful reward signal, RLVR must somehow be surfacing useful reasoning representations learned during pretraining, although the exact mechanism remains a topic for future work. We suggest that future RLVR research should possibly be validated on diverse models rather than a single de facto choice, as we show that it is easy to get significant performance gains on Qwen models even with completely spurious reward signals.

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