paper-with-me

Papers

Mitigating Reward Over-Optimization in RLHF via Behavior-Supported Regularization

2025-03-23 · Juntao Dai, Taiye Chen, Yaodong Yang, Qian Zheng, Gang Pan

Reinforcement learning from human feedback (RLHF) is an effective method for aligning large language models (LLMs) with human values. However, reward over-optimization remains an open challenge leading to discrepancies between the performance of LLMs under the reward model and the true human objectives. A primary contributor to reward over-optimization is the extrapolation error that arises when the reward model evaluates out-of-distribution (OOD) responses. However, current methods still fail to prevent the increasing frequency of OOD response generation during the reinforcement learning (RL) process and are not effective at handling extrapolation errors from OOD responses. In this work, we propose the Behavior-Supported Policy Optimization (BSPO) method to mitigate the reward over-optimization issue. Specifically, we define behavior policy as the next token distribution of the reward training dataset to model the in-distribution (ID) region of the reward model. Building on this, we introduce the behavior-supported Bellman operator to regularize the value function, penalizing all OOD values without impacting the ID ones. Consequently, BSPO reduces the generation of OOD responses during the RL process, thereby avoiding overestimation caused by the reward model's extrapolation errors. Theoretically, we prove that BSPO guarantees a monotonic improvement of the supported policy until convergence to the optimal behavior-supported policy. Empirical results from extensive experiments show that BSPO outperforms baselines in preventing reward over-optimization due to OOD evaluation and finding the optimal ID policy.

📄 PDF Abstract BibTeX arXiv:2503.18130

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)Response Generation

Similar Papers 제목 키워드 기반

Uncertainty-Penalized Reinforcement Learning from Human Feedback with Diverse Reward LoRA Ensembles

2023-12-30 · Yuanzhao Zhai, Han Zhang, Yu Lei, Yue Yu 외

Reinforcement learning from human feedback (RLHF) emerges as a promising paradigm for aligning large language models (LLMs). However, a notable challenge in RLHF is overoptimization, where beyond a certain threshold, the…

Uncertainty Quantification

Online Merging Optimizers for Boosting Rewards and Mitigating Tax in Alignment

2024-05-28 · Keming Lu, Bowen Yu, Fei Huang, Yang Fan 외

Effectively aligning Large Language Models (LLMs) with human-centric values while preventing the degradation of abilities acquired through Pre-training and Supervised Fine-tuning (SFT) poses a central challenge in Reinfo…

Mitigating Preference Hacking in Policy Optimization with Pessimism

2025-03-10 · Dhawal Gupta, Adam Fisch, Christoph Dann, Alekh Agarwal

This work tackles the problem of overoptimization in reinforcement learning from human feedback (RLHF), a prevalent technique for aligning models with human preferences. RLHF relies on reward or preference models trained…

Document Summarization

Iterative Data Smoothing: Mitigating Reward Overfitting and Overoptimization in RLHF

2024-01-29 · Banghua Zhu, Michael I. Jordan, Jiantao Jiao

Reinforcement Learning from Human Feedback (RLHF) is a pivotal technique that aligns language models closely with human-centric values. The initial phase of RLHF involves learning human values using a reward model from r…

InfoRM: Mitigating Reward Hacking in RLHF via Information-Theoretic Reward Modeling

2024-02-14 · Yuchun Miao, Sen Zhang, Liang Ding, Rong Bao 외

Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models with human values, reward hacking, also termed reward overoptimization, remains a critical challenge. This issue primar…