LLM Explanations for Ambiguous Match Candidate Resolution

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Complex cross-reference matching AI systems face challenges in ambiguous data environments with unstructured datasets, missing or inconsistent field values, and one-to-many matches, complicating explainability and accuracy.

Innovation Solution

A method and system utilizing a large language model (LLM) to analyze dominant and ambiguous features of candidate matches, clustering them, and generating suggestions to modify user inputs based on feature patterns to resolve ambiguity.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If complex cross-reference matching is performed on unstructured datasets with varying schemas, then comprehensive matching coverage is achieved, but measurement precision of match confidence deteriorates due to ambiguous and inconsistent field values

Engineering Contradiction:
Improvematching coverageVSAvoidmatch confidence
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The patent segments the set of features into multiple subsets (e.g., dominant features, ambiguous features, confusing features) to analyze their individual impacts on match confidence. This segmentation allows the system to identify which specific feature subsets contribute to low confidence scores, enabling targeted resolution strategies while maintaining comprehensive matching coverage across unstructured datasets.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a large language model (LLM) as an intermediary to generate explanations for low match confidence scores. The LLM processes the segmented feature subsets and produces human-understandable explanations that bridge the gap between complex matching algorithms and user comprehension, thereby improving measurement precision without sacrificing matching coverage.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Loss of information

If the system provides detailed explanations for match confidence, then explainability is improved, but device complexity increases due to additional processing components

Engineering Contradiction:
ImproveexplainabilityVSAvoidsystem complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The patent extracts the explanation generation function from the core matching system by utilizing a separate large language model. This extraction allows the matching system to maintain its complexity while delegating the explainability task to a specialized component, thereby improving explainability without proportionally increasing overall system complexity.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system employs the LLM to self-generate explanations by processing the segmented feature subsets and identifying ambiguous or confusing features. This self-service approach allows the system to produce detailed explanations autonomously without requiring manual intervention or complex external explanation frameworks.

Inventive Principle:
Principle #25Self-service

3Measurement precision

If multiple feature subsets are analyzed and clustered to generate explanations, then measurement precision of feature impact is improved, but loss of time increases due to additional processing steps

Engineering Contradiction:
Improvefeature impact analysisVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary clustering of features into subsets (dominant, ambiguous, confusing) before generating explanations. This preliminary action organizes the feature data in advance, allowing the LLM to quickly identify relevant feature impacts during explanation generation, thereby reducing the time penalty associated with detailed feature analysis.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system focuses its detailed analysis on only the necessary feature subsets (particularly ambiguous and confusing features) rather than analyzing all features equally. This partial action approach maintains measurement precision for critical features while reducing overall processing time by avoiding exhaustive analysis of all feature subsets.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS12554724B1Resolving complex match candidates using large language model explanations of ambiguous features
Publication Date: 2026.02.17 INTUIT INC
  • US12554724B1 patent drawing
  • US12554724B1 patent drawing
  • US12554724B1 patent drawing

AI summary

A method includes obtaining, from a matching model, for a user input, a set of candidate matches generated using a corresponding set of features. The corresponding set of features is partitioned into a first feature subset and a second feature subset. For each candidate match in the set of candidate matches, a candidate feature subset of features is individually generated. The candidate feature subset of features are selected from the first feature subset and the second feature subset for the candidate match. A multitude of candidate feature subsets corresponding to the set of candidate matches is obtained. The multitude of candidate feature subsets is clustered to obtain a first feature pattern and a second feature pattern. A large language model (LLM) generates a suggestion to modify the user input by processing the first feature pattern and the second feature pattern. The method further includes presenting the suggestion of the LLM.