paper-with-me

홈 › 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, 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 with a restricted set of policies. The latter case can be further reduced 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.

📄 PDF Abstract BibTeX arXiv:2306.14111

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar 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…

Learning from Failures: Understanding LLM Alignment through Failure-Aware Inverse RL

2025-10-07 · Nyal Patel, Matthieu Bou, Arjun Jagota, Satyapriya Krishna 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) aligns Large Language Models (LLMs) with human preferences, yet the underlying reward signals they internalize remain hidden, posing a critical challenge for interpretabi…

Reinforcement Learning

Direct Preference Optimization: Your Language Model is Secretly a Reward Model

2023-05-29 · NeurIPS 2023 11 · Rafael Rafailov, Archit Sharma, Eric Mitchell, Stefano Ermon 외

While large-scale unsupervised language models (LMs) learn broad world knowledge and some reasoning skills, achieving precise control of their behavior is difficult due to the completely unsupervised nature of their trai…

Language ModelingLanguage ModellingmodelPreference Mapping+2

The Trickle-down Impact of Reward (In-)consistency on RLHF

2023-09-28 · Lingfeng Shen, Sihao Chen, Linfeng Song, Lifeng Jin 외

Standard practice within Reinforcement Learning from Human Feedback (RLHF) involves optimizing against a Reward Model (RM), which itself is trained to reflect human preferences for desirable generations. A notable subjec…

Benchmarking

Uni-RLHF: Universal Platform and Benchmark Suite for Reinforcement Learning with Diverse Human Feedback

2024-02-04 · Yifu Yuan, Jianye Hao, Yi Ma, Zibin Dong 외

Reinforcement Learning with Human Feedback (RLHF) has received significant attention for performing tasks without the need for costly manual reward design by aligning human preferences. It is crucial to consider diverse …