paper-with-me

Papers

Masked diffusion LLMs can use EoS tokens for hidden reasoning

2026-03-05 · Sarah Breckner, Sebastian Schuster arxiv

Diffusion LLMs have been proposed as an alternative to autoregressive LLMs. Curiously, they are especially capable if the generation length, i.e., the number of tokens the model has to output, is set to a much higher value than the correct answer length, and the model pads its answer with end-of-sequence (EoS) tokens. We hypothesize that off-the-shelf masked diffusion LLMs use the representations of EoS tokens as additional computing capacity, which enhances their performance. We experiment with the diffusion models LLaDA1.5, LLaDA2.0-mini, and Dream-v0 on three reasoning tasks: Addition, Entity Tracking, and Sudoku. In a controlled prompting experiment, we confirm that adding EoS tokens improves the LLMs' performance. To further verify whether their representations are used for hidden computations, we perform a causal intervention and transfer the hidden states of the EoS tokens between generations, which increases the models' relative likelihood of outputting the counterfactual answer. The behavioral experiments and the causal interventions indicate that fully bidirectional masked diffusion LLMs can indeed perform latent reasoning in the representations of EoS tokens. Furthermore, we find that these results generalize beyond toy tasks and that providing the model with additional EoS tokens also improves performance on GSM8K and two-hop reasoning.

📄 PDF Abstract BibTeX arXiv:2603.05197

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Register Tokens for Bounded-State Reasoning in Diffusion Language Models

2026-09-14 · Albert Ge, Chandan Singh, Yufan Zhuang, Xiaodong Liu 외 hf

Masked diffusion language models (dLLMs) generate text by iteratively denoising masked tokens with bidirectional attention. Extending reasoning across generation chunks normally requires keeping earlier generated text in…

Reinforcement LearningCode Generation

Divide and Conquer: Accelerating Diffusion-Based Large Language Models via Adaptive Parallel Decoding

2026-02-27 · Xiangzhong Luo, Yilin An, Zhicheng Yu, Weichen Liu 외 arxiv

Diffusion-based large language models (dLLMs) have shown promising performance across various reasoning tasks, establishing themselves as an alternative to autoregressive large language models (LLMs). Unlike autoregressi…

LogicDiff: Logic-Guided Denoising Improves Zero-Shot Reasoning in Masked Diffusion Language Models

2026-03-24 · Shaik Aman arxiv

Masked diffusion language models (MDLMs) generate text by iteratively unmasking tokens from a fully masked sequence. Their standard confidence-based unmasking strategy systematically defers high-entropy logical connectiv…

Enabling Autoregressive Models to Fill In Masked Tokens

2025-02-09 · Daniel Israel, Aditya Grover, Guy Van Den Broeck

Historically, LLMs have been trained using either autoregressive (AR) or masked language modeling (MLM) objectives, with AR models gaining dominance in recent years. However, AR models are inherently incapable of masked …

DecoderLanguage ModelingLanguage ModellingMasked Language Modeling

EDIT: Early Diffusion Inference Termination for dLLMs Based on Dynamics of Training Gradients

2025-11-29 · He-Yen Hsieh, Hong Wang, H. T. Kung arxiv

Diffusion-based large language models (dLLMs) refine token generations through iterative denoising, but answers often stabilize before all steps complete. We propose EDIT (Early Diffusion Inference Termination), an infer…