Nvidia · Filed Apr 29, 2026 · Published Sep 10, 2026 · verified — real USPTO data

Nvidia Patents a System That Screens AI Training Data for Quality Before It Causes Problems

Bad training data is one of the most expensive problems in AI, and it usually goes undetected until a model is already built. Nvidia has filed a patent for a system that catches low-quality data before it ever enters the training pipeline.

A system for screening AI training data for quality, showing how annotated data is processed and used to filter synthetically generated data. Drawing from patent filing US 2026/0267835 A1.
A system for screening AI training data for quality, showing how annotated data is processed and used to filter synthetically generated data.
See all 11 drawings from this filing ↓
Publication number US 2026/0267835 A1
Applicant NVIDIA Corporation
Filing date Apr 29, 2026
Publication date Sep 10, 2026
Inventors Vinay RAMAN, Yoshi SUHARA, Oluwatobi OLABIYI
CPC classification 707/690
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Jun 5, 2026)
Parent application is a Continuation of 18779989 (filed 2024-07-22)
Document 20 claims

How Nvidia's filter catches bad AI training data early

A researcher feeds thousands of questions into an AI training pipeline. Many of those questions are vague, poorly worded, or simply don't have good matching answers in the dataset. The AI learns from all of them anyway, good and bad, and the result is a model that confidently gives wrong answers.

Nvidia's patented system tries to fix that upstream. It runs the training questions through a panel of AI models to judge whether each question is well-formed and paired with useful information. The models that prove best at spotting quality problems get promoted to act as gatekeepers, filtering out the weak question-and-answer pairs before they ever touch the model being trained.

The goal is essentially a quality inspection line for AI data. Instead of a human reading every training example, the system automates that review and only passes the strongest material forward. You benefit on the other end when the finished AI gives you answers that are more reliable.

From the filing · CLAIM 1
determine a quality score of at least one query in a first dataset based at least in part on a number of a plurality of retriever models that retrieved at least one set of data corresponding to the at least one query in the first dataset; …

Translation: It figures out how good search queries are by seeing how many different search tools can successfully find matching data for them.

How the embedding model gets picked as the quality filter

The patent describes a multi-stage filtering pipeline with three main steps.

Step 1: Score every query. The system sends each question (called a query) in the training dataset through several retriever models (AI components whose job is to find matching information). If many retrievers independently surface a good answer for a given question, that question scores high. If only a few do, or none do, the score is low. The score is essentially a crowd-vote on whether the question is well-formed and answerable.

Step 2: Measure relationships with embedding models. Embedding models (tools that turn text into numbers so a computer can measure how similar two pieces of text are) then calculate how closely each question matches its paired answer. Each model produces its own similarity metric.

Step 3: Pick the best filter and apply it. The system checks which embedding model's similarity scores correlate best (move in the same direction) with the quality scores from Step 1. That model is appointed the filter model. It then processes a second, larger dataset, keeping only the question-answer pairs it rates as high-quality. The cleaned dataset is used to train or update the target machine-learning model.

The clever part is that the filter selects itself based on evidence rather than a human choosing which tool to trust.

From the filing · THE ABSTRACT
… select one of the plurality of embedding models as a filter model based at least in part on correlation between the metrics outputted by the plurality of embedding models and the quality scores for the plurality of queries …

Translation: It picks the best AI model to act as a cleaner by seeing which one matches up closest with the known quality scores.

What cleaner training data means for AI you actually use

AI models are only as good as the data they learn from. When training sets contain poorly matched question-and-answer pairs, the model internalizes those mismatches and reproduces them every time someone asks a question. Cleaning that data manually is expensive and slow, which is why most teams don't do it thoroughly enough.

Nvidia's steady investment in AI training infrastructure shows up clearly here. A system like this could matter most in enterprise settings where companies build custom AI on proprietary documents. If the filter reliably removes noise before training, your internal AI tool is less likely to hallucinate an answer that sounds plausible but contradicts your own company data.

That makes this the fifth Nvidia application we've tracked on our AI guardrails race since July, joining one on locked AI likenesses and one on pre-model prompt filtering.

Editorial take

The problem this patent attacks is real and expensive. Synthetic data, where AI generates the training examples for another AI, is increasingly common because it is cheap to produce at scale. The catch is that cheap-to-produce also means easy to get wrong, and a pipeline that feeds millions of low-quality examples into a model will produce a model that fails in subtle, hard-to-diagnose ways.

Nvidia's approach of using a panel of models to vote on data quality, then selecting the best-performing filter rather than pre-assigning one, is a pragmatic answer to that problem. It sidesteps the question of which single tool to trust by letting the data decide.

The honest caveat is that this is infrastructure, not magic. The filter is only as good as the retriever models doing the scoring in Step 1. If those retrievers have their own blind spots, the quality scores they produce will too, and the whole selection process inherits that weakness. Still, automated quality control is far better than none, and the scale at which Nvidia operates makes even modest improvements in training data quality significant.

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

11 drawing sheets from US 2026/0267835 A1 · click any drawing to enlarge

Patent filing page

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