Inter-sentence Relation Extraction with Document-level Graph Convolutional Neural Network
About
Inter-sentence relation extraction deals with a number of complex semantic relationships in documents, which require local, non-local, syntactic and semantic dependencies. Existing methods do not fully exploit such dependencies. We present a novel inter-sentence relation extraction model that builds a labelled edge graph convolutional neural network model on a document-level graph. The graph is constructed using various inter- and intra-sentence dependencies to capture local and non-local dependency information. In order to predict the relation of an entity pair, we utilise multi-instance learning with bi-affine pairwise scoring. Experimental results show that our model achieves comparable performance to the state-of-the-art neural models on two biochemistry datasets. Our analysis shows that all the types in the graph are effective for inter-sentence relation extraction.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Document-level Relation Extraction | DocRED (dev) | F1 Score51.52 | 231 | |
| Document-level Relation Extraction | DocRED (test) | F1 Score51.62 | 179 | |
| Relation Extraction | CDR (test) | F1 Score58.6 | 92 | |
| Relation Extraction | DocRED v1 (test) | F151.62 | 66 | |
| Relation Extraction | DocRED v1 (dev) | F1 Score51.52 | 65 | |
| Relation Extraction | CDR (dev) | F1 Score57.2 | 19 |