paper-with-me

홈 › Papers

Can RLHF be More Efficient with Imperfect Reward Models? A Policy Coverage Perspective

2025-02-26 · Jiawei Huang, Bingcong Li, Christoph Dann, Niao He

Sample efficiency is critical for online Reinforcement Learning from Human Feedback (RLHF). While existing works investigate sample-efficient online exploration strategies, the potential of utilizing misspecified yet relevant reward models to accelerate learning remains underexplored. This paper studies how to transfer knowledge from those imperfect reward models in online RLHF. We start by identifying a novel property due to KL-regularization in the RLHF objective: \emph{a policy's coverability of the optimal policy is captured by its sub-optimality}. Building on this insight, we propose novel transfer learning principles and a theoretical algorithm -- \emph{\textbf{T}ransfer \textbf{P}olicy \textbf{O}ptimization (\textbf{TPO})} -- with provable benefits compared to standard online learning. Empirically, inspired by our theoretical findings, we develop a win-rate-based transfer policy selection strategy with improved computational efficiency. Moreover, our empirical transfer learning technique is modular and can be integrated with various policy optimization methods, such as DPO, IPO and XPO, to further enhance their performance. We validate the effectiveness of our method through experiments on summarization tasks.

📄 PDF Abstract BibTeX arXiv:2502.19255

Code (1)

jiaweihhuang/rlhf_rewardtransfer 공식 구현 pytorch

Tasks

Computational EfficiencyTransfer Learning

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Sharp Analysis for KL-Regularized Contextual Bandits and RLHF

2024-11-07 · Heyang Zhao, Chenlu Ye, Quanquan Gu, Tong Zhang

Reverse-Kullback-Leibler (KL) regularization has emerged to be a predominant technique used to enhance policy optimization in reinforcement learning (RL) and reinforcement learning from human feedback (RLHF), which force…

Multi-Armed BanditsReinforcement Learning (RL)

When Errors Can Be Beneficial: A Categorization of Imperfect Rewards for Policy Gradient

2026-04-28 · Shuning Shang, Hubert Strauss, Stanley Wei, Sanjeev Arora 외 arxiv

Training language models via reinforcement learning often relies on imperfect proxy rewards, since ground truth rewards that precisely define the intended behavior are rarely available. Standard metrics for assessing the…

Reinforcement Learning

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…

Corruption Robust Offline Reinforcement Learning with Human Feedback

2024-02-09 · Debmalya Mandal, Andi Nika, Parameswaran Kamalaruban, Adish Singla 외

We study data corruption robustness for reinforcement learning with human feedback (RLHF) in an offline setting. Given an offline dataset of pairs of trajectories along with feedback about human preferences, an $\varepsi…

Adversarial Attackreinforcement-learningReinforcement Learning

Reward-Robust RLHF in LLMs

2024-09-18 · Yuzi Yan, Xingzhou Lou, Jialian Li, Yiping Zhang 외

As Large Language Models (LLMs) continue to progress toward more advanced forms of intelligence, Reinforcement Learning from Human Feedback (RLHF) is increasingly seen as a key pathway toward achieving Artificial General…