wd1: Weighted Policy Optimization for Reasoning in Diffusion Language Models
Xiaohang Tang, Rares Dolga, Sangwoong Yoon, Ilija Bogunovic

TL;DR
This paper introduces wd1, a novel ratio-free policy optimization method for diffusion-based large language models, improving reasoning capabilities with lower computational cost and state-of-the-art accuracy on math benchmarks.
Contribution
The paper proposes wd1, a new ratio-free RL approach reformulating the objective as weighted log-likelihood, enhancing efficiency and performance in diffusion LLMs.
Findings
wd1 outperforms previous diffusion-based methods with up to 59% accuracy improvement.
wd1++ achieves state-of-the-art results on MATH500 and GSM8K benchmarks.
The method reduces computational overhead and variance in policy optimization.
Abstract
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 can lead to large variance and estimation error in RL objective -- particularly in computing the policy ratio for importance sampling. To mitigate these issues, we introduce wd1, a novel ratio-free policy optimization approach that reformulates the RL objective as a weighted log-likelihood, requiring only a single approximation for the current parametrized policy likelihood. We formally show that our proposed method can be interpreted as energy-guided discrete diffusion training combined with negative sample unlearning,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques
