Partitioned Record Relationship Retrieval

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current identity resolution technologies using relationship graphs are inefficient and costly due to the time-consuming parsing process, especially when dealing with a large number of nodes.

Innovation Solution

The system partitions records into multiple groups and processes them in parallel using input and output queues, allowing for concurrent access to relationship information in the graph model to determine associations between records.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a relationship graph with a large number of nodes is used to represent identities and relationships, then the completeness of relationship tracking is improved, but the parsing process becomes very time consuming and costly

Engineering Contradiction:
Improvecompleteness of relationship trackingVSAvoidparsing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent partitions the relationship graph into multiple sub-graphs or components, allowing the parsing process to be divided into smaller, parallelizable tasks. Each sub-graph can be processed independently, reducing the overall parsing time while maintaining complete relationship tracking across all partitions.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary indexing and preprocessing of the relationship graph data before the actual parsing operation. This includes creating efficient data structures and organizing the graph data in advance, so that the main parsing process can proceed more quickly without sacrificing relationship tracking completeness.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If identity resolution technologies process large numbers of records in a relationship graph, then the accuracy of relationship identification is improved, but the processing cost and time consumption increase significantly

Engineering Contradiction:
Improveaccuracy of relationship identificationVSAvoidprocessing efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent divides the large set of records into multiple partitions or batches, processing them in parallel while maintaining the ability to identify relationships across partition boundaries. This segmentation allows accurate relationship identification to be achieved without processing the entire dataset sequentially, thus improving productivity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces intermediary data structures and indexing mechanisms that facilitate efficient relationship queries across partitioned records. These intermediaries enable accurate relationship identification by providing optimized access paths without requiring exhaustive processing of all records.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250200078A1Relationship retrieval in a partitioned list of records
Publication Date: 2025.06.19 FAIR ISAAC & CO INC
  • US20250200078A1 patent drawing
  • US20250200078A1 patent drawing
  • US20250200078A1 patent drawing

AI summary

Systems and methods are provided for accessing a database of records to identify a set of records represented by one or more nodes in a graph model. A connection between a first node and a second node in the one or more nodes is monitored to determine an association between a first record, represented by the first node, and a second record, represented by the second node. The set of records may be partitioned into a plurality of groups. For at least a first group, including a first set of records, it may be determined whether two or more records in the first group are related. In response to determining that the two or more records in the first group are related, a first group identifier may be assigned to the two or more records.