Joint Extraction of Entity and Relation with Information Redundancy Elimination
Yuanhao Shen, Jungang Han

TL;DR
This paper introduces a joint extraction model that effectively reduces redundancy and overlaps in entity and relation extraction tasks, utilizing a novel Encoder-LSTM and attention mechanisms.
Contribution
The paper presents a new joint extraction model with Encoder-LSTM and attention mechanisms that directly extracts multiple related entity pairs while minimizing redundant information.
Findings
Achieves high performance on ADE and CoNLL04 datasets.
Significantly reduces redundant information in extraction.
Outperforms existing models in accuracy and efficiency.
Abstract
To solve the problem of redundant information and overlapping relations of the entity and relation extraction model, we propose a joint extraction model. This model can directly extract multiple pairs of related entities without generating unrelated redundant information. We also propose a recurrent neural network named Encoder-LSTM that enhances the ability of recurrent units to model sentences. Specifically, the joint model includes three sub-modules: the Named Entity Recognition sub-module consisted of a pre-trained language model and an LSTM decoder layer, the Entity Pair Extraction sub-module which uses Encoder-LSTM network to model the order relationship between related entity pairs, and the Relation Classification sub-module including Attention mechanism. We conducted experiments on the public datasets ADE and CoNLL04 to evaluate the effectiveness of our model. The results show…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Data Quality and Management
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
