CLAILGJun 3, 2021

SIRE: Separate Intra- and Inter-sentential Reasoning for Document-level Relation Extraction

arXiv:2106.01709v1714 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in document-level relation extraction for natural language processing by improving logical reasoning coverage, though it is incremental in its approach.

The paper tackles document-level relation extraction by proposing SIRE, which separately models intra- and inter-sentential relations and introduces a new logical reasoning module to cover more reasoning chains, resulting in outperforming previous state-of-the-art methods on public datasets.

Document-level relation extraction has attracted much attention in recent years. It is usually formulated as a classification problem that predicts relations for all entity pairs in the document. However, previous works indiscriminately represent intra- and inter-sentential relations in the same way, confounding the different patterns for predicting them. Besides, they create a document graph and use paths between entities on the graph as clues for logical reasoning. However, not all entity pairs can be connected with a path and have the correct logical reasoning paths in their graph. Thus many cases of logical reasoning cannot be covered. This paper proposes an effective architecture, SIRE, to represent intra- and inter-sentential relations in different ways. We design a new and straightforward form of logical reasoning module that can cover more logical reasoning chains. Experiments on the public datasets show SIRE outperforms the previous state-of-the-art methods. Further analysis shows that our predictions are reliable and explainable. Our code is available at https://github.com/DreamInvoker/SIRE.

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