paper-with-me

Papers

Adaptive Preference Scaling for Reinforcement Learning with Human Feedback

2024-06-04 · Ilgee Hong, Zichong Li, Alexander Bukharin, Yixiao Li, Haoming Jiang, Tianbao Yang, Tuo Zhao

Reinforcement learning from human feedback (RLHF) is a prevalent approach to align AI systems with human values by learning rewards from human preference data. Due to various reasons, however, such data typically takes the form of rankings over pairs of trajectory segments, which fails to capture the varying strengths of preferences across different pairs. In this paper, we propose a novel adaptive preference loss, underpinned by distributionally robust optimization (DRO), designed to address this uncertainty in preference strength. By incorporating an adaptive scaling parameter into the loss for each pair, our method increases the flexibility of the reward function. Specifically, it assigns small scaling parameters to pairs with ambiguous preferences, leading to more comparable rewards, and large scaling parameters to those with clear preferences for more distinct rewards. Computationally, our proposed loss function is strictly convex and univariate with respect to each scaling parameter, enabling its efficient optimization through a simple second-order algorithm. Our method is versatile and can be readily adapted to various preference optimization frameworks, including direct preference optimization (DPO). Our experiments with robotic control and natural language generation with large language models (LLMs) show that our method not only improves policy performance but also aligns reward function selection more closely with policy optimization, simplifying the hyperparameter tuning process.

📄 PDF Abstract BibTeX arXiv:2406.02764

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningText Generation

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 제목 키워드 기반

Towards Efficient Online Exploration for Reinforcement Learning with Human Feedback

2025-09-26 · Gen Li, Yuling Yan arxiv

Reinforcement learning with human feedback (RLHF), which learns a reward model from human preference data and then optimizes a policy to favor preferred responses, has emerged as a central paradigm for aligning large lan…

Reinforcement Learning

Boosting Feedback Efficiency of Interactive Reinforcement Learning by Adaptive Learning from Scores

2023-07-11 · Shukai Liu, Chenming Wu, Ying Li, Liangjun Zhang

Interactive reinforcement learning has shown promise in learning complex robotic tasks. However, the process can be human-intensive due to the requirement of a large amount of interactive feedback. This paper presents a …

reinforcement-learningReinforcement Learning

RLAIF vs. RLHF: Scaling Reinforcement Learning from Human Feedback with AI Feedback

2023-09-01 · Harrison Lee, Samrat Phatale, Hassan Mansoor, Thomas Mesnard 외

Reinforcement learning from human feedback (RLHF) has proven effective in aligning large language models (LLMs) with human preferences, but gathering high-quality preference labels is expensive. RL from AI Feedback (RLAI…

Dialogue Generationreinforcement-learning

Finetuning Generative Trajectory Model with Reinforcement Learning from Human Feedback

2025-03-13 · Derun Li, Jianwei Ren, Yue Wang, Xin Wen 외

Generating human-like and adaptive trajectories is essential for autonomous driving in dynamic environments. While generative models have shown promise in synthesizing feasible trajectories, they often fail to capture th…

Autonomous DrivingImitation LearningMotion PlanningNavSim

P-GenRM: Personalized Generative Reward Model with Test-time User-based Scaling

2026-02-12 · Pinyi Zhang, Ting-En Lin, Yuchuan Wu, Jingyang Chen 외 arxiv

Personalized alignment of large language models seeks to adapt responses to individual user preferences, typically via reinforcement learning. A key challenge is obtaining accurate, user-specific reward signals in open-e…

Reinforcement Learning