CLDec 21, 2020

Document-Level Relation Extraction with Reconstruction

arXiv:2012.11384v1131 citations
AI Analysis

This work provides an incremental improvement for researchers and practitioners working on document-level relation extraction by improving the focus of graph-based models.

The paper addresses the issue of irrelevant entity pairs diluting attention in document-level relation extraction (DocRE) models. They propose an encoder-classifier-reconstructor model where the reconstructor helps focus on relevant entity pairs during training and acts as a relationship indicator during inference, significantly improving accuracy on a large-scale DocRE dataset.

In document-level relation extraction (DocRE), graph structure is generally used to encode relation information in the input document to classify the relation category between each entity pair, and has greatly advanced the DocRE task over the past several years. However, the learned graph representation universally models relation information between all entity pairs regardless of whether there are relationships between these entity pairs. Thus, those entity pairs without relationships disperse the attention of the encoder-classifier DocRE for ones with relationships, which may further hind the improvement of DocRE. To alleviate this issue, we propose a novel encoder-classifier-reconstructor model for DocRE. The reconstructor manages to reconstruct the ground-truth path dependencies from the graph representation, to ensure that the proposed DocRE model pays more attention to encode entity pairs with relationships in the training. Furthermore, the reconstructor is regarded as a relationship indicator to assist relation classification in the inference, which can further improve the performance of DocRE model. Experimental results on a large-scale DocRE dataset show that the proposed model can significantly improve the accuracy of relation extraction on a strong heterogeneous graph-based baseline.

Code Implementations1 repo
Foundations

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

Your Notes