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

Diffusion Language Model Inference with Monte Carlo Tree Search

About

Diffusion language models (DLMs) have recently emerged as a compelling alternative to autoregressive generation, offering parallel generation and improved global coherence. During inference, DLMs generate text by iteratively denoising masked sequences in parallel; however, determining which positions to unmask and which tokens to commit forms a large combinatorial search problem. Existing inference methods approximate this search using heuristics, which often yield suboptimal decoding paths; other approaches instead rely on additional training to guide token selection. To introduce a principled search mechanism for DLMs inference, we introduce MEDAL, an inference-time scaling framework that integrates Monte Carlo Tree SEarch initialization for Diffusion LAnguage Model inference. We employ Monte Carlo Tree Search at the initialization stage to explore promising unmasking trajectories, providing a robust starting point for subsequent refinement. This design enables efficient inference-time scaling, allowing generation quality to improve as the search budget increases, without additional training. Across multiple benchmarks, MEDAL achieves up to 22.0% improvement over existing inference strategies, establishing a new paradigm for search-based inference in DLMs.

Zheng Huang, Kiran Ramnath, Yueyan Chen, Aosong Feng, Sangmin Woo, Balasubramaniam Srinivasan, Zhichao Xu, Kang Zhou, Shuai Wang, Haibo Ding, Lin Lee Cheong• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy69
983
Code GenerationHumanEval
Pass@151
850
Language UnderstandingMMLU
Accuracy46.5
756
General KnowledgeMMLU
MMLU General Knowledge Accuracy44.5
170
Science Question AnsweringARC-C
Accuracy88.5
127
Reading ComprehensionDROP
DROP Accuracy73
103
Reading ComprehensionDROP
F1 Score71.1
55
Mathematical ReasoningCountdown
Accuracy19.2
36
Showing 8 of 8 rows

Other info

Follow for update