On-the-fly Preference Alignment via Principle-Guided Decoding
Mingye Zhu, Yi Liu, Lei Zhang, Junbo Guo, Zhendong Mao
TL;DR
OPAD introduces On-the-fly Preference Alignment via Principle-Guided Decoding, a tuning-free framework that aligns model outputs with human principles during inference by maximizing a principle-guided reward under a KL constraint between the constrained and unconstrained policies. The reward is a token-level, sequential KL divergence term that captures residual alignment, enabling a per-token update: $p_{\theta}(\mathbf{y}_t|\mathbf{x},c,\mathbf{y}_{<t}) = \frac{1}{Z} \pi_{\theta}(\mathbf{y}_t|\mathbf{x},c,\mathbf{y}_{<t}) \exp( r_{\pi_{\theta}}(\mathbf{x},\mathbf{y}_{<t},c)/\beta )$, with a tractable partition function $Z$. Empirical results across general and personalized alignment tasks show OPAD can be competitive or superior to RLHF- and decoding-based baselines, while producing a larger token-level distribution shift that reflects stronger principle adherence and adjustable via $\beta$. The approach offers a scalable, decoding-time method to tailor outputs to diverse principles without fine-tuning, though it relies on KL-based rewards and may risk overfitting or rigidity in ambiguous contexts.
Abstract
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.
