Navigating the Alignment-Calibration Trade-off: A Pareto-Superior Frontier via Model Merging
Tiancheng Hu, Benjamin Minixhofer, Nigel Collier
TL;DR
The paper addresses the alignment tax by showing that post-training calibration degrades alongside performance, leading to overconfident, less reliable outputs. It introduces a simple, post-hoc model merging approach between a pre-trained base and its instruction-tuned version, using a merge coefficient $\lambda \in [0,1]$ to navigate the alignment-calibration frontier. The key finding is the consistent emergence of Pareto-superior interpolations that match or exceed both parents in accuracy while partially restoring calibration, with stronger effects as models scale. This approach offers a practical, computationally cheap path to producing LLMs that are simultaneously more capable and more reliable across model families and merge methods.
Abstract
The "alignment tax" of post-training is typically framed as a drop in task accuracy. We show it also involves a severe loss of calibration, making models overconfident, less reliable, and model outputs less diverse. We show that this trade-off can be navigated effectively via a simple post-hoc intervention: interpolating between a model's weights before and after alignment. Crucially, this is not a strict trade-off. We find that the process consistently reveals Pareto-optimal interpolations - models that improve accuracy beyond both parents while substantially recovering the calibration lost during alignment. Our work demonstrates that simple model merging provides a computationally efficient method for mitigating the full scope of the alignment tax, yielding models that are more capable and more reliable.
