LGMay 25, 2025

LLaDA 1.5: Variance-Reduced Preference Optimization for Large Language Diffusion Models

arXiv:2505.19223v2213 citationsh-index: 11
Originality Highly original
AI Analysis

This work addresses the problem of high variance in preference optimization for language diffusion models, enabling better alignment for AI applications, though it is incremental as it builds on existing MDM frameworks.

The paper tackles the challenge of aligning masked diffusion models (MDMs) like LLaDA with human preferences by proposing Variance-Reduced Preference Optimization (VRPO), which reduces variance in likelihood estimates and leads to LLaDA 1.5 achieving significant performance gains, such as +4.7 on GSM8K and +3.0 on HumanEval.

While Masked Diffusion Models (MDMs), such as LLaDA, present a promising paradigm for language modeling, there has been relatively little effort in aligning these models with human preferences via reinforcement learning. The challenge primarily arises from the high variance in Evidence Lower Bound (ELBO)-based likelihood estimates required for preference optimization. To address this issue, we propose Variance-Reduced Preference Optimization (VRPO), a framework that formally analyzes the variance of ELBO estimators and derives bounds on both the bias and variance of preference optimization gradients. Building on this theoretical foundation, we introduce unbiased variance reduction strategies, including optimal Monte Carlo budget allocation and antithetic sampling, that significantly improve the performance of MDM alignment. We demonstrate the effectiveness of VRPO by applying it to LLaDA, and the resulting model, LLaDA 1.5, outperforms its SFT-only predecessor consistently and significantly across mathematical (GSM8K +4.7), code (HumanEval +3.0, MBPP +1.8), and alignment benchmarks (IFEval +4.0, Arena-Hard +4.3). Furthermore, LLaDA 1.5 demonstrates a highly competitive mathematical performance compared to strong language MDMs and ARMs. Project page: https://ml-gsai.github.io/LLaDA-1.5-Demo/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes