GPT-5 Also Has Tip-of-the-Tongue Moments, Google Tested 4.5 Million Times: The Keys Are Lost

marsbitPublicado a 2026-08-14Actualizado a 2026-08-14

Resumen

Google researchers have discovered that advanced AI models like GPT-5 and Gemini 3 experience a phenomenon akin to the human "tip-of-the-tongue" state, where they possess knowledge but fail to retrieve it. Their study, "Empty Shelves or Lost Keys?" (ICML 2026), introduces the "Knowledge Portrait" framework to analyze factual knowledge in models, distinguishing between failure to encode a fact versus failure to recall it. Testing on 13 models across 2.15 million queries from the WikiProfile benchmark revealed that state-of-the-art models successfully encode 95-98% of facts into their parameters. However, when asked directly, they fail to recall 26-34% of these known facts. Enabling chain-of-thought ("thinking") reasoning reduces this recall failure to 11-12%, recovering 40-65% of the previously unrecalled but encoded facts. The research identifies two key bottlenecks: recalling obscure ("long-tail") facts and answering reversed queries (e.g., "Who is Tom Cruise's mother?" vs. "Whose son is Tom Cruise?"). While scaling model size effectively reduces encoding failures, it does little to improve recall rates. In larger models, recall failure becomes the dominant source of factual errors, accounting for over 70% of mistakes in GPT-5.2. The findings suggest that for top models, the primary challenge is no longer storing knowledge but accessing it efficiently. Future accuracy gains may depend more on improved inference-time methods and "meta-cognitive" abilities, enabling models ...

The name is right on the tip of your tongue.

You see a familiar face but can't for the life of you remember their name. Psychology has a name for this phenomenon: 'tip-of-the-tongue' (TOT).

Now, Google has found in a study that GPT-5 and Gemini 3 suffer from the same affliction.

These models have stored 95%–98% of tested facts in their parameters. Yet, when asked directly, they fail to answer 26%–34% of these facts.

Enabling 'thinking' (chain-of-thought) for a while longer, 11%–12% still remain unreachable.

When a large model can't answer, it's often not because the knowledge isn't in its 'brain'; it's learned it, but can't retrieve it.

This research is titled 'Empty Shelves or Lost Keys?' and was accepted at ICML 2026.

On August 12, Google Research summarized the findings in a blog post, also releasing a benchmark called WikiProfile and the complete dataset.

Shelves Are Not Empty, Keys Are Lost

Models can answer incorrectly due to two main flaws.

One is never having learned the information in the first place, which would require adding more data and parameters during pre-training. The other is having learned it but failing to retrieve it when phrased differently, which is a matter of post-training and inference.

Both problems have historically been lumped together as an accuracy issue.

Google's proposed 'Knowledge Profile' framework moves beyond asking 'did it answer this question correctly?' to judge 'what state is this fact in within the model's memory?' It categorizes facts into five states.

The 'Knowledge Profile' categorizes a fact into five states: encoding failure, recall failure, direct recall, recall via thinking, and correct answer via reasoning without encoding.

The same wrong answer, in different states, requires completely different fixes.

How to determine if a fact was encoded?

The method is to truncate the Wikipedia text right before the answer appears and have the model continue writing; or to ask a direct question based on the same context.

Both tasks are done without enabling thinking, to separate 'memorized' from 'inferred'.

Left side tests encoding: truncating Wikipedia for completion. Right side tests recall: rephrasing questions, changing positive/negative directions.

The benchmark, WikiProfile, consists of 2,150 facts, all sourced from English Wikipedia.

Each fact is paired with 10 questions: 2 to test encoding, 4 for free-form answering, and 4 multiple-choice. Totaling 21,500 questions.

Question generation was delegated to models: Gemini-2.5-Pro generated them, each was verified via Google Search. Facts with non-unique answers or ambiguous questions were discarded along with the entire fact. A final manual check removed less than 2%.

13 models were benchmarked, covering the Gemini 3, GPT-5, GPT-4.1, and Gemma 3 families. Each model was run with thinking on and off, each question sampled eight times, amassing about 4.5 million responses.

Benchmarking a state-of-the-art model completely costs about $500.

The result is the numbers from the beginning.

Among fact errors in state-of-the-art models, 'failure to retrieve' now outweighs 'never learned,' becoming the primary issue.

What Can't Be Retrieved Gets Stuck in Two Key Places

First is obscure knowledge.

The past mainstream explanation was insufficient model capacity, where obscure facts simply weren't learned.

According to this data, obscure knowledge was actually encoded. Gemini-3-Pro encoded 94.5% of obscure facts, compared to 99.5% for popular facts, a gap of only 5 percentage points.

But when answering freely, obscure fact recall dropped to 63.3%, while popular facts remained at 84.7%, a gap of 21 points.

Almost no difference during encoding, but a fourfold difference during recall.

Comparison between obscure facts (bottom 20%) and popular facts (top 20%). Encoding rate gap is small; direct recall rate gap widens significantly.

GPT-5 shows an even larger gap.

It encoded 90.7% of obscure facts and 98.4% of popular facts. But when answering, obscure facts fell to 52.9%, while popular facts were at 77.8%.

Nearly half of the obscure facts, though present in the model, remain inaccessible.

Little difference during storage, big difference during retrieval. The truth about long-tail problems is not that the model hasn't seen those obscure facts, but that those memories are harder to activate.

The second scenario is reverse questioning. Ask the AI, 'Who is Tom Cruise's mother?' and it answers quickly and accurately. Ask the reverse, 'Who is this woman's son?' and it stumbles.

A 2023 paper named this the 'reversal curse,' where the model learns 'A is B' but doesn't automatically generalize to 'B is A.' The explanation then was: the bidirectional association simply wasn't learned.

Google reformatted the same set of questions into multiple-choice, and the result immediately reversed.

GPT-5's recall rate for forward questions was 82.9%, dropping to 74% for reverse. But once switched to multiple-choice recognition, reverse questions weren't harder than forward; in fact, 9 out of 13 models performed better on reverse, the other 4 were equal.

It can handle multiple-choice, but fails when answering freely.

Same set of forward/reverse questions. In multiple-choice recognition, reverse isn't harder; in free-form generation, reverse is significantly harder.

This indicates the association is clearly present; what's stuck is how to extract it.

The authors explain that when a fact is encoded, the surrounding context, phrasing, and sequence also get embedded.

If the question phrasing deviates from the training pattern, the key no longer fits the lock.

Thinking's Other Role: Aiding Recall

Questions in WikiProfile are straightforward 'ask and answer' with no intermediate reasoning steps.

'Which club hosted Oasis's first performance?' This type of question is either known or not.

Logically, letting the model think longer shouldn't help much.

But thinking actually rescues them. It retrieves 40%–65% of facts that were encoded but initially unreachable.

The key clue lies in its preference: for facts never encoded, thinking only rescues 5%–15%.

Proportion of facts recovered after enabling thinking. For facts already encoded: 40%–65% recovered. For unencoded facts: only 5%–15%.

It's not reasoning with other knowledge; it's searching for the key in place.

The authors also ruled out a simpler explanation.

One might think thinking just lets the model generate more verbose answers, increasing the chance of guessing correctly once in eight tries. If that were true, answers should be more scattered.

The opposite happened: with thinking enabled, the number of correct answers per question across eight samples became more concentrated.

The biggest gains were precisely in the two most congested areas mentioned earlier.

For Gemini-3-Pro, the obscure/popular fact gap narrowed from 21.4 points to 12.5 points. For GPT-5, the forward/reverse gap narrowed from 9 points to 2 points. It exerts effort where it's most needed.

A companion paper from Google, 'Thinking to Recall,' offers a mechanistic explanation:

One is computational buffering. The output thinking tokens, even if semantically meaningless, buy the model extra implicit compute.

The other is fact priming. The model stating a batch of related facts first builds a semantic bridge to the correct answer.

In human cognition, this is called 'spreading activation.'

When you can't recall a name, you first recall their company, hairstyle, last meeting context—the name often pops up on its own.

The way to escape 'tip-of-the-tongue' is surprisingly the same for humans and models.

But this approach has a cost.

The same paper warns: if the intermediate facts in the chain of thought are fabricated, the hallucination probability of the final answer actually increases.

A bridge built wrong leads further astray.

Scaling Equals Stocking Shelves, Not Providing Keys

Using the open-source Gemma 3 family as a ruler.

As parameters increased from 1B to 27B, encoding failure rate dropped from 85% to 23%.

Scaling does stock the shelves; they become visibly fuller. But recall failure didn't drop proportionally. Its share of the remaining errors increased steadily, becoming the primary component of errors at 27B.

Looking at state-of-the-art models is more extreme: recall failure accounts for over 70% of all errors in GPT-5.2, and this proportion is higher in stronger models.

Distribution of the five states across 13 models. Encoding failure steadily shrinks with larger parameters, while recall failure remains almost unchanged.

Scaling improves how much is stored, not how much can be retrieved.

This isn't a death sentence for scaling, but it draws a boundary.

Since the proportion encoded is nearing the ceiling of 95%–98%, further adding parameters and data will yield diminishing returns in accuracy gains.

The next gains are more likely to come from methods in post-training and inference—how to better utilize already encoded knowledge.

Retrieval-Augmented Generation (RAG) can certainly fill gaps.

But the authors also caution: parametric knowledge still matters for fluency, response speed, and cross-context integration, and cannot be fully replaced by external retrieval.

It Must First Know It Can't Recall

So, when should the model think longer?

The paper frames this as a metacognition problem: the model's judgment of its own state. It must first realize 'I can't answer this directly' to know this question deserves extra thinking.

Over the past two years, the default answer for making models more reliable has been feeding more data and scaling parameters.

This research makes it clear: at the fact level, state-of-the-art models' shelves are largely stocked. The next challenge is whether they can retrieve the goods themselves.

The trickier next step: they must first know they can't recall.

References:

https://research.google/blog/empty-shelves-or-lost-keys-recall-is-the-bottleneck-for-parametric-factuality/

https://aihot.virxact.com/items/cmsqe6mat01bsroli3hw71nz7

This article is from the WeChat public account '新智元' (Xin Zhi Yuan), author: ASI启示录

Preguntas relacionadas

QWhat is the main bottleneck for the factual accuracy of advanced language models like GPT-5 and Gemini 3, according to the Google research?

AAccording to the Google research, the main bottleneck is recall failure, not a lack of stored knowledge. The models have stored 95%–98% of facts but fail to recall (answer directly) 26%–34% of them.

QWhat is the name of the evaluation benchmark and framework introduced in the Google study?

AThe benchmark is called WikiProfile, and the evaluation framework is called 'Knowledge Portrait.' This framework categorizes the state of a fact in a model's memory into five states.

QWhat two specific scenarios are highlighted where models struggle significantly with fact recall?

AThe two scenarios are: 1) Recalling less popular (long-tail) facts, and 2) Answering 'reverse' questions (e.g., failing to answer 'Who is the son of X?' when it knows 'X is the mother of Y').

QHow does enabling 'thinking' (chain-of-thought) help models improve fact recall, and what is a key risk associated with it?

AEnabling 'thinking' helps by providing computational buffering and 'fact priming' (spreading activation), allowing the model to retrieve 40%–65% of facts it had stored but couldn't recall directly. A key risk is that if the intermediate steps in the chain-of-thought contain hallucinations, it can lead the final answer further astray.

QWhat does the scaling of model parameters primarily improve, based on the findings from the Gemma 3 model family?

AScaling model parameters primarily reduces 'encoding failure' (the failure to store a fact), effectively filling the 'shelves' with more knowledge. However, it does not proportionally improve 'recall failure' (the failure to retrieve stored knowledge), which becomes the dominant source of error in larger models.

Lecturas Relacionadas

Behind the Doubling of Net Profit at Wavelength Optoelectronic, What Undervalued Factors Have the Market Overlooked?

Wavelength Optoelectronics (stock code: 301421) saw a more than doubling of its net profit in the first half of 2026, despite revenue growing just 8.89%. This performance was primarily driven by three key factors. First, a significant shift in product mix boosted profitability. Sales of high-margin optical components surged 29.35%, while the lower-margin optical systems business contracted sharply. This reshuffling increased the company's overall gross margin by 4.57 percentage points, accounting for roughly 76% of the net profit increase. Second, a crucial and potentially undervalued transition is underway: replacing expensive, volatile germanium with chalcogenide glass in infrared optics. This material switch promises lower costs and better processability. While partly accelerated by a 2025 customs investigation that halted germanium-related exports, this "de-germanization" trend represents a fundamental, long-term cost advantage not yet fully priced by the market. Third, operational efficiency improved, with sales expenses growing much slower than revenue. While the semiconductor business showed high growth (83%), its base remains small (approximately 7.4% of total revenue). The company's current high valuation (PE over 130x based on 2026 estimates) already incorporates optimistic expectations. Sustained performance over multiple quarters is needed to justify further stock appreciation.

marsbitHace 17 min(s)

Behind the Doubling of Net Profit at Wavelength Optoelectronic, What Undervalued Factors Have the Market Overlooked?

marsbitHace 17 min(s)

Can Manus, Restarting Its Life, Reshape the Game Rules for AI's Global Expansion?

Manus, an AI company that experienced a meteoric rise in March 2025, a $2-3 billion acquisition by Meta, a regulatory block in China in April 2026, and an eventual buyback by its original Chinese investors, has regained its independence. Its relaunch coincides with the formal implementation of China's new "Regulations on Outbound Investment" (State Council Decree No. 837) as of July 1, which emphasizes compliance from a venture's foundational structure. Analysis suggests Manus became a cautionary tale due to "opportunistic restructuring"—moving its main entity to Singapore during a policy gray area after gaining significant user traction, rather than establishing a compliant global architecture from inception. Its core competency was seen as product integration and first-mover advantage, not insurmountable technical barriers, leaving it vulnerable when regulatory and scrutiny pressures mounted. The incident, however, hasn't cooled investor enthusiasm for AI出海 (AI going global). Capital remains active but more discerning, now heavily prioritizing ventures with legally sound, forward-designed global structures over reactive "re-domiciling." A contrasting example is Singapore-based ccMonet.AI, which established its commercial and legal headquarters overseas from day one, outsourcing R&D to China for efficiency while maintaining clear compliance. A key trend emerging is the growing bifurcation for AI startups: deeply serving either the domestic Chinese market or focusing squarely overseas, as straddling both becomes increasingly difficult. For those targeting global markets, a clear strategic choice is needed between keeping core R&D in China (avoiding tech export issues) and pursuing overseas sales, or fully integrating R&D and sales abroad under a specific national jurisdiction, each path carrying distinct regulatory implications. Furthermore, the choice between To B and To C models is critical. While Chinese founders are seen as highly competitive in global consumer apps, breaking into enterprise sales, especially in markets like the US, presents significant Go-to-Market challenges requiring localized sales teams once beyond a certain scale. In conclusion, the new regulations and Manus's saga highlight that "architecture-first" compliance is no longer optional but essential for survival in AI出海. The era of exploiting regulatory gray areas carries high deferred costs, as Manus's dramatic year demonstrates. Ultimately, while solid legal architecture determines if a company can survive, product strength and profitability determine how well it thrives.

marsbitHace 17 min(s)

Can Manus, Restarting Its Life, Reshape the Game Rules for AI's Global Expansion?

marsbitHace 17 min(s)

Trading

Spot
活动图片