CLAILGSep 29, 2020

Double Graph Based Reasoning for Document-level Relation Extraction

arXiv:2009.13752v11018 citationsHas Code
AI Analysis

This addresses the problem of extracting relations across multiple sentences in documents for natural language processing applications, representing a strong specific gain.

The paper tackles document-level relation extraction by proposing a Graph Aggregation-and-Inference Network (GAIN) with double graphs, achieving a 2.85 F1 improvement over the previous state-of-the-art on the DocRED dataset.

Document-level relation extraction aims to extract relations among entities within a document. Different from sentence-level relation extraction, it requires reasoning over multiple sentences across a document. In this paper, we propose Graph Aggregation-and-Inference Network (GAIN) featuring double graphs. GAIN first constructs a heterogeneous mention-level graph (hMG) to model complex interaction among different mentions across the document. It also constructs an entity-level graph (EG), based on which we propose a novel path reasoning mechanism to infer relations between entities. Experiments on the public dataset, DocRED, show GAIN achieves a significant performance improvement (2.85 on F1) over the previous state-of-the-art. Our code is available at https://github.com/DreamInvoker/GAIN .

Code Implementations2 repos
Foundations

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

Your Notes