IBM · Filed Jan 10, 2025 · Published Jul 16, 2026 · verified — real USPTO data

IBM Patents a Way to Pick the Best AI Model With Far Less Human Review

Choosing between two AI models usually means having humans review hundreds of test cases. IBM's new patent tries to shrink that pile dramatically by figuring out which cases actually matter.

IBM Patent: AI Model Selection With Fewer Human Labels — figure from US 2026/0203555 A1
Figure from the official USPTO publication.
Publication number US 2026/0203555 A1
Applicant International Business Machines Corporation
Filing date Jan 10, 2025
Publication date Jul 16, 2026
Inventors Ariel Gera, Benjamin Sznajder, Shir Ashury Tahan, LESHEM CHOSHEN, Liat EIN-DOR, Eyal Shnarch
CPC classification 706/27
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Feb 12, 2025)
Document 20 claims

How IBM cuts the human labeling work in AI model selection

Imagine you're trying to decide which of two AI assistants is better at answering customer support questions. The obvious approach is to have a human expert review a big batch of test questions and say which AI gave the better answer each time. But that's expensive and slow, especially when the two AIs agree on most cases anyway.

IBM's patent describes a system that first runs both AI models on every test question, then mathematically compares their answers to find the cases where the two models disagree most. Those disagreements get grouped into clusters of similar situations, and then only one representative example from each cluster gets sent to a human for review.

The result: instead of a human labeling hundreds of examples, they might only need to label a few dozen carefully chosen ones, and the system can still make a confident, well-informed decision about which AI model is best for the job.

How difference vectors and clustering reduce annotation load

The patent describes a pipeline for comparing two AI models without requiring humans to label every test example. Here's how the steps fit together:

  • Run both models on a test set. Every test example gets processed by Model A and Model B separately, producing two sets of outputs.
  • Convert outputs to vector embeddings. Each output is translated into a vector embedding (a list of numbers that captures the meaning or structure of the output, similar to how a GPS coordinate captures location).
  • Compute a difference vector. For each test example, the system subtracts one embedding from the other, producing a difference vector that represents how much the two models disagreed on that example.
  • Cluster the difference vectors. Examples with similar disagreement patterns get grouped together using a clustering algorithm (think of sorting puzzle pieces by shape before solving them).
  • Select representatives and annotate. One representative example from each cluster is sent to a human annotator (called an oracle) who judges which model performed better. That judgment is then applied to the whole cluster.

The core insight is that if two examples produce nearly identical disagreement patterns, you only need a human to evaluate one of them. The patent frames this as an annotation-efficient approach, meaning you get reliable model-selection decisions without burning through a large annotation budget.

What this means for companies comparing AI models at scale

For companies that constantly evaluate or swap out AI models, the cost of human review adds up fast. Every time a team wants to know whether a new model is better than an old one, they need labeled test data, which means paying annotators or pulling in domain experts. IBM's approach could make that process significantly cheaper and faster, particularly in specialized fields like legal, medical, or financial AI where expert reviewers are expensive.

This is also relevant at a broader level. As AI adoption grows, organizations are increasingly managing portfolios of models rather than a single system. A practical, low-cost method for comparing models head-to-head could become a standard part of how AI teams operate, and whoever holds key patents in that space has some leverage in enterprise AI tooling markets.

Editorial take

This is a genuinely practical piece of infrastructure work. The problem it solves (too much human labeling effort when comparing AI models) is real and widely felt, especially in enterprise settings. It's not the kind of patent that will make headlines, but it's the kind that becomes standard practice in AI deployment pipelines.

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.