English

Decoding-time Realignment of Language Models

Machine Learning 2024-05-27 v2 Artificial Intelligence Computation and Language

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.

Keywords

Cite

@article{arxiv.2402.02992,
  title  = {Decoding-time Realignment of Language Models},
  author = {Tianlin Liu and Shangmin Guo and Leonardo Bianco and Daniele Calandriello and Quentin Berthet and Felipe Llinares and Jessica Hoffmann and Lucas Dixon and Michal Valko and Mathieu Blondel},
  journal= {arXiv preprint arXiv:2402.02992},
  year   = {2024}
}

Comments

In Proceedings of the 41st International Conference on Machine Learning (ICML 2024)

R2 v1 2026-06-28T14:38:30.934Z