Decoding-time Realignment of Language Models
Tianlin Liu, Shangmin Guo, Leonardo Bianco, Daniele Calandriello, Quentin Berthet, Felipe Llinares, Jessica Hoffmann, Lucas Dixon, Michal Valko, Mathieu Blondel
TL;DR
Decoding-time realignment (DeRa) enables exploring KL-regularized alignment strengths for language models at decoding time without retraining, addressing the costly hyperparameter sweep typical in RLHF. The authors show that different KL strengths induce geometric mixtures of a base (SFT) model and an aligned model, and they derive an autoregressive per-token approximation that blends logits to sample from these mixtures efficiently. Through experiments in summarization, hallucination mitigation, and chat tasks, DeRa demonstrates controllable alignment, effective hyperparameter guidance, and strong agreement with retrained baselines, while reducing computational overhead. Overall, DeRa offers a practical, interpretable tool to balance alignment quality and fluency, enabling user- and task-specific tuning without retraining every candidate configuration.
Abstract
Aligning language models with human preferences is crucial for reducing errors and biases in these models. Alignment techniques, such as reinforcement learning from human feedback (RLHF), are typically cast as optimizing a tradeoff between human preference rewards and a proximity regularization term that encourages staying close to the unaligned model. Selecting an appropriate level of regularization is critical: insufficient regularization can lead to reduced model capabilities due to reward hacking, whereas excessive regularization hinders alignment. Traditional methods for finding the optimal regularization level require retraining multiple models with varying regularization strengths. This process, however, is resource-intensive, especially for large models. To address this challenge, we propose decoding-time realignment (DeRa), a simple method to explore and evaluate different regularization strengths in aligned models without retraining. DeRa enables control over the degree of alignment, allowing users to smoothly transition between unaligned and aligned models. It also enhances the efficiency of hyperparameter tuning by enabling the identification of effective regularization strengths using a validation dataset.
