Plan, Verify and Fill: A Structured Parallel Decoding Approach for Diffusion Language Models
Miao Li, Hanyang Jiang, Sikai Chen, Hengyu Fu, Yuhang Cai, Baihe Huang, Tinghan Ye, Xuanzhou Chen, Pascal Van Hentenryck
TL;DR
Diffusion Language Models enable parallel, global decoding but current strategies are largely reactive. PVF introduces a training-free Plan-Verify-Fill approach that explicitly builds a high-level structural skeleton via planning tokens and verifies them with an impact-set before filling details, using an autoregressive fallback when planning stalls. The method yields major efficiency gains, reducing the Number of Function Evaluations ($NFE$) by up to 65% on several benchmarks while maintaining accuracy, and demonstrates model-agnostic robustness across LLaDA-8B-Instruct and Dream-7B-Instruct. PVF achieves these results through a dual-route architecture, automated discovery of planning tokens via structural distillation, and a safety-first verification regime, with potential future work in training-aware structure alignment to further boost speed and reliability.
Abstract
Diffusion Language Models (DLMs) present a promising non-sequential paradigm for text generation, distinct from standard autoregressive (AR) approaches. However, current decoding strategies often adopt a reactive stance, underutilizing the global bidirectional context to dictate global trajectories. To address this, we propose Plan-Verify-Fill (PVF), a training-free paradigm that grounds planning via quantitative validation. PVF actively constructs a hierarchical skeleton by prioritizing high-leverage semantic anchors and employs a verification protocol to operationalize pragmatic structural stopping where further deliberation yields diminishing returns. Extensive evaluations on LLaDA-8B-Instruct and Dream-7B-Instruct demonstrate that PVF reduces the Number of Function Evaluations (NFE) by up to 65% compared to confidence-based parallel decoding across benchmark datasets, unlocking superior efficiency without compromising accuracy.
