paper-with-me

홈 › Papers

Finish First, Perfect Later: Test-Time Token-Level Cross-Validation for Diffusion Large Language Models

2025-10-06 · Runchu Tian, Junxia Cui, Xueqiang Xu, Feng Yao, Jingbo Shang arxiv

Diffusion large language models (dLLMs) have recently emerged as a promising alternative to autoregressive (AR) models, offering advantages such as accelerated parallel decoding and bidirectional context modeling. However, the vanilla decoding strategy in discrete dLLMs suffers from a critical limitation: once a token is accepted, it can no longer be revised in subsequent steps. As a result, early mistakes persist across iterations, harming both intermediate predictions and final output quality. To address this issue, we propose Tolerator (Token-Level Cross-Validation Refinement), a training-free decoding strategy that leverages cross-validation among predicted tokens. Unlike existing methods that follow a single progressive unmasking procedure, Tolerator introduces a two-stage process: (i) sequence fill-up and (ii) iterative refinement by remasking and decoding a subset of tokens while treating the remaining as context. This design enables previously accepted tokens to be reconsidered and corrected when necessary, leading to more reliable diffusion decoding outputs. We evaluate Tolerator on five standard benchmarks covering language understanding, code generation, and mathematics. Experiments show that our method achieves consistent improvements over the baselines under the same computational budget. These findings suggest that decoding algorithms are crucial to realizing the full potential of diffusion large language models. Code and data are publicly available.

📄 PDF Abstract BibTeX arXiv:2510.05090

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Benign Overfitting and Grokking in ReLU Networks for XOR Cluster Data

2023-10-04 · Zhiwei Xu, Yutong Wang, Spencer Frei, Gal Vardi 외

Neural networks trained by gradient descent (GD) have exhibited a number of surprising generalization behaviors. First, they can achieve a perfect fit to noisy training data and still generalize near-optimally, showing t…

Bilateral Guided Radiance Field Processing

2024-06-01 · Yuehao Wang, Chaoyi Wang, Bingchen Gong, Tianfan Xue

Neural Radiance Fields (NeRF) achieves unprecedented performance in synthesizing novel view synthesis, utilizing multi-view consistency. When capturing multiple inputs, image signal processing (ISP) in modern cameras wil…

NeRFNovel View SynthesisTone Mapping

Contests with sequential moves: An experimental study

2024-09-10 · Arthur B. Nelson, Dmitry Ryvkin

We study experimentally contests in which players make investment decisions sequentially, and information on prior investments is revealed between stages. Using a between-subject design, we consider all possible sequence…

When to Finish? Optimal Beam Search for Neural Text Generation (modulo beam size)

2018-08-31 · EMNLP 2017 9 · Liang Huang, Kai Zhao, Mingbo Ma

In neural text generation such as neural machine translation, summarization, and image captioning, beam search is widely used to improve the output text quality. However, in the neural generation setting, hypotheses can …

Image CaptioningMachine TranslationText GenerationTranslation

R2PS: Worst-Case Robust Real-Time Pursuit Strategies under Partial Observability

2025-11-21 · Runyu Lu, Ruochuan Shi, Yuanheng Zhu, Dongbin Zhao arxiv

Computing worst-case robust strategies in pursuit-evasion games (PEGs) is time-consuming, especially when real-world factors like partial observability are considered. While important for general security purposes, real-…

Zero-shot GeneralizationReinforcement LearningGraph Neural Network