CLAINov 27, 2020

Joint Extraction of Entity and Relation with Information Redundancy Elimination

arXiv:2011.13565v11 citations
AI Analysis

This work provides an incremental improvement for researchers working on joint entity and relation extraction by reducing redundant information.

This paper addresses the problem of redundant information and overlapping relations in entity and relation extraction by proposing a joint extraction model. The model is capable of directly extracting multiple pairs of related entities without generating unrelated redundant information, achieving good performance on ADE and CoNLL04 datasets.

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 that the proposed model achieves good performance in the task of entity and relation extraction and can greatly reduce the amount of redundant information.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes