paper-with-me

홈 › Papers

Reasoning with Latent Tokens in Diffusion Language Models

2026-02-03 · Andre He, Sean Welleck, Daniel Fried arxiv

Discrete diffusion models have recently become competitive with autoregressive models for language modeling, even outperforming them on reasoning tasks requiring planning and global coherence, but they require more computation at inference time. We trace this trade-off to a key mechanism: diffusion models are trained to jointly predict a distribution over all unknown tokens, including those that will not actually be decoded in the current step. Ablating this joint prediction yields faster inference but degrades performance, revealing that accurate prediction at the decoded position relies on joint reasoning about the distribution of undecoded tokens. We interpret these as latent tokens and introduce a method for modulating their number, demonstrating empirically that this enables a smooth tradeoff between inference speed and sample quality. Furthermore, we demonstrate that latent tokens can be introduced into autoregressive models through an auxiliary multi-token prediction objective, yielding substantial improvements on the same reasoning tasks where they have traditionally struggled. Our results suggest that latent tokens, while arising naturally in diffusion, represent a general mechanism for improving performance on tasks requiring global coherence or lookahead.

📄 PDF Abstract BibTeX arXiv:2602.03769

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LaDiR: Latent Diffusion Enhances LLMs for Text Reasoning

2025-10-06 · Haoqiang Kang, Yizhe Zhang, Nikki Lijing Kuang, Nicklas Majamaki 외 arxiv

Large Language Models (LLMs) demonstrate their reasoning ability through chain-of-thought (CoT) generation. However, LLM's autoregressive decoding may limit the ability to revisit and refine earlier tokens in a holistic …

Mathematical ReasoningCode Generation

The Thinking Pixel: Recursive Sparse Reasoning in Multimodal Diffusion Latents

2026-04-28 · Yuwei Sun, Yuxuan Yao, Hui Li, Siyu Zhu arxiv

Diffusion models have achieved success in high-fidelity data synthesis, yet their capacity for more complex, structured reasoning like text following tasks remains constrained. While advances in language models have leve…

Text-to-Image Generation

Planner and Executor: Collaboration between Discrete Diffusion And Autoregressive Models in Reasoning

2025-10-17 · Lina Berrayana, Ahmed Heakl, Muhammad Abdullah Sohail, Thomas Hofmann 외 arxiv

Current autoregressive language models (ARMs) achieve high accuracy but require long token sequences, making them costly. Discrete diffusion language models (DDLMs) enable parallel and flexible generation within a fixed …

Beyond Imitation: Reinforcement Learning for Active Latent Planning

2026-01-29 · Zhi Zheng, Wee Sun Lee arxiv

Aiming at efficient and dense chain-of-thought (CoT) reasoning, latent reasoning methods fine-tune Large Language Models (LLMs) to substitute discrete language tokens with continuous latent tokens. These methods consume …

Reinforcement Learning

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 val…