Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Simple Policy Gradients for Reasoning with Diffusion Language Models

About

Diffusion large language models (dLLMs) represent a promising alternative to autoregressive LLMs; however, the lack of effective post-training techniques, including reinforcement learning (RL), remains a key challenge for dLLMs, especially for downstream applications. Existing approaches often rely on a sequence-level view that requires biased likelihood approximations. In this work, we propose Amortized Group Relative Policy Optimization (AGRPO), a policy gradient algorithm that leverages the Markovian nature of dLLMs, optimizing individual denoising steps rather than full sequences. Our approach improves alignment between the trained policy and the inference process and also admits efficient, unbiased gradient updates via a novel timestep estimation scheme. We demonstrate AGRPO's effectiveness on different math and reasoning tasks, achieving absolute accuracy gains of +59.4\% and +69.7\% on Countdown and Sudoku over the base LLaDA model, exceeding comparable methods such as diffu-GRPO. Code is available at https://github.com/probablyabot/agrpo.

Anthony Zhan• 2025

Related benchmarks

TaskDatasetResultRank
Commonsense ReasoningWinoGrande
Accuracy87.3
1581
Code GenerationHumanEval
Pass@175.3
1048
Physical Commonsense ReasoningPIQA
Accuracy85.6
724
Code GenerationHumanEval+
Pass@170.2
393
Mathematical ReasoningMATH
Accuracy36.1
338
Science ReasoningGPQA
Accuracy27.3
243
Code GenerationMBPP+
Pass@171.7
238
Common Sense ReasoningHellaSwag
Accuracy85.1
213
Code GenerationMBPP
Pass@180.3
211
Code GenerationEvalPlus
Pass@169.3
118
Showing 10 of 12 rows

Other info

Follow for update