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

Fengqi Zhu, Rongzheng Wang, Shen Nie, Xiaolu Zhang, Chunwei Wu, Jun Hu, Jun Zhou, Jianfei Chen, Yankai Lin, Jirong Wen, Chongxuan Li

arXiv:2505.19223 · 2026-07-27 공개 · arXiv · PDF

reinforcement-learning diffusion-models code-generation mathematical-reasoning language-modeling preference-optimization llada alignment-benchmarks

Abstract

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/.

한국어 요약

한 줄 요약

LLaDA 1.5는 ELBO 기반의 Variance-Reduced Preference Optimization(VRPO)를 통해 수학, 코드, 정렬 작업에서 기존 모델 대비 1~4.7% 성능 향상.

핵심 기여도

핵심 아이디어

기존 MDM 정렬 연구는 ELBO 기반의 로그-우도 추정치의 높은 분산 문제를 해결하지 못한 채 DPO를 적용하려는 시도가 부족했다. 본 연구는 ELBO 추정치의 분산이 DPO 손실과 그라디언트의 편향과 분산에 직접적인 영향을 미친다는 이론적 통찰을 제시한다. 이를 바탕으로 VRPO는 ELBO 추정 분산을 줄이는 3가지 무편향 전략을 제안: (1) ELBO 샘플링 예산 증가, (2) 시간 단계별 최적 샘플 할당, (3) 모델 정책과 참조 정책 간 antithetic 샘플링. 이는 DPO 알고리즘의 수렴 안정성과 정확도를 동시에 향상시킨다.

기술적 접근법

주요 결과

의의 및 한계

LLaDA 1.5는 MDM이 RL 기반 정렬 알고리즘과 호환 가능함을 입증하며, ELBO 기반 추정 분산 제어가 정렬 성능에 결정적임을 실증적으로 보여준다. VRPO는 DPO 외에도 다른 정렬 알고리즘으로 확장 가능하며, MDM 정렬 연구의 이론적·실용적 기반을 제공한다. 그러나 VRPO는 추가 계산 자원이 필요하며, 일부 벤치마크(예: MTBench, Arena-Hard)에서는 개선 폭이 제한적임. 이는 데이터 다양성과 모델 구조에 따라 달라질 수 있는 것으로 추정된다.

실용적 활용

LLaDA 1.5는 수학 문제 해결, 코드 생성, 대화 정렬 등 다양한 NLP 작업에 적용 가능하며, 특히 ELBO 기반 추정 분산이 큰 MDM 정렬 작업에서 VRPO 적용이 효과적이다. 산업적으로는 대규모 언어 모델의 인간 정렬을 요구하는 챗봇, 코드 생성 도구, 교육 AI 등에 활용 가능하다.