The Climb Carves Wisdom Deeper Than the Summit: On the Noisy Rewards in Learning to Reason
Ang Lv, Ruobing Xie, Xingwu Sun, Zhanhui Kang, Rui Yan
TL;DR
The paper investigates reward noise in post-training reinforcement learning for large language models, showing that models with strong inherent reasoning capabilities remain robust even when rewards are substantially noisy. It reveals that training with rewards focused on reasoning patterns (RPR) can achieve peak performance comparable to training with correctness verification, implying that RL benefits stem from activating pretraining-derived reasoning rather than acquiring new knowledge. The authors further demonstrate that noisy reward models can be calibrated with RPR to improve open-ended NLP task performance and even unlock reasoning in smaller models. Collectively, the findings stress the importance of foundational reasoning learned during pretraining and offer practical post-training techniques for leveraging imperfect reward signals.
Abstract
Recent studies on post-training large language models (LLMs) for reasoning through reinforcement learning (RL) typically focus on tasks that can be accurately verified and rewarded, such as solving math problems. In contrast, our research investigates the impact of reward noise, a more practical consideration for real-world scenarios involving the post-training of LLMs using reward models. We found that LLMs demonstrate strong robustness to substantial reward noise. For example, manually flipping 40% of the reward function's outputs in math tasks still allows a Qwen-2.5-7B model to achieve rapid convergence, improving its performance on math tasks from 5% to 72%, compared to the 75% accuracy achieved by a model trained with noiseless rewards. Surprisingly, by only rewarding the appearance of key reasoning phrases (namely reasoning pattern reward, RPR), such as ``first, I need to''-without verifying the correctness of answers, the model achieved peak downstream performance (over 70% accuracy for Qwen-2.5-7B) comparable to models trained with strict correctness verification and accurate rewards. Recognizing the importance of the reasoning process over the final results, we combined RPR with noisy reward models. RPR helped calibrate the noisy reward models, mitigating potential false negatives and enhancing the LLM's performance on open-ended tasks. These findings suggest the importance of improving models' foundational abilities during the pre-training phase while providing insights for advancing post-training techniques. Our code and scripts are available at https://github.com/trestad/Noisy-Rewards-in-Learning-to-Reason.
