paper-with-me

Papers

Diffuse Thinking: Exploring Diffusion Language Models as Efficient Thought Proposers for Reasoning

2025-10-31 · Chenyang Shao, Sijian Ren, Fengli Xu, Yong Li arxiv

In recent years, large language models (LLMs) have witnessed remarkable advancements, with the test-time scaling law consistently enhancing the reasoning capabilities. Through systematic evaluation and exploration of a diverse spectrum of intermediate thoughts, LLMs demonstrate the potential to generate deliberate reasoning steps, thereby substantially enhancing reasoning accuracy. However, LLMs' autoregressive generation paradigm results in reasoning performance scaling sub-optimally with test-time computation, often requiring excessive computational overhead to propose thoughts while yielding only marginal performance gains. In contrast, diffusion language models (DLMs) can efficiently produce diverse samples through parallel denoising in a single forward pass, inspiring us to leverage them for proposing intermediate thoughts, thereby alleviating the computational burden associated with autoregressive generation while maintaining quality. In this work, we propose an efficient collaborative reasoning framework, leveraging DLMs to generate candidate thoughts and LLMs to evaluate their quality. Experiments across diverse benchmarks demonstrate that our framework achieves strong performance in complex reasoning tasks, offering a promising direction for future research. Our code is open-source at https://anonymous.4open.science/r/Diffuse-Thinking-EC60.

📄 PDF Abstract BibTeX arXiv:2510.27469

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diffusion of Thoughts: Chain-of-Thought Reasoning in Diffusion Language Models

2024-02-12 · Jiacheng Ye, Shansan Gong, Liheng Chen, Lin Zheng 외

Recently, diffusion models have garnered significant interest in the field of text processing due to their many potential advantages compared to conventional autoregressive models. In this work, we propose Diffusion-of-T…

Language ModelingLanguage ModellingMath

Reinforcing the Diffusion Chain of Lateral Thought with Diffusion Language Models

2025-05-15 · Zemin Huang, Zhiyang Chen, Zijun Wang, Tiancheng Li 외

We introduce the Diffusion Chain of Lateral Thought (DCoLT), a reasoning framework for diffusion language models. DCoLT treats each intermediate step in the reverse diffusion process as a latent "thinking" action and opt…

Code GenerationGSM8KHumanEvalMath+2

Thoughts Are All Over the Place: On the Underthinking of o1-Like LLMs

2025-01-30 · Yue Wang, Qiuzhi Liu, Jiahao Xu, Tian Liang 외

Large language models (LLMs) such as OpenAI's o1 have demonstrated remarkable abilities in complex reasoning tasks by scaling test-time compute and exhibiting human-like deep thinking. However, we identify a phenomenon w…

All

DiffuSpeech: Silent Thought, Spoken Answer via Unified Speech-Text Diffusion

2026-01-30 · Yuxuan Lou, Ziming Wu, Yaochen Wang, Yong Liu 외 arxiv

Current speech language models generate responses directly without explicit reasoning, leading to errors that cannot be corrected once audio is produced. We introduce \textbf{``Silent Thought, Spoken Answer''} -- a parad…

Can I Have Your Order? Monte-Carlo Tree Search for Slot Filling Ordering in Diffusion Language Models

2026-02-13 · Joshua Ong Jun Leang, Yu Zhao, Mihaela Cătălina Stoian, Wenda Li 외 arxiv

While plan-and-infill decoding in Masked Diffusion Models (MDMs) shows promise for mathematical and code reasoning, performance remains highly sensitive to slot infilling order, often yielding substantial output variance…

Decision MakingSlot Filling