paper-with-me

Papers

Unified Preference Optimization: Language Model Alignment Beyond the Preference Frontier

2024-05-28 · Anirudhan Badrinath, Prabhat Agarwal, Jiajing Xu

For aligning large language models (LLMs), prior work has leveraged reinforcement learning via human feedback (RLHF) or variations of direct preference optimization (DPO). While DPO offers a simpler framework based on maximum likelihood estimation, it compromises on the ability to easily tune language models to maximize auxiliary, non-preferential objectives according to the LLM designer's preferences (e.g., tuning lexical style or minimizing specific kinds of harmful content). Critically, these designer objectives may not be amply human-labeled or represented in available data, align with user preferences, or even be able to be captured tractably by binary preference pairs. To leverage the simplicity and performance of DPO with the generality of RL, we propose a unified approach. Based on a simple decomposition of preference and auxiliary objectives, we allow for tuning LLMs to optimize user and designer preferences without any additional specialized or preference data, computational cost, stability ``tweaks'', or training instability. The proposed method, Unified Preference Optimization, shows the ability to effectively generalize to user preferences and auxiliary objectives, while preserving or surpassing alignment performance on challenging benchmarks across a range of model sizes.

📄 PDF Abstract BibTeX arXiv:2405.17956

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingOffline RL

Methods 이 논문이 사용한 방법론

DPO 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

Beyond Pairwise: Empowering LLM Alignment With Ranked Choice Modeling

2025-10-24 · Yuxuan Tang, Yifan Feng arxiv

Alignment of large language models (LLMs) has predominantly relied on pairwise preference optimization, where annotators select the better of two responses to a prompt. While simple, this approach overlooks the opportuni…

ULMA: Unified Language Model Alignment with Human Demonstration and Point-wise Preference

2023-12-05 · Tianchi Cai, Xierui Song, Jiyan Jiang, Fei Teng 외

Aligning language models to human expectations, e.g., being helpful and harmless, has become a pressing challenge for large language models. A typical alignment procedure consists of supervised fine-tuning and preference…

Language ModelingLanguage ModellingLarge Language Model

Language Chain in Alignment: Cross-lingual Ranking Preference Optimization

2026-08-24 · Seungyoon Lee, Minhyuk Kim, Jungseob Lee, Heuiseok Lim arxiv

The alignment of Large Language Models heavily relies on English-centric high-quality preference data, which often leads to suboptimal performance in other languages. In this paper, we propose Cross-lingual Ranking Prefe…

AMPO: Active Multi-Preference Optimization

2025-02-25 · Taneesh Gupta, Rahul Madhavan, Xuchao Zhang, Chetan Bansal 외

Multi-preference optimization enriches language-model alignment beyond pairwise preferences by contrasting entire sets of helpful and undesired responses, thereby enabling richer training signals for large language model…

Language ModelingLanguage Modelling

Beyond One-Preference-Fits-All Alignment: Multi-Objective Direct Preference Optimization

2023-10-05 · Zhanhui Zhou, Jie Liu, Jing Shao, Xiangyu Yue 외

A single language model, even when aligned with labelers through reinforcement learning from human feedback (RLHF), may not suit all human preferences. Recent approaches therefore prefer customization, gathering multi-di…

AllLanguage ModelingLanguage ModellingLong Form Question Answering+2