Connecting the Dots: Document-level Neural Relation Extraction with Edge-oriented Graphs
Fenia Christopoulou, Makoto Miwa, Sophia Ananiadou

TL;DR
This paper introduces an edge-oriented graph neural network for document-level relation extraction, leveraging edge representations as paths between entities to improve relation inference across sentences.
Contribution
It proposes a novel edge-oriented graph neural model that uses edge representations and multi-instance learning for better document-level relation extraction.
Findings
Outperforms existing node-based models on biomedical datasets.
Effectively captures intra- and inter-sentence relations.
Demonstrates the advantage of edge representations in relation inference.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Biomedical Text Mining and Ontologies
