paper-with-me

Papers

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. Existing alignment techniques, such as reinforcement learning from human feedback (RLHF), rely on training a reward model and performing reinforcement learning to align with human preferences. However, RLHF is often computationally intensive, unstable, and sensitive to hyperparameters. To address these limitations, Direct Preference Optimization (DPO) was introduced as a lightweight and stable alternative, enabling direct alignment of language models with pairwise preference data via classification loss. However, DPO and its extensions generally assume a single static preference distribution, limiting flexibility in multi-objective or dynamic alignment settings. In this paper, we propose a novel framework: Multi-Preference Lambda-weighted Listwise DPO, which extends DPO to incorporate multiple human preference dimensions (e.g., helpfulness, harmlessness, informativeness) and enables dynamic interpolation through a controllable simplex-weighted formulation. Our method supports both listwise preference feedback and flexible alignment across varying user intents without re-training. Empirical and theoretical analysis demonstrates that our method is as effective as traditional DPO on static objectives while offering greater generality and adaptability for real-world deployment.

📄 PDF Abstract BibTeX arXiv:2506.19780

Code (1)

yuhui15/multi-preference-lambda-weighted-dpo 공식 구현 pytorch

Tasks

Informativenessreinforcement-learningReinforcement LearningWorld Knowledge

Methods 이 논문이 사용한 방법론

DPO 설명 없음
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 제목 키워드 기반

LiPO: Listwise Preference Optimization through Learning-to-Rank

2024-02-02 · Tianqi Liu, Zhen Qin, Junru Wu, Jiaming Shen 외

Aligning language models (LMs) with curated human feedback is critical to control their behaviors in real-world applications. Several recent policy optimization methods, such as DPO and SLiC, serve as promising alternati…

Learning-To-Rank

Explanation Quality Assessment as Ranking with Listwise Rewards

2026-04-27 · Thomas Bailleux, Tanmoy Mukherjee, Emmanuel Lonca, Pierre Marquis 외 arxiv

We reformulate explanation quality assessment as a ranking problem rather than a generation problem. Instead of optimizing models to produce a single "best" explanation token-by-token, we train reward models to discrimin…

Towards Better Optimization For Listwise Preference in Diffusion Models

2025-10-02 · Jiamu Bai, Xin Yu, Meilong Xu, Weitao Lu 외 arxiv

Reinforcement learning from human feedback (RLHF) has proven effectiveness for aligning text-to-image (T2I) diffusion models with human preferences. Although Direct Preference Optimization (DPO) is widely adopted for its…

Text-to-Image GenerationComputational EfficiencyReinforcement LearningImage Editing

Beyond Pairwise Preferences: Listwise Reward-Aware Alignment for Diffusion Models

2026-05-26 · Austin Wang, Jiaqi Han, Stefano Ermon, Yisong Yue arxiv

Preference optimization has emerged as an efficient alternative to online reinforcement learning from human feedback (RLHF) for aligning text-to-image diffusion models. However, existing methods largely reduce supervisio…

Text-to-Image GenerationReinforcement LearningImage Editing

LPOI: Listwise Preference Optimization for Vision Language Models

2025-05-27 · Fatemeh Pesaran Zadeh, Yoojin Oh, Gunhee Kim

Aligning large VLMs with human preferences is a challenging task, as methods like RLHF and DPO often overfit to textual information or exacerbate hallucinations. Although augmenting negative image samples partially addre…

Object