LGAIMLJul 7, 2025

wd1: Weighted Policy Optimization for Reasoning in Diffusion Language Models

arXiv:2507.08838v149 citationsh-index: 24
Originality Highly original
AI Analysis

This addresses the challenge of applying reinforcement learning to dLLMs for reasoning tasks, offering a more efficient and effective method for researchers and practitioners in AI.

The paper tackles the problem of improving reasoning in diffusion-based large language models (dLLMs) by introducing wd1, a policy optimization method that reduces computational overhead and bias, achieving up to 16% higher accuracy on reasoning benchmarks without supervised fine-tuning.

Improving the reasoning capabilities of diffusion-based large language models (dLLMs) through reinforcement learning (RL) remains an open problem. The intractability of dLLMs likelihood function necessitates approximating the current, old, and reference policy likelihoods at each policy optimization step. This reliance introduces additional computational overhead and lead to potentially large bias -- particularly when approximation errors occur in the denominator of policy ratios used for importance sampling. To mitigate these issues, we introduce $\mathtt{wd1}$, a novel policy optimization approach that reformulates the objective as a weighted likelihood, requiring only a single approximation for the current parametrized policy likelihood. Experiments on widely used reasoning benchmarks demonstrate that $\mathtt{wd1}$, without supervised fine-tuning (SFT) or any supervised data, outperforms existing RL methods for dLLMs, achieving up to 16% higher accuracy. $\mathtt{wd1}$ delivers additional computational gains, including reduced training time and fewer function evaluations (NFEs) per gradient step. These findings, combined with the simplicity of method's implementation and R1-Zero-like training (no SFT), position $\mathtt{wd1}$ as a more effective and efficient method for applying RL to dLLMs reasoning.

Foundations

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

Your Notes