Lookahead Path Likelihood Optimization for Diffusion LLMs
Xuejie Liu, Yap Vit Chun, Yitao Liang, Anji Liu
TL;DR
Diffusion LLMs enable arbitrary-order generation but decoding quality hinges on the unmasking trajectory. The paper introduces Path LL as a trajectory-aware objective that correlates with downstream accuracy, and POKE as an efficient lookahead estimator; these feed into a Sequential Monte Carlo search (POKE-SMC) to dynamically identify high-quality unmasking paths. Empirical results on LLaDA-8B-Instruct and LLaDA-1.5-8B across six reasoning benchmarks show consistent accuracy gains and favorable accuracy–compute Pareto frontiers compared to decoding-time scaling baselines. The approach highlights the value of trajectory-aware objectives and principled lookahead in diffusion-based decoding, offering a scalable path to improved inference-time performance for dLLMs.
Abstract
Diffusion Large Language Models (dLLMs) support arbitrary-order generation, yet their inference performance critically depends on the unmasking order. Existing strategies rely on heuristics that greedily optimize local confidence, offering limited guidance for identifying unmasking paths that are globally consistent and accurate. To bridge this gap, we introduce path log-likelihood (Path LL), a trajectory-conditioned objective that strongly correlates with downstream accuracy and enables principled selection of unmasking paths. To optimize Path LL at inference time, we propose POKE, an efficient value estimator that predicts the expected future Path LL of a partial decoding trajectory. We then integrate this lookahead signal into POKE-SMC, a Sequential Monte Carlo-based search framework for dynamically identifying optimal unmasking paths. Extensive experiments across 6 reasoning tasks show that POKE-SMC consistently improves accuracy, achieving 2%--3% average gains over strong decoding-time scaling baselines at comparable inference overhead on LLaDA models and advancing the accuracy--compute Pareto frontier.
