CLMar 10

Thinking to Recall: How Reasoning Unlocks Parametric Knowledge in LLMs

DeepMind
arXiv:2603.09906v155.07 citationsh-index: 86
Predicted impact top 3% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the fundamental issue of knowledge retrieval in LLMs for users relying on factual accuracy, though it is incremental in exploring reasoning's role beyond complex tasks.

The paper tackles the problem of how reasoning affects simple factual recall in LLMs, finding that it substantially expands the model's capability boundary, unlocking correct answers that are otherwise unreachable, with mechanisms like computational buffering and factual priming identified.

While reasoning in LLMs plays a natural role in math, code generation, and multi-hop factual questions, its effect on simple, single-hop factual questions remains unclear. Such questions do not require step-by-step logical decomposition, making the utility of reasoning highly counterintuitive. Nevertheless, we find that enabling reasoning substantially expands the capability boundary of the model's parametric knowledge recall, unlocking correct answers that are otherwise effectively unreachable. Why does reasoning aid parametric knowledge recall when there are no complex reasoning steps to be done? To answer this, we design a series of hypothesis-driven controlled experiments, and identify two key driving mechanisms: (1) a computational buffer effect, where the model uses the generated reasoning tokens to perform latent computation independent of their semantic content; and (2) factual priming, where generating topically related facts acts as a semantic bridge that facilitates correct answer retrieval. Importantly, this latter generative self-retrieval mechanism carries inherent risks: we demonstrate that hallucinating intermediate facts during reasoning increases the likelihood of hallucinations in the final answer. Finally, we show that our insights can be harnessed to directly improve model accuracy by prioritizing reasoning trajectories that contain hallucination-free factual statements.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes