Online Merging Optimizers for Boosting Rewards and Mitigating Tax in Alignment
Keming Lu, Bowen Yu, Fei Huang, Yang Fan, Runji Lin, Chang Zhou
TL;DR
This work tackles RLHF alignment tax by introducing Online Merging Optimizers that augment each RLHF update with the SFT reference delta $\tau_r$, via sparsified gradient consolidation (OnDARE) or sign-consensus (OnTIES). By online merging at every step, the method achieves higher alignment rewards while mitigating forgetting, and demonstrates strong, cross-backbone, cross-algorithm effectiveness across 14 benchmarks. The paper also links online/offline merging through Step-K variants and shows KL constraints can complement online merging to further balance reward and stability. Overall, the approach provides a practical optimizer to improve human-aligned behavior in LLMs while preserving foundational capabilities, with potential applicability to continual learning scenarios.
Abstract
Effectively aligning Large Language Models (LLMs) with human-centric values while preventing the degradation of abilities acquired through Pre-training and Supervised Fine-tuning (SFT) poses a central challenge in Reinforcement Learning from Human Feedback (RLHF). In this paper, we first discover that interpolating RLHF and SFT model parameters can adjust the trade-off between human preference and basic capabilities, thereby reducing the alignment tax at the cost of alignment reward. Inspired by this, we propose integrating the RL policy and SFT models at each optimization step in RLHF to continuously regulate the training direction, introducing the Online Merging Optimizer. Specifically, we merge gradients with the parameter differences between SFT and pretrained models, effectively steering the gradient towards maximizing rewards in the direction of SFT optimization. We demonstrate that our optimizer works well with different LLM families, such as Qwen and LLaMA, across various model sizes ranging from 1.8B to 8B, various RLHF algorithms like DPO and KTO, and existing model merging methods. It significantly enhances alignment reward while mitigating alignment tax, achieving higher overall performance across 14 benchmarks.
