Relative Density Ratio Optimization for Stable and Statistically Consistent Model Alignment

arXiv cs.LG / 4/7/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that common language-model alignment methods relying on assumed human preference models (e.g., Bradley–Terry) may be misspecified and therefore not statistically consistent with true human preferences.
  • It contrasts DDRO’s lack of stability—where estimated density ratios can diverge and destabilize training—with a new method based on a bounded “relative density ratio” using a mixture of preferred and non-preferred data.
  • The proposed approach is designed to be both stable (the relative density ratio is bounded above) and statistically consistent, offering tighter convergence guarantees than DDRO.
  • Experiments on Qwen 2.5 and Llama 3 are reported to demonstrate the method’s effectiveness in alignment settings.

Abstract

Aligning language models with human preferences is essential for ensuring their safety and reliability. Although most existing approaches assume specific human preference models such as the Bradley-Terry model, this assumption may fail to accurately capture true human preferences, and consequently, these methods lack statistical consistency, i.e., the guarantee that language models converge to the true human preference as the number of samples increases. In contrast, direct density ratio optimization (DDRO) achieves statistical consistency without assuming any human preference models. DDRO models the density ratio between preferred and non-preferred data distributions using the language model, and then optimizes it via density ratio estimation. However, this density ratio is unstable and often diverges, leading to training instability of DDRO. In this paper, we propose a novel alignment method that is both stable and statistically consistent. Our approach is based on the relative density ratio between the preferred data distribution and a mixture of the preferred and non-preferred data distributions. Our approach is stable since this relative density ratio is bounded above and does not diverge. Moreover, it is statistically consistent and yields significantly tighter convergence guarantees than DDRO. We experimentally show its effectiveness with Qwen 2.5 and Llama 3.