Hybrid Clustering Document Matching

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Pairwise comparison of all text documents is computationally intensive and infeasible in real-world scenarios, and limiting comparisons to a subset risks excluding similar documents, with existing methods providing generic results that encompass too many documents.

Innovation Solution

A method involving hybrid clustering to calculate numeric vector representations for documents, selecting a subset of nearest neighbors, and performing pairwise comparisons within this subset to generate similarity ratings and a ranked list of similar documents.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If pairwise comparison is performed over all possible pairs in a set of text documents, then measurement precision of similarity is improved, but computational resources required increase excessively

Engineering Contradiction:
Improvesimilarity measurement precisionVSAvoidcomputational resources
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent segments the large set of text documents into multiple clusters based on topic similarity. Instead of performing pairwise comparisons across all documents, the method divides the document set into manageable clusters and performs comparisons within each cluster, significantly reducing computational resources while maintaining similarity measurement precision for relevant documents.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary clustering of documents into topic-based groups before conducting pairwise comparisons. This preliminary action organizes documents so that subsequent similarity comparisons only need to be performed within relevant clusters rather than across the entire document set, reducing computational burden while preserving measurement accuracy.

Inventive Principle:
Principle #10Preliminary action

2Use of energy by moving object

If pairwise comparison is limited to a subset of text documents, then computational resources are reduced, but reliability of finding the desired best matching document decreases

Engineering Contradiction:
Improvecomputational resourcesVSAvoidreliability of finding best matching document
Core Design Contradiction:
Use of energy by moving objectVSReliability

Solution Approach 1:

The patent segments the document set into multiple topic-based clusters, ensuring that the desired matching document is not excluded by performing comparisons within relevant clusters rather than on a single arbitrary subset. This segmentation maintains reliability by organizing documents topic-wise so that similar documents are grouped together.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the parameter of document selection from arbitrary subset selection to cluster-based selection based on topic similarity. By using topic similarity as the selection criterion, the method ensures that relevant documents are included in the comparison subset, maintaining reliability while reducing computational resources.

Inventive Principle:
Principle #35Parameter changes

3Device complexity

If filtering is performed to select a cluster from the overall set, then computational complexity is reduced, but manufacturing precision of result quality deteriorates due to generic results encompassing too many documents

Engineering Contradiction:
Improvecomputational complexityVSAvoidresult quality precision
Core Design Contradiction:
Device complexityVSManufacturing precision

Solution Approach 1:

The patent segments the document set into multiple fine-grained topic-based clusters rather than using a single large cluster. This segmentation reduces computational complexity by limiting comparisons to smaller clusters while improving result quality precision by creating more specific, topic-relevant groups that encompass fewer but more relevant documents.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the clustering parameter from generic topic grouping to fine-grained topic similarity-based grouping. By adjusting the clustering parameters to create more specific topic groups, the method reduces computational complexity while improving the precision of result quality by eliminating generic matches that encompass too many unrelated documents.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS11521409B2Hybrid clustering and pairwise comparison document matching
Publication Date: 2022.12.06 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US11521409B2 patent drawing
  • US11521409B2 patent drawing
  • US11521409B2 patent drawing

AI summary

An approach for determining similar text documents. The approach can calculate a first set of vectors for a first cluster of text documents and a first comparison vector for a text document of interest. The approach can select a subset of text documents from the cluster of text documents based on comparing the vectors from the first set of vectors to the first comparison vector and picking a predetermined number of closest comparison text documents. The approach can calculate a second set of vectors for the subset of documents and second comparison vector for the document of interest. The approach can generate similarity ratings for the subset of documents based on pairwise comparisons of the second comparison vector and the second set of vectors. The approach can generate a ranked list of the second cluster of text documents based on the similarity ratings.