Google Research says many factual mistakes in large language models may come from recall failures rather than missing knowledge.
In a new post, researchers describe a knowledge profiling framework that separates facts a model has encoded from facts it can access when answering. That distinction matters because the usual accuracy score treats both failures the same, even though they point to different fixes.
If a model never encoded a fact, more data or a larger model may help. If the fact is encoded but hard to retrieve, post-training, prompting, or inference-time methods could be more relevant. Google says its analysis of frontier models indicates they encode nearly all tested facts but still struggle to recall many of them reliably.
The work is a useful reminder that factuality is not only a data coverage problem. For users, the practical limit is unchanged: a fluent answer can still be wrong. For researchers and developers, the result shifts attention toward methods that make stored knowledge more accessible at the moment a model needs it.