Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

d1: Scaling Reasoning in Diffusion Large Language Models via Reinforcement Learning

About

Recent large language models (LLMs) have demonstrated strong reasoning capabilities that benefits from online reinforcement learning (RL). These capabilities have primarily been demonstrated within the left-to-right autoregressive (AR) generation paradigm. In contrast, non-autoregressive paradigms based on diffusion generate text in a coarse-to-fine manner. Although recent diffusion-based large language models (dLLMs) have achieved competitive language modeling performance compared to their AR counterparts, it remains unclear if dLLMs can also leverage recent advances in LLM reasoning. To this end, we propose d1, a framework to adapt pre-trained masked dLLMs into reasoning models via a combination of supervised finetuning (SFT) and RL. Specifically, we develop and extend techniques to improve reasoning in pretrained dLLMs: (a) we utilize a masked SFT technique to distill knowledge and instill self-improvement behavior directly from existing datasets, and (b) we introduce a novel critic-free, policy-gradient based RL algorithm called diffu-GRPO, the first integration of policy gradient methods to masked dLLMs. Through empirical studies, we investigate the performance of different post-training recipes on multiple mathematical and planning benchmarks. We find that d1 yields the best performance and significantly improves performance of a state-of-the-art dLLM. Our code is released at https://dllm-reasoning.github.io/.

Siyan Zhao, Devaansh Gupta, Qinqing Zheng, Aditya Grover• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy82
983
Mathematical ReasoningGSM8K (test)
Accuracy82.1
797
Mathematical ReasoningMATH500 (test)
Accuracy40.2
381
Mathematical ReasoningGSM8K
Accuracy82.1
351
Mathematical ReasoningMATH 500
Accuracy40.8
155
Code GenerationHumanEval+ (test)
Pass@137.2
81
Mathematical ReasoningMATH 500
Accuracy40.2
73
PlanningSudoku
Accuracy69.7
68
PlanningCountdown
Accuracy37.5
68
Logical reasoningSudoku
Accuracy23.82
44
Showing 10 of 39 rows

Other info

Follow for update