paper-with-me

Papers

Distributionally Robust Direct Preference Optimization

2025-02-04 · Zaiyan Xu, Sushil Vemuri, Kishan Panaganti, Dileep Kalathil, Rahul Jain, Deepak Ramachandran

A major challenge in aligning large language models (LLMs) with human preferences is the issue of distribution shift. LLM alignment algorithms rely on static preference datasets, assuming that they accurately represent real-world user preferences. However, user preferences vary significantly across geographical regions, demographics, linguistic patterns, and evolving cultural trends. This preference distribution shift leads to catastrophic alignment failures in many real-world applications. We address this problem using the principled framework of distributionally robust optimization, and develop two novel distributionally robust direct preference optimization (DPO) algorithms, namely, Wasserstein DPO (WDPO) and Kullback-Leibler DPO (KLDPO). We characterize the sample complexity of learning the optimal policy parameters for WDPO and KLDPO. Moreover, we propose scalable gradient descent-style learning algorithms by developing suitable approximations for the challenging minimax loss functions of WDPO and KLDPO. Our empirical experiments demonstrate the superior performance of WDPO and KLDPO in substantially improving the alignment when there is a preference distribution shift.

📄 PDF Abstract BibTeX arXiv:2502.01930

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Towards Robust Alignment of Language Models: Distributionally Robustifying Direct Preference Optimization

2024-07-10 · Junkang Wu, Yuexiang Xie, Zhengyi Yang, Jiancan Wu 외

This study addresses the challenge of noise in training datasets for Direct Preference Optimization (DPO), a method for aligning Large Language Models (LLMs) with human preferences. We categorize noise into pointwise noi…

Lightweight Robust Direct Preference Optimization

2025-10-27 · Cheol Woo Kim, Shresth Verma, Mauricio Tec, Milind Tambe arxiv

Direct Preference Optimization (DPO) has become a popular method for fine-tuning large language models (LLMs) due to its stability and simplicity. However, it is also known to be sensitive to noise in the data and prone …

Geometric-Averaged Preference Optimization for Soft Preference Labels

2024-09-10 · Hiroki Furuta, Kuang-Huei Lee, Shixiang Shane Gu, Yutaka Matsuo 외

Many algorithms for aligning LLMs with human preferences assume that human preferences are binary and deterministic. However, human preferences can vary across individuals, and therefore should be represented distributio…

Preference Robustness for DPO with Applications to Public Health

2025-09-02 · Cheol Woo Kim, Shresth Verma, Mauricio Tec, Milind Tambe arxiv

We study an LLM fine-tuning task for designing reward functions for sequential resource allocation problems in public health, guided by human preferences expressed in natural language. This setting presents a challenging…

Adaptive Preference Scaling for Reinforcement Learning with Human Feedback

2024-06-04 · Ilgee Hong, Zichong Li, Alexander Bukharin, Yixiao Li 외

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

reinforcement-learningReinforcement LearningText Generation