paper-with-me

홈 › Papers

On-the-fly Preference Alignment via Principle-Guided Decoding

2025-02-20 · Mingye Zhu, Yi Liu, Lei Zhang, Junbo Guo, Zhendong Mao

With the rapidly expanding landscape of large language models, aligning model generations with human values and preferences is becoming increasingly important. Popular alignment methods, such as Reinforcement Learning from Human Feedback, have shown significant success in guiding models with greater control. However, these methods require considerable computational resources, which is inefficient, and substantial collection of training data to accommodate the diverse and pluralistic nature of human preferences, which is impractical. These limitations significantly constrain the scope and efficacy of both task-specific and general preference alignment methods. In this work, we introduce On-the-fly Preference Alignment via Principle-Guided Decoding (OPAD) to directly align model outputs with human preferences during inference, eliminating the need for fine-tuning. Our approach involves first curating a surrogate solution to an otherwise infeasible optimization problem and then designing a principle-guided reward function based on this surrogate. The final aligned policy is derived by maximizing this customized reward, which exploits the discrepancy between the constrained policy and its unconstrained counterpart. OPAD directly modifies the model's predictions during inference, ensuring principle adherence without incurring the computational overhead of retraining or fine-tuning. Experiments show that OPAD achieves competitive or superior performance in both general and personalized alignment tasks, demonstrating its efficiency and effectiveness compared to state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2502.14204

Code (1)

stevie1023/opad 공식 구현 pytorch

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

Decoding Human Preferences in Alignment: An Improved Approach to Inverse Constitutional AI

2025-01-28 · Carl-Leander Henneking, Claas Beger

Traditional methods for aligning Large Language Models (LLMs), such as Reinforcement Learning from Human Feedback (RLHF) and Direct Preference Optimization (DPO), rely on implicit principles, limiting interpretability. C…

ARGS: Alignment as Reward-Guided Search

2024-01-23 · Maxim Khanov, Jirayu Burapacheep, Yixuan Li

Aligning large language models with human objectives is paramount, yet common approaches including RLHF suffer from unstable and resource-intensive training. In response to this challenge, we introduce ARGS, Alignment as…

Diversity

DeAL: Decoding-time Alignment for Large Language Models

2024-02-05 · James Y. Huang, Sailik Sengupta, Daniele Bonadiman, Yi-An Lai 외

Large Language Models (LLMs) are nowadays expected to generate content aligned with human preferences. Current work focuses on alignment at model training time, through techniques such as Reinforcement Learning with Huma…

DARC: Disagreement-Aware Alignment via Risk-Constrained Decoding

2026-03-09 · Mingxi Zou, Jiaxiang Chen, Junfan Li, Langzhang Liang 외 arxiv

Preference-based alignment methods (e.g., RLHF, DPO) typically optimize a single scalar objective, implicitly averaging over heterogeneous human preferences. In practice, systematic annotator and user-group disagreement …

Decision Making

Language Model Decoding as Likelihood-Utility Alignment

2022-10-13 · Martin Josifoski, Maxime Peyrard, Frano Rajic, Jiheng Wei 외

A critical component of a successful language generation pipeline is the decoding algorithm. However, the general principles that should guide the choice of a decoding algorithm remain unclear. Previous works only compar…

Language ModelingLanguage ModellingmodelText Generation