paper-with-me

Papers

Overcoming Reward Overoptimization via Adversarial Policy Optimization with Lightweight Uncertainty Estimation

2024-03-08 · Xiaoying Zhang, Jean-Francois Ton, Wei Shen, Hongning Wang, Yang Liu

We introduce Adversarial Policy Optimization (AdvPO), a novel solution to the pervasive issue of reward over-optimization in Reinforcement Learning from Human Feedback (RLHF) for Large Language Models (LLMs). Over-optimization occurs when a reward model serves as an imperfect proxy for human preference, and RL-driven policy optimization erroneously exploits reward inaccuracies. In this paper, we begin by introducing a lightweight way to quantify uncertainties in rewards, relying solely on the last layer embeddings of the reward model, without the need for computationally expensive reward ensembles. AdvPO then addresses a distributionally robust optimization problem centred around the confidence interval of the reward model's predictions for policy improvement. Through comprehensive experiments on the Anthropic HH and TL;DR summarization datasets, we illustrate the efficacy of AdvPO in mitigating the overoptimization issue, consequently resulting in enhanced performance as evaluated through human-assisted evaluation.

📄 PDF Abstract BibTeX arXiv:2403.05171

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Provably Mitigating Overoptimization in RLHF: Your SFT Loss is Implicitly an Adversarial Regularizer

2024-05-26 · Zhihan Liu, Miao Lu, Shenao Zhang, Boyi Liu 외

Aligning generative models with human preference via RLHF typically suffers from overoptimization, where an imperfectly learned reward model can misguide the generative model to output undesired responses. We investigate…

Reward Model Ensembles Help Mitigate Overoptimization

2023-10-04 · Thomas Coste, Usman Anwar, Robert Kirk, David Krueger

Reinforcement learning from human feedback (RLHF) is a standard approach for fine-tuning large language models to follow instructions. As part of this process, learned reward models are used to approximately model human …

modelModel Optimization

Confronting Reward Overoptimization for Diffusion Models: A Perspective of Inductive and Primacy Biases

2024-02-13 · Ziyi Zhang, Sen Zhang, Yibing Zhan, Yong Luo 외

Bridging the gap between diffusion models and human preferences is crucial for their integration into practical generative workflows. While optimizing downstream reward models has emerged as a promising alignment strateg…

DenoisingInductive Bias

Rethinking Reward Model Evaluation Through the Lens of Reward Overoptimization

2025-05-19 · Sunghwan Kim, Dongjin Kang, Taeyoon Kwon, Hyungjoo Chae 외

Reward models (RMs) play a crucial role in reinforcement learning from human feedback (RLHF), aligning model behavior with human preferences. However, existing benchmarks for reward models show a weak correlation with th…

Real-Time Aligned Reward Model beyond Semantics

2026-01-30 · Zixuan Huang, Xin Xia, Yuxi Ren, Jianbin Zheng 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) is a pivotal technique for aligning large language models (LLMs) with human preferences, yet it is susceptible to reward overoptimization, in which policy models overfit …

Reinforcement Learning