English

Enhancing Reasoning for Diffusion LLMs via Distribution Matching Policy Optimization

Machine Learning 2026-02-24 v2

Abstract

Diffusion large language models (dLLMs) are promising alternatives to autoregressive large language models (AR-LLMs), as they potentially allow higher inference throughput. Reinforcement learning (RL) is a crucial component for dLLMs to achieve comparable performance with AR-LLMs on important tasks, such as reasoning. However, RL algorithms that are well-suited for dLLMs' unique characteristics have yet to be developed. This paper proposes Distribution Matching Policy Optimization (DMPO), a principled and theoretically grounded RL fine-tuning method specifically designed to enhance the reasoning capabilities of dLLMs by matching the dLLM policy distribution to the optimal, reward-tilted one through cross-entropy optimization. We identify a key challenge in the implementation with a small training batch size and propose several effective solutions through a novel weight baseline subtraction technique. DMPO exhibits superior performance on multiple reasoning benchmarks without supervised fine-tuning, with an accuracy improvement of up to 54.3%54.3\% over previously SOTA baselines and 66.41%66.41\% over the base model, underscoring the effectiveness of the distribution matching framework. Our code is available at https://github.com/yuchen-zhu-zyc/DMPO.

Keywords

Cite

@article{arxiv.2510.08233,
  title  = {Enhancing Reasoning for Diffusion LLMs via Distribution Matching Policy Optimization},
  author = {Yuchen Zhu and Wei Guo and Jaemoo Choi and Petr Molodyk and Bo Yuan and Molei Tao and Yongxin Chen},
  journal= {arXiv preprint arXiv:2510.08233},
  year   = {2026}
}
R2 v1 2026-07-01T06:26:49.897Z