IBM · Filed Apr 10, 2026 · Published Aug 27, 2026 · verified — real USPTO data

IBM Patents a System That Finds Which Documents Disagree and Why

Figuring out whether two sources agree on something sounds simple, but for computers reading thousands of documents at once, it is one of the harder problems in AI. IBM has filed a patent for a system that automatically groups sentences by the positions they take, then uses those groupings to judge where an entire document stands on a given claim.

Step-by-step transformation of raw documents into structured sentence clusters and a final hypothesis set. Drawing from patent filing US 2026/0252800 A1.
Step-by-step transformation of raw documents into structured sentence clusters and a final hypothesis set.
See all 6 drawings from this filing ↓
Publication number US 2026/0252800 A1
Applicant INTERNATIONAL BUSINESS MACHINES CORPORATION
Filing date Apr 10, 2026
Publication date Aug 27, 2026
Inventors Futoshi Iwama, MD MARUF HOSSAIN, Mikio Takeuchi
CPC classification 704/9
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (May 22, 2026)
Parent application is a Division of 18356660 (filed 2023-07-21)
Document 23 claims

What IBM's stance-detection system actually does

A fact-checker reads twenty news articles about the same event and has to figure out which ones support a claim, which ones push back, and which ones are just neutral. That kind of work takes time even for a trained reader, and it gets overwhelming fast when you scale up to hundreds of sources. IBM wants a machine to do it.

The system reads a large pile of documents, pulls out individual sentences, and sorts them into groups based on two things: how similar the sentences are to each other, and what stance each sentence takes. A stance here means whether a sentence supports, contradicts, or neither supports nor contradicts a given idea. The result is a tidy set of representative sentences, one for each major position that shows up across the documents.

That set of sentences then becomes a measuring stick. Feed any new document through the system and it can tell you, automatically, where that document falls in the debate. Think of it as a compass that points toward agreement or disagreement across a sea of text.

From the filing · THE ABSTRACT
Sentences from the documents are clustered into a plurality of clusters. Sentences in a cluster of the clusters have stance scores with respect to other sentences in the cluster that satisfy a stance criteria. At least one similarity group of sentences is formed in the clusters having similarity scores satisfying a similarity criteria.

Translation: The system groups sentences together based on how similar they are and whether they take opposing viewpoints.

How IBM clusters sentences to map opposing views

The patent describes a multi-step pipeline for identifying and organizing stances (positions of agreement or disagreement) across a large collection of text documents.

Here is how the process flows:

  • Clustering: The system groups sentences from across all the documents into clusters. Within each cluster, every sentence must have a stance score that meets a set threshold relative to the other sentences in that group. A stance score is a numerical measure of how strongly one sentence supports or opposes another.
  • Similarity grouping: Inside each cluster, sentences that are close in meaning are grouped further into similarity groups. This is essentially a finer sort: cluster first by position taken, then by how closely the wording and meaning match.
  • Selection: From each similarity group, the system picks the sentences whose stance scores are most representative of that group's overall position. These become the hypothesis set, a curated shortlist of sentences that cover the main viewpoints present in the full document collection.
  • Evaluation: Finally, every document in the collection is scored against the hypothesis set to determine where that document lands on each viewpoint.

The practical effect is that instead of comparing every document to every other document (a computation that grows explosively with scale), the system reduces the problem to comparing each document against a small, carefully chosen set of representative sentences.

What this means for AI research and fact-checking tools

The problem this patent attacks is real and expensive. Any organization that needs to monitor large volumes of text for conflicting claims, whether a news organization tracking misinformation, a legal team reviewing depositions, or a pharma company auditing clinical trial literature, currently relies on either human reviewers or blunt keyword search. Neither scales well. A system that can automatically surface which positions exist and which documents hold them could cut significant time and cost out of that work.

IBM has long positioned itself in enterprise AI, and this filing fits squarely in that strategy: boring-sounding infrastructure that large organizations actually pay for. Whether it reaches product form or stays as a research contribution, it sits alongside other interesting tech patents in the document-AI space that are shaping how businesses handle information overload.

This is the 39th IBM filing we've tracked since May in our AI guardrails race, following ones on catching private data leaks and finding safety filter gaps.

Editorial take

The problem here is large and underappreciated. Humans are reasonably good at reading one article and deciding whether it agrees with another. They are terrible at doing that across ten thousand documents, which is exactly the situation facing anyone trying to audit AI training data, track a public health narrative, or run a large-scale literature review.

The approach IBM describes is methodical rather than flashy, and that is appropriate. Reducing a stance-detection problem to clustering and similarity scoring is a well-understood family of techniques, so the novelty is in the specific combination and the hypothesis-set structure, not in any single algorithmic leap. That means it is a defensible engineering contribution, not a conceptual breakthrough.

The honest question is whether the approach holds up when documents are subtly contradictory rather than cleanly pro or con. Real-world text is messy, and stance is often a matter of degree or framing. That is a hard problem, and this patent does not fully address it, which is a fair reason to temper expectations even while acknowledging the usefulness of the underlying goal.

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

6 drawing sheets from US 2026/0252800 A1 · click any drawing to enlarge

Patent filing page

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