paper-with-me

Papers

Spurious Rewards: Rethinking Training Signals in RLVR

2025-06-12 · Rulin Shao, Shuyue Stella Li, Rui Xin, Scott Geng, Yiping Wang, Sewoong Oh, Simon Shaolei Du, Nathan Lambert, Sewon Min, Ranjay Krishna, Yulia Tsvetkov, Hannaneh Hajishirzi, Pang Wei Koh, Luke Zettlemoyer

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.

📄 PDF Abstract BibTeX arXiv:2506.10947

Code (1)

ruixin31/spurious_rewards 공식 구현 pytorch

Tasks

MathMathematical Reasoning

Similar Papers 제목 키워드 기반

Exploration vs Exploitation: Rethinking RLVR through Clipping, Entropy, and Spurious Reward

2025-12-18 · Peter Chen, Xiaopeng Li, Ziniu Li, Wotao Yin 외 arxiv

This paper examines the exploration-exploitation trade-off in reinforcement learning with verifiable rewards (RLVR), a framework for improving the reasoning of Large Language Models (LLMs). Recent studies suggest that RL…

Reinforcement LearningMathematical Reasoning

Spurious Rewards Paradox: Mechanistically Understanding How RLVR Activates Memorization Shortcuts in LLMs

2026-01-16 · Lecheng Yan, Ruizhe Li, Guanhua Chen, Qing Li 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is highly effective for enhancing LLM reasoning, yet recent evidence shows models like Qwen 2.5 achieve significant gains even with spurious or incorrect rewards. We …

Reinforcement Learning

Rethinking Sample Polarity in Reinforcement Learning with Verifiable Rewards

2025-12-25 · Xinyu Tang, Yuliang Zhan, Zhixun Li, Wayne Xin Zhao 외 arxiv

Large reasoning models (LRMs) are typically trained using reinforcement learning with verifiable reward (RLVR) to enhance their reasoning abilities. In this paradigm, policies are updated using both positive and negative…

Reinforcement Learning

Probing RLVR training instability through the lens of objective-level hacking

2026-02-01 · Yiming Dong, Kun Fu, Haoyu Li, Xinyuan Zhu 외 arxiv

Prolonged reinforcement learning with verifiable rewards (RLVR) has been shown to drive continuous improvements in the reasoning capabilities of large language models, but the training is often prone to instabilities, es…

Reinforcement Learning

No Free Lunch: Rethinking Internal Feedback for LLM Reasoning

2025-06-20 · Yanzhi Zhang, Zhaoxi Zhang, Haoxiang Guan, Yilin Cheng 외

Reinforcement learning has emerged as a powerful paradigm for post-training large language models (LLMs) to improve reasoning. Approaches like Reinforcement Learning from Human Feedback (RLHF) and Reinforcement Learning …

Mathreinforcement-learningReinforcement Learning