paper-with-me

Papers

WavefrontDiffusion: Dynamic Decoding Schedule for Improved Reasoning

2025-11-22 · Haojin Yang, Rui Hu, Zequn Sun, Rui Zhou, Yujun Cai, Yiwei Wang 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 quality of their outputs. Mainstream denoising strategies include Standard Diffusion and BlockDiffusion. Standard Diffusion performs global denoising without restricting the update range, often finalizing incomplete context and causing premature end-of-sequence predictions. BlockDiffusion updates fixed-size blocks in a preset order, but its rigid structure can break apart coherent semantic units and disrupt reasoning. We present WavefrontDiffusion, a dynamic decoding approach that expands a wavefront of active tokens outward from finalized positions. This adaptive process follows the natural flow of semantic structure while keeping computational cost equal to block-based methods. Across four benchmarks in reasoning and code generation, WavefrontDiffusion achieves state-of-the-art performance while producing outputs with higher semantic fidelity, showing the value of adaptive scheduling for more coherent and efficient generation.

📄 PDF Abstract BibTeX arXiv:2511.19473

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationText Generation

Similar Papers 제목 키워드 기반

SEED: Accelerating Reasoning Tree Construction via Scheduled Speculative Decoding

2024-06-26 · Zhenglin Wang, Jialong Wu, Yilong Lai, Congzhi Zhang 외

Large Language Models (LLMs) demonstrate remarkable emergent abilities across various tasks, yet fall short of complex reasoning and planning tasks. The tree-search-based reasoning methods address this by surpassing the …

GPUManagement

DiffCoT: Diffusion-styled Chain-of-Thought Reasoning in LLMs

2026-01-07 · Shidong Cao, Hongzhan Lin, Yuxuan Gu, Ziyang Luo 외 arxiv

Chain-of-Thought (CoT) reasoning improves multi-step mathematical problem solving in large language models but remains vulnerable to exposure bias and error accumulation, as early mistakes propagate irreversibly through …

Dynamic Oracle for Neural Machine Translation in Decoding Phase

2017-09-19 · LREC 2018 5 · Zi-Yi Dou, Hao Zhou, Shu-Jian Huang, Xin-yu Dai 외

The past several years have witnessed the rapid progress of end-to-end Neural Machine Translation (NMT). However, there exists discrepancy between training and inference in NMT when decoding, which may lead to serious pr…

Machine TranslationNMTTranslation

Scheduled Sampling Based on Decoding Steps for Neural Machine Translation

2021-08-30 · EMNLP 2021 11 · Yijin Liu, Fandong Meng, Yufeng Chen, Jinan Xu 외

Scheduled sampling is widely used to mitigate the exposure bias problem for neural machine translation. Its core motivation is to simulate the inference scene during training by replacing ground-truth tokens with predict…

Machine TranslationText SummarizationTranslation

T$^\star$: Progressive Block Scaling for Masked Diffusion Language Models Through Trajectory Aware Reinforcement Learning

2026-01-16 · Hanchen Xia, Baoyou Chen, Yutang Ge, Guojiang Zhao 외 arxiv

We present T$^\star$, a simple TraceRL-based training curriculum for progressive block-size scaling in masked diffusion language models (MDMs). Starting from an AR-initialized small-block MDM, T$^\star$ transitions smoot…

Reinforcement Learning