paper-with-me

Papers

LaDiR: Latent Diffusion Enhances LLMs for Text Reasoning

2025-10-06 · Haoqiang Kang, Yizhe Zhang, Nikki Lijing Kuang, Nicklas Majamaki, Navdeep Jaitly, Yi-An Ma, Lianhui Qin 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 manner, which can also lead to inefficient exploration for diverse solutions. In this paper, we propose LaDiR} (Latent Diffusion Reasoner), a novel reasoning framework that unifies the expressiveness of continuous latent representation with the iterative refinement capabilities of latent diffusion models for an existing LLM. We first construct a structured latent reasoning space using a Variational Autoencoder (VAE) that encodes text reasoning steps into blocks of thought tokens, preserving semantic information and interpretability while offering compact but expressive representations. Subsequently, we utilize a latent diffusion model that learns to denoise a block of latent thought tokens with a blockwise bidirectional attention mask, enabling longer horizon and iterative refinement with adaptive test-time compute. This design, combined with explicit diversity guidance during diffusion inference, enables the generation of multiple diverse reasoning trajectories that explore distinct regions of the latent space, rather than producing repetitive solutions as often occurs in standard autoregressive sampling. We conduct evaluations on a suite of mathematical reasoning, code generation and puzzle planning benchmarks. Empirical results show that LaDiR consistently improves accuracy, diversity, and interpretability over existing autoregressive, diffusion-based, and latent reasoning methods, revealing a new paradigm for text reasoning with latent diffusion.

📄 PDF Abstract BibTeX arXiv:2510.04573

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningCode Generation

Similar Papers 제목 키워드 기반

RDPM: Solve Diffusion Probabilistic Models via Recurrent Token Prediction

2024-12-24 · Xiaoping Wu, Jie Hu, Xiaoming Wei

Diffusion Probabilistic Models (DPMs) have emerged as the de facto approach for high-fidelity image synthesis, operating diffusion processes on continuous VAE latent, which significantly differ from the text generation m…

Image Generationmultimodal generationPredictionText Generation

DiffusionDialog: A Diffusion Model for Diverse Dialog Generation with Latent Space

2024-04-10 · Jianxiang Xiang, Zhenhua Liu, Haodong Liu, Yin Bai 외

In real-life conversations, the content is diverse, and there exists the one-to-many problem that requires diverse generation. Previous studies attempted to introduce discrete or Gaussian-based continuous latent variable…

DenoisingDialogue GenerationDiversity

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…

Segment-Level Diffusion: A Framework for Controllable Long-Form Generation with Diffusion Language Models

2024-12-15 · Xiaochen Zhu, Georgi Karadzhov, Chenxi Whitehouse, Andreas Vlachos

Diffusion models have shown promise in text generation but often struggle with generating long, coherent, and contextually accurate text. Token-level diffusion overlooks word-order dependencies and enforces short output …

Contrastive LearningDecoderFormRepresentation Learning+2

Kaleido Diffusion: Improving Conditional Diffusion Models with Autoregressive Latent Modeling

2024-05-31 · Jiatao Gu, Ying Shen, Shuangfei Zhai, Yizhe Zhang 외

Diffusion models have emerged as a powerful tool for generating high-quality images from textual descriptions. Despite their successes, these models often exhibit limited diversity in the sampled images, particularly whe…

DiversityImage GenerationLanguage ModelingLanguage Modelling