CLAug 31, 2019

Connecting the Dots: Document-level Neural Relation Extraction with Edge-oriented Graphs

arXiv:1909.00228v11037 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of extracting complex relationships across sentences in documents for biomedical applications, representing an incremental improvement over existing node-based graph models.

The paper tackles document-level relation extraction by proposing an edge-oriented graph neural model that uses unique edge representations as paths between nodes, achieving improved performance on biomedical datasets for chemical-disease and gene-disease associations.

Document-level relation extraction is a complex human process that requires logical inference to extract relationships between named entities in text. Existing approaches use graph-based neural models with words as nodes and edges as relations between them, to encode relations across sentences. These models are node-based, i.e., they form pair representations based solely on the two target node representations. However, entity relations can be better expressed through unique edge representations formed as paths between nodes. We thus propose an edge-oriented graph neural model for document-level relation extraction. The model utilises different types of nodes and edges to create a document-level graph. An inference mechanism on the graph edges enables to learn intra- and inter-sentence relations using multi-instance learning internally. Experiments on two document-level biomedical datasets for chemical-disease and gene-disease associations show the usefulness of the proposed edge-oriented approach.

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