Beyond Surface Reasoning: Unveiling the True Long Chain-of-Thought Capacity of Diffusion Large Language Models
Qiguang Chen, Hanjing Li, Libo Qin, Dengyun Peng, Jinhao Liu, Jiangyi Wang, Chengyue Wu, Xie Chen, Yantao Du, Wanxiang Che
TL;DR
This work formalizes the Parallel–Sequential Contradiction (PSC) in diffusion large language models (DLLMs), showing that parallel decoding yields high entropy and superficial parallelism, while genuine long chain-of-thought (Long CoT) reasoning devolves into autoregressive-like processing as tasks grow more complex. It introduces three inference-time scaling dimensions—parallel, diffusion, and sequential—and demonstrates that diffusion and sequential scaling are upper-bounded by PSC, whereas parallel scaling remains viable but computationally costly. The authors quantify DLLM behavior across simple versus complex reasoning, reveal an efficiency gap relative to autoregressive models, and propose mitigations (parallel-focused prompting, diffusion early stopping, and parallel scaling) to alleviate PSC and improve both accuracy and throughput. These findings have practical implications for designing PSC-aware prompting strategies and architectural decisions to enable more reliable long-horizon reasoning with DLLMs. Overall, the paper provides a PSC-centered framework to analyze and enhance DLLM reasoning performance in real-world, long-form tasks.
Abstract
Recently, Diffusion Large Language Models (DLLMs) have offered high throughput and effective sequential reasoning, making them a competitive alternative to autoregressive LLMs (ALLMs). However, parallel decoding, which enables simultaneous token updates, conflicts with the causal order often required for rigorous reasoning. We first identify this conflict as the core Parallel-Sequential Contradiction (PSC). Behavioral analyses in both simple and complex reasoning tasks show that DLLMs exhibit genuine parallelism only for directly decidable outputs. As task difficulty increases, they revert to autoregressive-like behavior, a limitation exacerbated by autoregressive prompting, which nearly doubles the number of decoding steps with remasking without improving quality. Moreover, PSC restricts DLLMs' self-reflection, reasoning depth, and exploratory breadth. To further characterize PSC, we introduce three scaling dimensions for DLLMs: parallel, diffusion, and sequential. Empirically, while parallel scaling yields consistent improvements, diffusion and sequential scaling are constrained by PSC. Based on these findings, we propose several practical mitigations, parallel-oriented prompting, diffusion early stopping, and parallel scaling, to reduce PSC-induced ineffectiveness and inefficiencies.
