paper-with-me

Papers

Re-evaluating Confidence Remasking in Masked Diffusion Language Models

2026-06-10 · Stipe Frkovic, Metod Jazbec, Dan Zhang, Christian A. Naesseth, Ilija Bogunovic, Eric Nalisnick arxiv

Masked diffusion language models (dLLMs) have recently emerged as a competitive alternative to autoregressive language models, with the promise of faster inference via parallel token generation. A notable limitation of the masked formulation, however, is that once a token has been unmasked it can no longer be revised, leaving dLLMs vulnerable to early sampling mistakes. To address this, a growing body of work has sought to extend masked dLLMs with self-correcting (remasking) capabilities. One appealing subset of these methods does so in a training-free, post-hoc manner based on token confidences, with encouraging early reported results. In this work, we revisit the empirical evaluation of a representative post-hoc remasking method, WINO [Hong et al., 2026], and find that under standard decoding settings (shorter block lengths) it brings little-to-no benefit over confidence-based unmasking alone [Wu et al., 2025]. Extending the evaluation to non-greedy decoding, we find that while confidence-based remasking can mitigate errors introduced by increased stochasticity to some extent, it also exacerbates the diversity collapse previously reported for confidence-based unmasking. Overall, our results show that the benefits of post-hoc confidence-based remasking are highly setting-dependent, underscoring the need for a more comprehensive evaluation framework.

📄 PDF Abstract BibTeX arXiv:2606.12232

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NAVIRA: Decoupled Stochastic Remasking for Masked Diffusion Language Models

2026-06-04 · Andrey Fomenko, Maksim Kryzhanovskiy, Svetlana Glazyrina, Roman Ischenko arxiv

Masked diffusion language models generate text by iteratively unmasking many tokens in parallel, but this speed comes with a correction problem: tokens generated in the same step are predicted from marginal distributions…

Text Generation

Don't Settle Too Early: Self-Reflective Remasking for Diffusion Language Models

2025-09-28 · Zemin Huang, Yuhang Wang, Zhiyang Chen, Guo-Jun Qi arxiv

Mask-based Diffusion Language Models (DLMs) struggle to revise incorrect tokens: once a token is generated, it typically remains fixed. The key challenge is to identify potential errors in the inputs. In this paper, we p…

Reinforcement LearningText Generation

CORE: Context-Robust Remasking for Diffusion Language Models

2026-02-04 · Kevin Zhai, Sabbir Mollah, Zhenyi Wang, Mubarak Shah arxiv

Standard decoding in Masked Diffusion Models (MDMs) is hindered by context rigidity: tokens are retained based on transient high confidence, often ignoring that early predictions lack full context. This creates cascade e…

STaRR: Spatial-Temporal Token-Dynamics-Aware Responsive Remasking for Diffusion Language Models

2025-12-07 · Xinhao Sun, Huaijin Zhao, Maoliang Li, Zihao Zheng 외 arxiv

Diffusion Language Models (DLMs) enable parallel decoding via iterative denoising, where remasking strategies play a critical role in balancing inference speed and output quality. Existing methods predominantly rely on s…

Remasking Discrete Diffusion Models with Inference-Time Scaling

2025-03-01 · Guanghan Wang, Yair Schiff, Subham Sekhar Sahoo, Volodymyr Kuleshov

Part of the success of diffusion models stems from their ability to perform iterative refinement, i.e., repeatedly correcting outputs during generation. However, modern masked discrete diffusion lacks this capability: wh…