Deep Learning Event Extraction Using BERT and BiLSTM-CRF

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for extracting events from unstructured natural language texts are inefficient and require significant manual effort, leading to challenges in accurately and quickly identifying event types, participants, and timing within large volumes of information.

Innovation Solution

A method utilizing deep learning models for trigger word and argument extraction, which analyzes input text to determine trigger words and their corresponding event types and arguments, reducing the need for artificial feature construction and improving extraction accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If traditional manual methods are used for event extraction, then extraction accuracy can be maintained through human judgment, but extraction efficiency and productivity are significantly reduced due to the time-consuming nature of manual analysis

Engineering Contradiction:
Improveevent extraction efficiencyVSAvoidtime for manual feature construction and analysis
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The patent replaces manual mechanical analysis with deep learning models (BERT, BiLSTM, CRF) that automatically extract events from text. The system substitutes human cognitive processing with neural network architectures that learn patterns from training data, eliminating the need for manual feature construction and significantly improving extraction efficiency while maintaining accuracy

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The patent transforms the event extraction problem into a parameter-based classification task by defining specific event types, trigger words, and argument roles as learnable parameters. The deep learning models optimize these parameters during training to automatically identify events, converting a subjective manual process into an objective computational optimization problem

Inventive Principle:
Principle #35Parameter changes

2Ease of manufacture

If manual feature construction is used for event extraction, then extraction can be performed with simple models, but the construction cost and complexity increase significantly

Engineering Contradiction:
Improveease of event extraction system implementationVSAvoidcomplexity of feature construction and model configuration
Core Design Contradiction:
Ease of manufactureVSDevice complexity

Solution Approach 1:

The patent performs preliminary action by pre-training language models (BERT) on large corpora before applying them to event extraction. This pre-training phase automatically learns general language patterns and domain-specific features, eliminating the need for manual feature engineering in the downstream extraction task and simplifying system implementation

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The deep learning models perform self-service by automatically learning relevant features and patterns from training data without human intervention. The BiLSTM and CRF components adaptively adjust their parameters during training to optimize event extraction performance, replacing manual feature construction with autonomous model learning

Inventive Principle:
Principle #25Self-service

3Measurement precision

If deep learning models are used for trigger word and argument extraction, then event extraction accuracy is improved, but computational complexity and processing time increase

Engineering Contradiction:
Improveevent extraction accuracyVSAvoidcomplexity of deep learning model architecture
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the event extraction task into three distinct components handled by specialized models: trigger word identification (BERT-based), argument extraction (BiLSTM-CRF), and event type classification. This segmentation allows each component to be optimized independently while working together to achieve high overall accuracy, managing complexity through functional decomposition

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS11625539B2Extracting trigger words and arguments from text to obtain an event extraction result
Publication Date: 2023.04.11 BEIJING BAIDU NETCOM SCI & TECH CO LTD
  • US11625539B2 patent drawing
  • US11625539B2 patent drawing
  • US11625539B2 patent drawing

AI summary

A method for extracting an event from a text including obtaining an input text; inputting the input text into a model for extracting trigger words to obtain a trigger word extraction result of the input text; inputting the input text and the trigger word extraction result into a model for extracting arguments to obtain an argument extraction result of the input text; and obtaining an event extraction result of the input text according to the trigger word extraction result and the argument extraction result.