Graph-Based Information Extraction via Joint Neural Modeling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current information extraction systems perform entity recognition, relation extraction, and coreference resolution as separate tasks, leading to cascading errors and a lack of integration, while joint systems fail to perform coreference resolution and rely on word-level information, neglecting interactions between sentences.

Innovation Solution

An integrated end-to-end system that generates word-level, entity-level, and sentence-level graphs using a bidirectional long short-term memory and graph convolution network to identify entity candidates, extract links, and perform deconvolution to model linkages between sentences, enabling automated graph-based information extraction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of manufacture

If pipeline-based information extraction systems are used to perform entity recognition, relation extraction, and coreference resolution separately, then each task can be implemented in dedicated modules, but cascading errors occur and knowledge from one module is unavailable to assist other tasks

Engineering Contradiction:
Improvemodularity of extraction modulesVSAvoidaccuracy of extraction results
Core Design Contradiction:
Ease of manufactureVSReliability

Solution Approach 1:

The patent merges entity recognition, relation extraction, and coreference resolution into a unified neural network model that processes all three tasks simultaneously. The model shares underlying representations and learns joint patterns across tasks, eliminating the modular separation that causes cascading errors while maintaining the functional distinctions of each extraction task through shared hidden layers and coordinated output heads.

Inventive Principle:
Principle #5Merging (Combining)

2Reliability

If joint information extraction systems are used to simultaneously identify entities and relations, then output of one module is available to assist other tasks, but coreference resolution is not performed and word-level information is relied upon rather than higher levels

Engineering Contradiction:
Improveintegration of extraction tasksVSAvoidcapability to perform coreference resolution
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent extends traditional word-level and sentence-level processing by introducing a discourse-level dimension that spans multiple sentences. This enables the model to perform coreference resolution across sentence boundaries by maintaining and processing contextual representations at the discourse level, thereby adding a new dimensional layer of information integration that captures long-range dependencies and anaphoric relationships.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Reliability

If graph neural network based end-to-end systems are used for information extraction, then entity recognition and relation extraction can be performed integratedly, but interactions between sentences are rarely considered when performing relation extraction

Engineering Contradiction:
Improveend-to-end extraction accuracyVSAvoidconsideration of sentence interactions
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent addresses the limitation of sentence-isolated processing by extending the graph neural network to operate at the discourse level, where nodes represent discourse entities spanning multiple sentences and edges capture relationships across sentence boundaries. This dimensional extension allows the model to consider interactions between sentences while maintaining the benefits of end-to-end integrated extraction through shared representations and joint optimization.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Data Source

PatentUS11669680B2Automated graph based information extraction
Publication Date: 2023.06.06 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US11669680B2 patent drawing
  • US11669680B2 patent drawing
  • US11669680B2 patent drawing

AI summary

A set of sentences within a natural language text document are parsed, generating a word-level graph corresponding to a sentence in the set of sentences. Within the word-level graph using a trained entity identification model, a set of entity candidates are identified. From a set of graphs modelling relationships between portions of the set of sentences, a set of embeddings is generated. From a set of pairs of embeddings in the set of embeddings using a set of deconvolution layers, a set of links between entity candidates within the set of entity candidates is extracted. From the set of links and the set of entity candidates, an output graph modelling linkages between portions of the set of sentences within the natural language text document is generated.