GEGA: Graph Convolutional Networks and Evidence Retrieval Guided Attention for Enhanced Document-level Relation Extraction
Yanxu Mao, Xiaohui Chen, Peipei Liu, Tiehan Cui, Zuhui Yue, Zheng Li

TL;DR
GEGA is a novel model that enhances document-level relation extraction by integrating graph neural networks and evidence retrieval guided attention, significantly improving performance on benchmark datasets.
Contribution
The paper introduces GEGA, a new approach combining graph neural networks and evidence-guided attention for better relation extraction from long documents.
Findings
Achieved state-of-the-art results on DocRED, Re-DocRED, and Revisit-DocRED datasets.
Effectively guides attention to relevant evidence sentences, improving extraction accuracy.
Enhances multi-scale representation aggregation for better understanding of complex relations.
Abstract
Document-level relation extraction (DocRE) aims to extract relations between entities from unstructured document text. Compared to sentence-level relation extraction, it requires more complex semantic understanding from a broader text context. Currently, some studies are utilizing logical rules within evidence sentences to enhance the performance of DocRE. However, in the data without provided evidence sentences, researchers often obtain a list of evidence sentences for the entire document through evidence retrieval (ER). Therefore, DocRE suffers from two challenges: firstly, the relevance between evidence and entity pairs is weak; secondly, there is insufficient extraction of complex cross-relations between long-distance multi-entities. To overcome these challenges, we propose GEGA, a novel model for DocRE. The model leverages graph neural networks to construct multiple weight…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsSoftmax · Attention Is All You Need
