paper-with-me

홈 › Papers

Cooper: Co-Optimizing Policy and Reward Models in Reinforcement Learning for Large Language Models

2025-08-07 · Haitao Hong, Yuchen Yan, Xingyu Wu, Guiyang Hou, Wenqi Zhang, Weiming Lu, Yongliang Shen, Jun Xiao arxiv

Large language models (LLMs) have demonstrated remarkable performance in reasoning tasks, where reinforcement learning (RL) serves as a key algorithm for enhancing their reasoning capabilities. Currently, there are two mainstream reward paradigms: model-based rewards and rule-based rewards. However, both approaches suffer from limitations: rule-based rewards lack robustness, while model-based rewards are vulnerable to reward hacking. To address these issues, we propose Cooper(Co-optimizing Policy Model and Reward Model), a RL framework that jointly optimizes both the policy model and the reward model. Cooper leverages the high precision of rule-based rewards when identifying correct responses, and dynamically constructs and selects positive-negative sample pairs for continued training the reward model. This design enhances robustness and mitigates the risk of reward hacking. To further support Cooper, we introduce a hybrid annotation strategy that efficiently and accurately generates training data for the reward model. We also propose a reference-based reward modeling paradigm, where the reward model takes a reference answer as input. Based on this design, we train a reward model named VerifyRM, which achieves higher accuracy on VerifyBench compared to other models of the same size. We conduct reinforcement learning using both VerifyRM and Cooper. Our experiments show that Cooper not only alleviates reward hacking but also improves end-to-end RL performance, for instance, achieving a 0.54% gain in average accuracy on Qwen2.5-1.5B-Instruct. Our findings demonstrate that dynamically updating reward model is an effective way to combat reward hacking, providing a reference for better integrating reward models into RL.

📄 PDF Abstract BibTeX arXiv:2508.05613

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning Zero-Shot Cooperation with Humans, Assuming Humans Are Biased

2023-02-03 · Chao Yu, Jiaxuan Gao, Weilin Liu, Botian Xu 외

There is a recent trend of applying multi-agent reinforcement learning (MARL) to train an agent that can cooperate with humans in a zero-shot fashion without using any human data. The typical workflow is to first repeate…

Multi-agent Reinforcement Learning

A Differentiated Reward Method for Reinforcement Learning based Multi-Vehicle Cooperative Decision-Making Algorithms

2025-02-01 · Ye Han, Lijun Zhang, Dejian Meng

Reinforcement learning (RL) shows great potential for optimizing multi-vehicle cooperative driving strategies through the state-action-reward feedback loop, but it still faces challenges such as low sample efficiency. Th…

Decision MakingReinforcement Learning (RL)

Optimizing Multiagent Cooperation via Policy Evolution and Shared Experiences

2020-01-01 · ICML 2020 1 · Somdeb Majumdar, Shauharda Khadka, Santiago Miret, Stephen Mcaleer 외

Many cooperative multiagent reinforcement learning environments provide agents with a sparse team-based reward, as well as a dense agent-specific reward that incentivizes learning basic skills. Training policies solely o…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Constructive Conflict-Driven Multi-Agent Reinforcement Learning for Strategic Diversity

2025-09-16 · Yuxiang Mai, Qiyue Yin, Wancheng Ni, Pei Xu 외 arxiv

In recent years, diversity has emerged as a useful mechanism to enhance the efficiency of multi-agent reinforcement learning (MARL). However, existing methods predominantly focus on designing policies based on individual…

Multi-agent Reinforcement LearningBilevel Optimization

Iterated Reasoning with Mutual Information in Cooperative and Byzantine Decentralized Teaming

2022-01-20 · ICLR 2022 4 · Sachin Konan, Esmaeil Seraj, Matthew Gombolay

Information sharing is key in building team cognition and enables coordination and cooperation. High-performing human teams also benefit from acting strategically with hierarchical levels of iterated communication and ra…

Decision MakingMulti-agent Reinforcement Learning