Leveraging Robust Optimization for LLM Alignment under Distribution Shifts
Mingye Zhu, Yi Liu, Zheren Fu, Yongdong Zhang, Zhendong Mao
TL;DR
The paper addresses distribution shifts in LLM preference alignment caused by synthetic data, introducing DoRA, a distribution-aware robust optimization framework. DoRA combines per-sample calibration from probabilistic classifiers with a KL-DRO objective to emphasize data regions aligned with the target human distribution while downweighting misaligned samples; the method yields a tractable dual form and is designed as a modular plug-in. The authors formalize the mixture response shift $P(y|x)=\alpha Q_0(y|x)+\sum_i\beta_i Q_i(y|x)$ and derive the DoRA objective, including a calibrated weighting term $\tilde{h}(\mathbf{z})$, enabling principled robustness control. Empirically, DoRA improves alignment performance across pairwise and listwise settings, enhances reward-confidence correlation, and demonstrates robustness to corruption, label noise, and online adaptation, suggesting broad applicability to real-world alignment challenges.
Abstract
Preference alignment methods are increasingly critical for steering large language models (LLMs) to generate outputs consistent with human values. While recent approaches often rely on synthetic data generated by LLMs for scalability and cost-efficiency reasons, this reliance can introduce distribution shifts that undermine the nuanced representation of human preferences needed for desirable outputs. In this paper, we propose a novel distribution-aware optimization framework that improves preference alignment despite such shifts. Our approach first leverages well-learned classifiers to assign a calibration value to each training sample, quantifying its alignment with the target human-preferred distribution. These values are then incorporated into a robust optimization objective that minimizes the worst-case loss over regions of the data space most relevant to human preferences. By explicitly focusing optimization on the target distribution, our approach mitigates the impact of distributional mismatch and improves the generation of responses that better reflect intended values.
