How Sampling Shapes LLM Alignment: From One-Shot Optima to Iterative Dynamics
Yurong Chen, Yu He, Michael I. Jordan, Fan Yao
TL;DR
This work examines how sampling and reference-policy choices shape alignment of large language models under pairwise preference learning. via Identity Preference Optimization (IPO) and Direct Preference Optimization (DPO), it demonstrates that instance-dependent sampling can improve ranking guarantees while on-policy sampling can drive excessive concentration under structured preferences. It introduces iterative deployment dynamics (MRS-IPO) showing that feedback between the learned policy, sampling, and reference updates can cause convergence, oscillations, or entropy collapse, with parallel insights for DPO. Empirical evaluation on real-world preference data corroborates the theory and yields practical guidance for stabilizing iterative preference learning pipelines in practice.
Abstract
Standard methods for aligning large language models with human preferences learn from pairwise comparisons among sampled candidate responses and regularize toward a reference policy. Despite their effectiveness, the effects of sampling and reference choices are poorly understood theoretically. We investigate these effects through Identity Preference Optimization, a widely used preference alignment framework, and show that proper instance-dependent sampling can yield stronger ranking guarantees, while skewed on-policy sampling can induce excessive concentration under structured preferences. We then analyze iterative alignment dynamics in which the learned policy feeds back into future sampling and reference policies, reflecting a common practice of model-generated preference data. We prove that these dynamics can exhibit persistent oscillations or entropy collapse for certain parameter choices, and characterize regimes that guarantee stability. Our theoretical insights extend to Direct Preference Optimization, indicating the phenomena we captured are common to a broader class of preference-alignment methods. Experiments on real-world preference data validate our findings.
