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

marsbitОпубліковано о 2026-08-14Востаннє оновлено о 2026-08-14

Анотація

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启示录

Пов'язані питання

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.

Пов'язані матеріали

New ChatGPT Feature: AI Begins Monitoring Users

OpenAI has launched "Computer History," a new feature for its ChatGPT desktop app on macOS, designed to track user activity across applications and websites. This allows the AI model to use this data to provide more accurate and personalized responses in subsequent conversations. The feature, released on August 13th, is available to Pro, Business, and Enterprise subscribers. However, its rollout in the European Economic Area, the UK, and Switzerland is delayed as OpenAI works to align the tool with local data processing regulations. Computer History operates in the background, logging user activity into a temporary timeline. Users can review, manage, or delete this history via the app's interface or macOS menu bar. The feature is opt-in and requires explicit user activation in the settings. This release replaces and expands upon an earlier experimental project called Chronicle. OpenAI states the new version is more computationally efficient and offers improved privacy controls. The launch coincides with other AI advancements from the company, including a high-speed GPT-5.6 model. The article notes potential technical risks associated with the predecessor, Chronicle, such as prompt injection vulnerabilities and unencrypted local data storage. It also highlights the competitive landscape, where similar memory features are being developed by rivals like Anthropic's Claude and Google's Gemini. The delayed European rollout underscores the ongoing challenge of balancing deep personalization with stringent data protection laws.

cryptonews.ru35 хв тому

New ChatGPT Feature: AI Begins Monitoring Users

cryptonews.ru35 хв тому

The Dollar is a Technology: Stablecoins Are Exporting U.S. Institutions to the World

This article argues that stablecoins and blockchain infrastructure are becoming a vehicle for exporting American financial systems globally. The core thesis is that the U.S. dollar, as a "technology," is increasingly embedded in blockchain rails, moving beyond a reserve currency to represent the institutional stability of the United States itself. The piece highlights three key areas where this is happening: 1. **Cross-border payments and trade finance:** Companies like Keyrails use stablecoins and blockchain to streamline and secure trade finance for emerging markets (e.g., Nigeria-China trade), offering faster, often cheaper dollar liquidity than traditional systems. 2. **Programmable collateral and credit:** Platforms like SemiLiquid allow institutions to use tokenized assets (e.g., treasuries, stocks) as "programmable collateral" for loans without moving them from custody, unlocking capital efficiency and improving transparency in institutional lending. 3. **Financing real-world assets:** Protocols like USD.AI create lending markets for productive, hard-to-finance assets like AI GPUs, connecting global stablecoin liquidity to physical capital. The author concludes that the true value of these new blockchain-based financial platforms lies not just in transaction volume, but in the deep, hard-to-replicate "context" (data, trust, operational knowledge) they build around specific economic activities like trade and asset finance. This represents crypto's evolution into an operating system for real-world capital formation, moving beyond speculation.

marsbit59 хв тому

The Dollar is a Technology: Stablecoins Are Exporting U.S. Institutions to the World

marsbit59 хв тому

Ethereum Glamsterdam Upgrade: Largest-Scale Underlying Restructuring Yet, Mainnet Date Still Undecided

The upcoming Ethereum "Glamsterdam" upgrade is viewed by core developers as the most significant protocol-level refactoring since The Merge, fundamentally altering how the network processes transactions and manages its state to advance L1 scaling. Its core goals are: accelerating processing via parallelization, increasing capacity, and enhancing sustainability through adjusted fees that better reflect long-term data storage costs. The upgrade features two headline proposals. First, **ePBS (EIP-7732)** on the consensus layer aims to formalize proposer-builder separation directly within the protocol, eliminating reliance on off-chain relayers. This built-in mechanism is designed to provide a more secure and efficient block production pipeline, extending the critical validation window to allow the network to handle more data, particularly for Layer2s. Second, **BALs (EIP-7928)** on the execution layer introduces block-level access lists. These lists specify the data each transaction will access beforehand, allowing the network to identify and safely execute non-conflicting transactions in parallel, rather than strictly sequentially. This also speeds up new node synchronization. Glamsterdam also includes配套 proposals to reprice storage costs (aiming for a predictable ~120 GiB annual state growth) and the cost of data-reading operations to better align with modern hardware costs and prevent spam. Regarding the timeline, the initial schedule targeting a mainnet activation on September 16, 2026, has likely been delayed. Following the launch of a new dedicated testnet (Plataberget), the deployments on the Sepolia and Holesky testnets are now expected in September, with the mainnet launch potentially pushed to Q4 2026 or later, as developers prioritize correctness over a fixed date.

marsbit1 год тому

Ethereum Glamsterdam Upgrade: Largest-Scale Underlying Restructuring Yet, Mainnet Date Still Undecided

marsbit1 год тому

Торгівля

Спот
活动图片