New Google Patents · Filed Dec 2, 2025 · Published Aug 20, 2026 · verified — real USPTO data

Google Patents a Smarter System for Deciding Which Search Results You See First

Every time Google serves you a page of search results or YouTube recommendations, a ranking model decided the order. This patent covers a new way to train that model so it thinks about the whole list at once, rather than one item at a time.

Network architecture connecting user computers, servers, and training systems over a network. Drawing from patent filing US 2026/0244943 A1.
Network architecture connecting user computers, servers, and training systems over a network.
See all 13 drawings from this filing ↓
Publication number US 2026/0244943 A1
Applicant Google LLC
Filing date Dec 2, 2025
Publication date Aug 20, 2026
Inventors Gil Shamir
CPC classification 706/25
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (May 14, 2026)
Parent application is a National Stage Entry of PCTUS2023024317 (filed 2023-06-02)
Document 16 claims

How Google's ranking AI learns from whole lists, not pairs

When you search for something online, the results don't appear in random order. An AI model has been trained to guess which results you'll find most useful and put those first. The problem is that most training methods teach the model by comparing two items at a time ("is A better than B?"), which gets expensive fast and can introduce subtle errors.

Google's new approach trains the ranking model on the entire list of results simultaneously. Instead of grinding through every possible pair, it calculates a single probability score for the whole group and uses that to update the model. That means less bias in the final rankings and lower computing costs during training.

This matters for everything from Google Search to YouTube recommendations to Google Shopping. Whenever a system has to show you several things at once and decide what order to put them in, this kind of training technique is directly relevant.

From the filing · CLAIM 1
… determining, by the computing system, a single listwise probability collectively for the plurality of signed labels based at least in part on the plurality of signed labels and the plurality of intermediate scores …

Translation: The system calculates a single probability score for the entire group of items all at once.

How the single listwise probability cuts training costs

The patent describes a training method called listwise learning to rank. Here's how the pieces fit together:

  • Training examples as lists: Instead of feeding the model one or two items at a time, the system feeds it a set of three or more items at once, each tagged with a signed label (a number indicating how relevant or good that item is).
  • Intermediate scores: The ranking model processes every item in the list and produces a raw score for each one.
  • Single listwise probability: Rather than computing a separate probability for every pair of items (which would scale badly as lists get longer), the system collapses all the scores and labels into one probability that reflects how well the model's ordering matches the desired ranking across the whole list at once.
  • Loss function: That single probability feeds into a loss function (a mathematical measure of how wrong the model's predictions are). The model's internal settings are then adjusted to reduce that error.

The patent also claims the loss function can be tuned to balance two goals: getting the order of results right (ranking objective) versus getting the exact scores right (pointwise accuracy). That flexibility is notable because pure ranking models and pure score-prediction models each have trade-offs, and most training frameworks force you to pick one.

From the filing · THE ABSTRACT
The proposed loss functions reduce bias in the resulting model as compared to alternative approaches, and can be used to tune between ranking objectives and pointwise prediction accuracy objectives.

Translation: These new formulas minimize unfairness in the results while balancing overall search accuracy.

What this means for search and recommendation quality

Better-trained ranking models mean the list of results you see, whether in Search, Discover, YouTube, or Google Shopping, could reflect a more accurate understanding of what you actually want. The patent explicitly targets bias reduction, which in practice means the model is less likely to systematically over- or under-rank certain types of items because of quirks in how it was trained.

The computational efficiency angle matters too: cheaper training means Google can iterate faster or run these models at larger scale without proportionally higher infrastructure costs. This is a foundational, infrastructure-level patent rather than a consumer-feature one, but it sits squarely in the stream of latest Big Tech patents covering how recommendation and information-retrieval AI is trained, an area that shapes nearly every ranked list any major platform shows you.

Editorial take

Claim 1 is broad in a meaningful way. It covers any computer-implemented ranking system that uses signed labels, generates intermediate scores for three or more items, and computes a single listwise probability before evaluating a loss function. That description applies to a wide range of ranking and recommendation pipelines, not just Google Search. If granted with this breadth, the claim could complicate the freedom to operate for anyone building listwise ranking systems using a structurally similar training loop. The limiting factors are the specific combination of signed labels and the single collapsed probability, which narrows it somewhat, but the claim still covers a lot of architectural ground.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

13 drawing sheets from US 2026/0244943 A1 · click any drawing to enlarge

Patent filing page

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