AI觉醒星球
Awakening is here
Knowledge File / 全球热点解读
2026-06-25 8 浏览 公开

思考以回忆:推理如何解锁LLMs中的参数知识

Google Research 研究发现,即使对于简单事实查询,允许语言模型生成推理轨迹也能显著提升回忆准确率,其机制包括计算缓冲和事实启动。

SOURCE / 全球热点解读 MIN / 9 ACCESS / 公开 POST / 2026-06-25 00:51:52

原贴

查看原文
作者:Google Research Blog 来源站点:research.google 原贴时间:

原文

Zorik Gekhman and Jonathan Herzig, Research Scientists, Google Research We study the counterintuitive phenomenon where reasoning helps language models recall simple facts, even when no complex step-by-step solutions are required. We show that this phenomenon is driven by two mechanisms: (1) using generated reasoning tokens to perform latent computation, and (2) generating related facts to prime correct answer recall. It is well-established that allowing large language models (LLMs) to generate step-by-step reasoning traces, commonly known as chain-of-thought (CoT), enhances performance on complex tasks. When a model solves difficult math equations, writes software, or answers multi-hop factual questions, breaking the problem down into manageable logical steps is highly effective. However, the utility of this approach remains unclear for simple, single-hop factual questions. For instance, consider a query like: "What year was Mary Engle Pennington inducted into the National Inventors Hall of Fame?" An LLM either has the fact stored in its parametric memory (knowledge encoded directly into its weights) or it doesn't; no complex arithmetic or logical deduction is required. So why would a reasoning trace help? In " Thinking to Recall: How Reasoning Unlocks Parametric Knowledge in LLMs ”, we investigate this phenomenon. We demonstrate that allowing a model to generate a reasoning trace unlocks correct answers that are otherwise effectively unreachable. To understand why reasoning aids parametric knowledge recall when there are no complex reasoning steps to execute, we conduct a series of hypothesis-driven controlled experiments. Our findings reveal two complementary mechanisms driving this: a computational buffer effect and factual priming. We first measure the parametric recall capability boundary using the pass@k metric. Instead of only checking one model-generated answer, pass@k checks if the correct fact exists within multiple generated attempts. By evaluating the presence of successful reasoning paths in the model’s output distribution while being less sensitive to their exact ranking, pass@k helps us estimate the potential of reasoning for factual recall, rather than only looking at the current model’s top-1 behavior. To assess the impact of reasoning while controlling for parametric knowledge, we focus on reasoning LLMs (R-LLMs) where reasoning can be enabled or disabled (toggled on or off), and compare pass@k between these two modes. We focus on the Gemini-2.5 (Flash and Pro) and Qwen3-32B models, using two challenging closed-book QA datasets: SimpleQA Verified and EntityQuestions . The results are surprisingly consistent. When reasoning is enabled, the models successfully recall answers that are virtually unrecoverable when reasoning is off. Importantly, this improvement isn't just because the model is decomposing complex questions. This results from our deliberate focus on datasets containing predominantly simple, single-hop questions. Pass@𝑘 curves across two closed-book QA datasets and three LLMs, comparing the same models with reasoning enabled (ON) vs reasoning disabled (OFF). These results raise the question: if the effect does not come from step-by-step reasoning, what reasoning patterns enable the model to retrieve the correct answer? Our first hypothesis focuses on the mechanics of generation. We take the long-standing hypothesis that generating extra tokens acts as extended computation time by providing additional forward passes, and test it in the new setting of parametric knowledge recall in R-LLMs. Specifically, we hypothesize that models implicitly use these reasoning tokens as a computational buffer to perform latent processing, independent of the actual semantic content being generated. To test this, we design an experiment that removes all meaningful content from the reasoning trace . We intercept the model's reasoning process and replace its generated trace with a meaningless string "Let me thin

中文翻译

我们研究了一个反直觉的现象:即使不需要复杂的逐步解决方案,推理也能帮助语言模型回忆简单事实。我们表明,这一现象由两种机制驱动:(1)使用生成的推理标记进行潜在计算,以及(2)生成相关事实以启动正确答案的回忆。

核心信息

Google Research 研究发现,即使对于简单事实查询,允许语言模型生成推理轨迹也能显著提升回忆准确率,其机制包括计算缓冲和事实启动。

  • Google Research 研究发现,即使对于简单事实查询,允许语言模型生成推理轨迹也能显著提升回忆准确率,其机制包括计算缓冲和事实启动。
  • 原贴提到:Zorik Gekhman and Jonathan Herzig, Research Scientists, Google Research
  • 来源:research.google

详细解读

这是什么信号? 该研究揭示了一个反直觉的事实:在无复杂推理需求的简单事实回忆任务中,语言模型通过生成推理轨迹(如“Let me think...”等无意义内容)仍能显著提高知识召回率。这说明推理过程本身(而非其语义内容)能激活模型内部的参数知识。

为什么重要? 传统观点认为链式思维推理仅对复杂任务有效,而该研究证明其对简单事实查询同样有效,且效果源于两种机制:一是推理标记提供了额外的前向传播计算时间(计算缓冲效应),二是生成的相关内容启动了正确事实的回忆(事实启动效应)。这一发现挑战了对推理功能的认知,并可能优化模型的知识检索能力。

对谁有价值? LLM研究人员、模型开发者和AI应用设计者。研究提供了改进模型事实回忆能力的新方向,尤其是在不增加训练数据或模型规模的情况下。

可以怎么行动? 在部署简单问答系统时,强制模型先生成推理轨迹(即使未明确要求)可提升准确率;在评估模型性能时,使用pass@k而非top-1准确率更能反映实际能力;对于知识密集型任务,可设计类似推理阶段的缓冲机制来补充计算。

风险或限制: 该现象依赖于特定模型(Gemini-2.5、Qwen3-32B)和数据集(SimpleQA Verified、EntityQuestions),泛化性有待验证;无意义推理轨迹可能增加计算成本;过度依赖此机制可能导致模型在无需推理时过度生成,影响响应速度。

信息差价值

这条内容的真正价值,不只是“有人发布了一个新功能”,而是它揭示了 research.google 背后的产品方向、工作流变化或竞争信号。对 OPC 来说,这种信息可以转化成持续追踪的栏目选题。

如果把《思考以回忆:推理如何解锁LLMs中的参数知识》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

上一篇 思考即回忆:推理如何解锁LLM中的参数化知识 下一篇 应急响应中的自助凭证撤销