paper-with-me

홈 › Papers

Contrastive Preference Learning: Learning from Human Feedback without RL

2023-10-20 · Joey Hejna, Rafael Rafailov, Harshit Sikchi, Chelsea Finn, Scott Niekum, W. Bradley Knox, Dorsa Sadigh

Reinforcement Learning from Human Feedback (RLHF) has emerged as a popular paradigm for aligning models with human intent. Typically RLHF algorithms operate in two phases: first, use human preferences to learn a reward function and second, align the model by optimizing the learned reward via reinforcement learning (RL). This paradigm assumes that human preferences are distributed according to reward, but recent work suggests that they instead follow the regret under the user's optimal policy. Thus, learning a reward function from feedback is not only based on a flawed assumption of human preference, but also leads to unwieldy optimization challenges that stem from policy gradients or bootstrapping in the RL phase. Because of these optimization challenges, contemporary RLHF methods restrict themselves to contextual bandit settings (e.g., as in large language models) or limit observation dimensionality (e.g., state-based robotics). We overcome these limitations by introducing a new family of algorithms for optimizing behavior from human feedback using the regret-based model of human preferences. Using the principle of maximum entropy, we derive Contrastive Preference Learning (CPL), an algorithm for learning optimal policies from preferences without learning reward functions, circumventing the need for RL. CPL is fully off-policy, uses only a simple contrastive objective, and can be applied to arbitrary MDPs. This enables CPL to elegantly scale to high-dimensional and sequential RLHF problems while being simpler than prior methods.

📄 PDF Abstract BibTeX arXiv:2310.13639

Code (1)

jhejna/cpl 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CLARIFY: Contrastive Preference Reinforcement Learning for Untangling Ambiguous Queries

2025-05-31 · Ni Mu, Hao Hu, Xiao Hu, Yiqin Yang 외

Preference-based reinforcement learning (PbRL) bypasses explicit reward engineering by inferring reward functions from human preference comparisons, enabling better alignment with human intentions. However, humans often …

Contrastive Learningreinforcement-learningReinforcement Learning

RLCD: Reinforcement Learning from Contrastive Distillation for Language Model Alignment

2023-07-24 · Kevin Yang, Dan Klein, Asli Celikyilmaz, Nanyun Peng 외

We propose Reinforcement Learning from Contrastive Distillation (RLCD), a method for aligning language models to follow principles expressed in natural language (e.g., to be more harmless) without using human feedback. R…

Language ModelingLanguage Modellingreinforcement-learningReinforcement Learning

Aligning Audio Captions with Human Preferences

2025-09-18 · Kartik Hegde, Rehana Mahfuz, Yinyi Guo, Erik Visser arxiv

Current audio captioning relies on supervised learning with paired audio-caption data, which is costly to curate and may not reflect human preferences in real-world scenarios. To address this, we propose a preference-ali…

Reinforcement LearningAudio captioning

Policy-labeled Preference Learning: Is Preference Enough for RLHF?

2025-05-06 · Taehyun Cho, Seokhun Ju, Seungyub Han, Dohyeong Kim 외

To design rewards that align with human goals, Reinforcement Learning from Human Feedback (RLHF) has emerged as a prominent technique for learning reward functions from human preferences and optimizing policies via reinf…

continuous-controlContinuous ControlDecision Makingreinforcement-learning+2

Beyond Scalar Reward Model: Learning Generative Judge from Preference Data

2024-10-01 · Ziyi Ye, Xiangsheng Li, Qiuchi Li, Qingyao Ai 외

Learning from preference feedback is a common practice for aligning large language models~(LLMs) with human value. Conventionally, preference data is learned and encoded into a scalar reward model that connects a value h…