paper-with-me

Papers

Beyond Confidence: Adaptive and Coherent Decoding for Diffusion Language Models

2025-11-26 · Kecheng Chen, Ziru Liu, Xijia Tao, Hui Liu, Xinyu Fu, Suiyun Zhang, Dandan Tu, Lingpeng Kong, Rui Liu, Haoliang Li arxiv

Diffusion Language Models (DLMs) have recently achieved significant success due to their any-order generation capabilities. However, existing inference methods typically rely on local, immediate-step metrics such as confidence or entropy which inherently lack a more reliable perspective. This limitation frequently leads to inconsistent sampling trajectories and suboptimal generation quality. To address this, we propose Coherent Contextual Decoding (CCD), a novel inference framework built upon two core innovations. First, CCD employs a trajectory rectification mechanism that leverages historical context to enhance sequence coherence, enabling the early rejection of suboptimal paths. We demonstrate that this mechanism is theoretically equivalent to modeling the consistency of historical steps via the conditional mutual information between context and token predictions. Building on this theoretical insight, we further address the inefficiency of conventional uniform decoding budgets. Instead of rigid allocations based on diffusion steps, we introduce an adaptive sampling strategy that dynamically adjusts the unmasking budget for each step according to our consistency metric. Consequently, our method significantly improves the quality of generation trajectories while accelerating the sampling process. Empirically, our method achieves a simultaneous enhancement in both inference speed and performance across diverse benchmarks on Dream and LLaDA, delivering up to 3.48x speedup alongside 3.91% performance improvement.

📄 PDF Abstract BibTeX arXiv:2512.02044

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AdaBlock-dLLM: Semantic-Aware Diffusion LLM Inference via Adaptive Block Size

2025-09-30 · Guanxi Lu, Hao Mark Chen, Yuto Karashima, Zhican Wang 외 arxiv

Diffusion-based large language models (dLLMs) are gaining attention for their inherent capacity for parallel decoding, offering a compelling alternative to autoregressive LLMs. Among various decoding strategies, block-wi…

Escaping Confidence Trap: Evolutionary Decoding for Mathematical Reasoning in Diffusion LLMs

2026-08-01 · Zhenhong Sun, Hanqing Zhao, Yatao Bian, Rongcheng Tu 외 arxiv

Diffusion large language models (dLLMs) have emerged as a promising alternative to autoregressive LLMs, offering efficient generation through block-wise progressive unmasking. However, their strong general-purpose perfor…

Mathematical Reasoning

Beyond Static Cutoffs: One-Shot Dynamic Thresholding for Diffusion Language Models

2025-11-03 · Jucheng Shen, Yeonju Ro arxiv

Masked diffusion language models (MDLMs) are becoming competitive with their autoregressive counterparts but typically decode with fixed steps and sequential unmasking. To accelerate decoding, recent work such as Fast-dL…

Advancing Block Diffusion Language Models for Test-Time Scaling

2026-02-10 · Yi Lu, Deyang Kong, Jianing Wang, Linsen Guo 외 arxiv

Recent advances in block diffusion language models have demonstrated competitive performance and strong scalability on reasoning tasks. However, existing BDLMs have limited exploration under the test-time scaling setting…

WavefrontDiffusion: Dynamic Decoding Schedule for Improved Reasoning

2025-11-22 · Haojin Yang, Rui Hu, Zequn Sun, Rui Zhou 외 arxiv

Diffusion Language Models (DLMs) have shown strong potential for text generation and are becoming a competitive alternative to autoregressive models. The denoising strategy plays an important role in determining the qual…

Code GenerationText Generation