Bayesian Entity Linking for Legal Document Retrieval

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current information-retrieval systems for legal documents, such as those used for judicial opinions, face limitations in automatically generating accurate hyperlinks for names of attorneys and judges, leading to inefficiencies in accessing relevant information.

Innovation Solution

An online information-retrieval system that includes databases for caselaw, expert witness directories, professional licensing, and court filings, utilizing search engines and Bayesian matching to extract and link entity references, enabling users to efficiently find and display expert profiles, verdicts, and related documents through a graphical user interface.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If automatic hyperlinking systems extract names from legal text to link to professional directories, then information accessibility is improved, but accuracy of name matching deteriorates due to extraction errors and false positives

Engineering Contradiction:
Improveinformation accessibilityVSAvoidname matching accuracy
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The system implements feedback loops where extraction results are validated against multiple data sources including professional directories, court records, and licensing databases. The feedback mechanism continuously refines extraction accuracy by comparing extracted names with verified professional records and adjusting extraction parameters based on match quality metrics.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system introduces intermediary verification layers between name extraction and hyperlink creation. These intermediaries include probabilistic matching algorithms that cross-reference extracted names with directory entries, disambiguation modules that resolve naming conflicts, and confidence scoring systems that filter low-quality matches before creating hyperlinks.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Loss of information

If the system integrates multiple databases including expert witness directories and professional licensing data, then information completeness is improved, but system complexity deteriorates

Engineering Contradiction:
Improveinformation completenessVSAvoidsystem complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The system implements a universal database architecture where a single integrated platform handles multiple functions: storing expert witness information, verifying professional licenses, cross-referencing court records, and generating hyperlinks. This multi-functional design consolidates what would otherwise require separate systems, reducing overall complexity while maintaining information completeness across all data types.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system employs a nested database structure where specialized databases (expert witness directories, licensing databases, court records) are organized hierarchically within a master information repository. This nesting allows the system to manage complex multi-source data through layered access protocols, where each nested layer provides specific functionality while benefiting from the organizational structure of the parent database.

Inventive Principle:
Principle #7Nested doll (Nesting)

3Measurement precision

If the system performs Bayesian matching to verify extracted names against directory records, then matching accuracy is improved, but processing time deteriorates

Engineering Contradiction:
Improvematching accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary actions by pre-processing and indexing directory records before they are needed for matching. Names, affiliations, and professional details are pre-computed and stored in optimized lookup structures. When extraction occurs, the system queries these pre-prepared indexes rather than performing full Bayesian calculations on raw data, dramatically reducing processing time while maintaining accuracy.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system applies partial Bayesian matching by performing full probabilistic verification only on high-priority or ambiguous cases, while using faster heuristic methods for clear matches. This selective application of computational resources performs enough verification to maintain accuracy for critical cases while avoiding unnecessary processing time for obvious matches, achieving a balance between precision and speed.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS7571174B2Systems, methods, interfaces and software for automated collection and integration of entity data into online databases and professional directories
Publication Date: 2009.08.04 THOMSON REUTERS ENTERPRISE CENTRE GMBH
  • US7571174B2 patent drawing
  • US7571174B2 patent drawing
  • US7571174B2 patent drawing

AI summary

An information-retrieval system includes a server that receives queries for documents from client devices and means for outputting results of queries to the client devices, with the results provided in association with one or more interactive control features that are selectable to invoke display of information regarding entities, such as professionals, referenced in the results.