paper-with-me

홈 › Papers

WPO: Enhancing RLHF with Weighted Preference Optimization

2024-06-17 · Wenxuan Zhou, Ravi Agrawal, Shujian Zhang, Sathish Reddy Indurthi, Sanqiang Zhao, Kaiqiang Song, Silei Xu, Chenguang Zhu

Reinforcement learning from human feedback (RLHF) is a promising solution to align large language models (LLMs) more closely with human values. Off-policy preference optimization, where the preference data is obtained from other models, is widely adopted due to its cost efficiency and scalability. However, off-policy preference optimization often suffers from a distributional gap between the policy used for data collection and the target policy, leading to suboptimal optimization. In this paper, we propose a novel strategy to mitigate this problem by simulating on-policy learning with off-policy preference data. Our Weighted Preference Optimization (WPO) method adapts off-policy data to resemble on-policy data more closely by reweighting preference pairs according to their probability under the current policy. This method not only addresses the distributional gap problem but also enhances the optimization process without incurring additional costs. We validate our method on instruction following benchmarks including Alpaca Eval 2 and MT-bench. WPO not only outperforms Direct Preference Optimization (DPO) by up to 5.6% on Alpaca Eval 2 but also establishes a remarkable length-controlled winning rate against GPT-4-turbo of 76.7% based on Gemma-2-9b-it. We release the code and models at https://github.com/wzhouad/WPO.

📄 PDF Abstract BibTeX arXiv:2406.11827

Code (1)

wzhouad/wpo 공식 구현 pytorch

Tasks

Instruction Following

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

Enhancing RLHF with Human Gaze Modeling

2025-07-11 · Karim Galliamov, Ivan Titov, Ilya Pershin arxiv

Reinforcement Learning from Human Feedback (RLHF) aligns language models with human preferences but is computationally expensive. We explore two approaches that leverage human gaze modeling to enhance RLHF: (1) gaze-awar…

Reinforcement Learning

Multi-Preference Lambda-weighted Listwise DPO for Dynamic Preference Alignment

2025-06-24 · Yuhui Sun, Xiyao Wang, Zixi Li, Jinman Zhao

While large-scale unsupervised language models (LMs) capture broad world knowledge and reasoning capabilities, steering their behavior toward desired objectives remains challenging due to the lack of explicit supervision…

Informativenessreinforcement-learningReinforcement LearningWorld Knowledge

Bi-Factorial Preference Optimization: Balancing Safety-Helpfulness in Language Models

2024-08-27 · Wenxuan Zhang, Philip H. S. Torr, Mohamed Elhoseiny, Adel Bibi

Fine-tuning large language models (LLMs) on human preferences, typically through reinforcement learning from human feedback (RLHF), has proven successful in enhancing their capabilities. However, ensuring the safety of L…

LoRe: Personalizing LLMs via Low-Rank Reward Modeling

2025-04-20 · Avinandan Bose, Zhihan Xiong, Yuejie Chi, Simon Shaolei Du 외

Personalizing large language models (LLMs) to accommodate diverse user preferences is essential for enhancing alignment and user satisfaction. Traditional reinforcement learning from human feedback (RLHF) approaches ofte…

Simplify RLHF as Reward-Weighted SFT: A Variational Method

2025-02-16 · Yuhao Du, Zhuo Li, Pengyu Cheng, Zhihong Chen 외

Reinforcement Learning from Human Feedback (RLHF) is crucial for aligning Large Language Models (LLMs) with human values. However, RLHF has been continuously challenged by its high complexity in implementation and comput…

Variational Inference