paper-with-me

홈 › Papers

Is RLHF More Difficult than Standard RL? A Theoretical Perspective

2023-09-21 · NeurIPS 2023 11

Reinforcement learning from Human Feedback (RLHF) learns from preference signals, while standard Reinforcement Learning (RL) directly learns from reward signals. Preferences arguably contain less information than rewards, which makes preference-based RL seemingly more difficult. This paper theoretically proves that, for a wide range of preference models, we can solve preference-based RL directly using existing algorithms and techniques for reward-based RL, with small or no extra costs. Specifically, (1) for preferences that are drawn from reward-based probabilistic models, we reduce the problem to robust reward-based RL that can tolerate small errors in rewards; (2) for general arbitrary preferences where the objective is to find the von Neumann winner, we reduce the problem to multiagent reward-based RL which finds Nash equilibria for factored Markov games under a restricted set of policies. The latter case can be further reduce to adversarial MDP when preferences only depend on the final state. We instantiate all reward-based RL subroutines by concrete provable algorithms, and apply our theory to a large class of models including tabular MDPs and MDPs with generic function approximation. We further provide guarantees when K-wise comparisons are available.Submission Number: 14534

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Is RLHF More Difficult than Standard RL?

2023-06-25 · Yuanhao Wang, Qinghua Liu, Chi Jin

Reinforcement learning from Human Feedback (RLHF) learns from preference signals, while standard Reinforcement Learning (RL) directly learns from reward signals. Preferences arguably contain less information than rewards…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Value-Incentivized Preference Optimization: A Unified Approach to Online and Offline RLHF

2024-05-29 · Shicong Cen, Jincheng Mei, Katayoon Goshvadi, Hanjun Dai 외

Reinforcement learning from human feedback (RLHF) has demonstrated great promise in aligning large language models (LLMs) with human preference. Depending on the availability of preference data, both online and offline R…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Summarization

Conditional Equivalence of DPO and RLHF: Implicit Assumption, Failure Modes, and Provable Alignment

2026-05-20 · Zhiqin Yang, Yonggang Zhang, Wei Xue, Dong Fang 외 arxiv

Direct Preference Optimization (DPO) has emerged as a popular alternative to Reinforcement Learning from Human Feedback (RLHF), offering theoretical equivalence with simpler implementation. We prove this equivalence is c…

Reinforcement Learning

Understanding the Performance Gap in Preference Learning: A Dichotomy of RLHF and DPO

2025-05-26 · Ruizhe Shi, Minhak Song, Runlong Zhou, Zihan Zhang 외

We present a fine-grained theoretical analysis of the performance gap between reinforcement learning from human feedback (RLHF) and direct preference optimization (DPO) under a representation gap. Our study decomposes th…

Accelerated Preference Optimization for Large Language Model Alignment

2024-10-08 · Jiafan He, Huizhuo Yuan, Quanquan Gu

Reinforcement Learning from Human Feedback (RLHF) has emerged as a pivotal tool for aligning large language models (LLMs) with human preferences. Direct Preference Optimization (DPO), one of the most popular approaches, …

Language ModelingLanguage ModellingLarge Language Model