Abstract

Document-level Relation Extraction (RE) is particularly challenging due to complex semantic interactions among multiple entities in a document. Among exiting approaches, Graph Convolutional Networks (GCN) is one of the most effective approaches for document-level RE. However, traditional GCN simply takes word nodes and adjacency matrix to represent graphs, which is difficult to establish direct connections between distant entity pairs. In this paper, we propose Global Context-enhanced Graph Convolutional Networks (GCGCN), a novel model which is composed of entities as nodes and context of entity pairs as edges between nodes to capture rich global context information of entities in a document. Two hierarchical blocks, Context-aware Attention Guided Graph Convolution (CAGGC) for partially connected graphs and Multi-head Attention Guided Graph Convolution (MAGGC) for fully connected graphs, could take progressively more global context into account. Meantime, we leverage a large-scale distantly supervised dataset to pre-train a GCGCN model with curriculum learning, which is then fine-tuned on the human-annotated dataset for further improving document-level RE performance. The experimental results on DocRED show that our model could effectively capture rich global context information in the document, leading to a state-of-the-art result. Our code is available at https://github.com/Huiweizhou/GCGCN.

Highlights

  • The task of Relation Extraction (RE) aims to detect semantic relations among entities in text, which plays an important role in many natural language processing applications such as knowledge discovery (Quirk and Poon, 2017), and question answering (Yih et al, 2015; Yu et al, 2017).Previous research on relation extraction mainly focuses on sentence-level, i.e., predicting relations between entity pairs in a given sentence

  • We propose novel Global Context-enhanced Graph Convolutional Networks (GCGCN) with entities as nodes and context of entity pairs as edges between nodes for document-level RE

  • We propose novel Global Context-enhanced Graph Convolutional Networks (GCGCN) with entities as nodes and context of entity pairs as edges between nodes to capture rich global context information

Read more

Summary

Introduction

The task of Relation Extraction (RE) aims to detect semantic relations among entities in text, which plays an important role in many natural language processing applications such as knowledge discovery (Quirk and Poon, 2017), and question answering (Yih et al, 2015; Yu et al, 2017). Previous research on relation extraction mainly focuses on sentence-level, i.e., predicting relations between entity pairs in a given sentence. In real-world scenarios, many relations are expressed across sentences. The task of identifying these relations is named inter-sentence RE. Intersentence relations occur in textual snippets with several sentences, such as documents. Multiple mentions of the target entities in different sentences should be used for inter-sentence relation extraction, since their relations are expressed through the interactions of these mentions in the whole document

Methods
Results
Conclusion
Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.