arXiv:2508.03440cs.CLcs.AI2025-08被引 32

发现大模型其实只走一条路,提出随机软思考提升推理能力

LLMs are Single-threaded Reasoners: Demystifying the Working Mechanism of Soft Thinking

  • 用探测技术分析模型内部行为,发现其实际是单线推理
  • 引入随机性后,在8个基准上性能显著提升
  • 适合关注连续推理与强化学习融合的研究者

人类认知天然涉及抽象和流动的概念,而现有推理模型常依赖离散标记生成,可能限制表达能力。近期研究尝试让大语言模型生成软抽象标记,以在连续概念空间中进行推理。本文通过一套探测技术系统分析多种LLM的内部行为,发现与普遍认为的并行探索不同,LLM实际上表现为单线程推理——它们主要依赖软输入中概率最高的标记来预测下一步。这种行为引发贪婪反馈循环,抑制了其他推理路径,削弱了软标记传递更丰富信息的优势。为解决此贪婪缺陷,我们提出随机软思考(Stochastic Soft Thinking),引入随机性以打破该循环。实验表明,加入随机性(尤其是使用Gumbel-Softmax技巧)可缓解原方法局限,释放软思考潜力,在八个推理基准上表现更优。进一步证明,随机软思考比传统思维链(COT)具有更强探索能力。研究深化了对连续推理的理解,为未来结合强化学习改进软思考奠定基础。

原文摘要 · Abstract (English)

Human cognition naturally engages with abstract and fluid concepts, whereas existing reasoning models often rely on generating discrete tokens, potentially constraining their expressive capabilities. Recent advancements aim to address this limitation by enabling large language models (LLMs) to generate soft, abstract tokens, thus facilitating reasoning within a continuous concept space. In this paper, we investigate the Soft Thinking capabilities of various LLMs through a systematic analysis of their internal behavior using a suite of probing techniques. Contrary to the prevailing belief that Soft Thinking supports parallel exploration of diverse reasoning paths, our findings reveal that LLMs behave as single-threaded reasoners--they predominantly rely on the token with the highest probability in the soft input to predict the next step. This behavior induces a greedy feedback loop that suppresses alternative reasoning paths and undermines the benefits of transmitting richer information via Soft Tokens. To address this Greedy Pitfall, we propose Stochastic Soft Thinking, which introduces stochasticity to break free from this Greedy Pitfall. Our experiments demonstrate that incorporating randomness--particularly with the Gumbel-Softmax trick--can alleviate the limitations of vanilla approaches and unleash the potential of Soft Thinking, resulting in superior performance across eight reasoning benchmarks. We further demonstrate that Stochastic Soft Thinking exhibits stronger exploration potential compared to conventional COT. Our findings deepen the understanding of continuous reasoning and establish the foundation for future work on improving Soft Thinking with Reinforcement Learning.

软思考推理机制随机性LLM

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。