New Google Patents · Filed May 14, 2025 · Published Jul 16, 2026 · verified — real USPTO data

New AI Patent Teaches Models to Retrieve Facts Before Responding

Google is patenting a training method that teaches an AI to search through a knowledge base and score what it finds before generating an answer, all without a human ever labeling which facts were actually useful.

Google Patent: AI That Looks Up Facts Before Answering — figure from US 2026/0203572 A1
Figure from the official USPTO publication.
Publication number US 2026/0203572 A1
Applicant Google LLC
Filing date May 14, 2025
Publication date Jul 16, 2026
Inventors David Ross, Zirui Wang, Ziniu Hu, Cordelia Schmid, Chen Sun, Alireza Fathi, Ahmet Iscen
CPC classification 706/21
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Apr 8, 2026)
Parent application is a National Stage Entry of PCTUS2023081306 (filed 2023-11-28)
Document 24 claims

How Google's fact-checking AI model actually works

Imagine asking a friend a question and, instead of guessing, they quickly flip through their notes, decide which ones are relevant, and then answer using only the good ones. That's roughly what Google is building here.

Most AI models today answer questions by relying on patterns baked in during training. The problem is that those models can confidently state things that are flat-out wrong because they're pulling from memory, not checking sources. Google's patent describes a way to train an AI that actively looks things up from a shared memory bank, images and text alike, before composing its answer.

The clever part is that the AI learns which facts to trust on its own. You don't need human annotators to go through and label "this document was helpful, that one wasn't." The model figures it out by seeing whether its final answer was correct and working backward from there.

Inside Google's end-to-end retrieval training loop

The patent describes a training method for what Google calls a retrieval-augmented visual-language model. That's a mouthful, but it means an AI that can process both images and text and that consults an external knowledge store before generating a response.

Here's how the training loop works:

  • A training example comes in (say, an image with a question about it). The model's encoder converts that input into a compact numerical representation called a query embedding (think of it as a fingerprint of the question).
  • A retrieval module compares that fingerprint against a library of stored knowledge items, each also converted into fingerprints, and pulls out the most relevant ones. It assigns each retrieved item a retrieval score, a prediction of how useful that item is.
  • A generator then combines the original query, the retrieved items, and their scores to produce a predicted answer. The retrieval scores feed directly into the model's attention mechanism (the internal weighting system that decides what to focus on).
  • The predicted answer is compared to the correct answer, producing a loss value (a measure of how wrong the model was). That error signal flows backward through the entire system, updating the encoder, retriever, and generator all at once.

The key technical contribution is end-to-end training: the retriever learns alongside the rest of the model purely from whether the final answer was right, with no separate labeled data needed to tell it which knowledge items are good.

What this means for AI that stops making things up

The biggest practical problem with large AI models today is hallucination, where the model generates plausible-sounding but incorrect information. Retrieval-augmented approaches are one of the most promising fixes because they separate "what the model knows" from "what the model can look up." Google's approach goes a step further by making the retrieval component trainable from scratch alongside the rest of the system.

For you as a user, this could eventually mean AI assistants that cite their sources more reliably and stay up to date without needing to be fully retrained. For Google specifically, this kind of architecture fits squarely into products like Search, Lens, and any multimodal assistant that needs to answer questions about images and text together.

Editorial take

This is foundational AI infrastructure work, not a shiny consumer feature, but it's the kind of thing that makes everything else better. The specific innovation of training the retriever end-to-end without labeled relevance data is genuinely useful and addresses a real bottleneck in building reliable AI systems. Google filing this now suggests they're investing heavily in making their retrieval-augmented systems more self-sufficient.

Which company should we read for you?

We track 17 companies here. Pro is the same weekly breakdown for any company you choose, delivered privately. Type a name and we'll scope it and send you a quote.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

Source. Full patent text and figures from the official USPTO publication PDF.

Editorial commentary on a publicly published patent application. Not legal advice.