Attention Guided Graph Convolutional Networks for Relation Extraction
Zhijiang Guo, Yan Zhang, Wei Lu

TL;DR
This paper introduces AGGCNs, a novel model that uses attention mechanisms to selectively focus on relevant parts of dependency trees for improved relation extraction, outperforming previous methods.
Contribution
The paper presents a soft-pruning approach with attention-guided graph convolutional networks that effectively utilizes full dependency trees for relation extraction.
Findings
AGGCNs outperform previous models on relation extraction tasks.
The model effectively leverages full dependency trees.
Significant improvements in cross-sentence and large-scale relation extraction.
Abstract
Dependency trees convey rich structural information that is proven useful for extracting relations among entities in text. However, how to effectively make use of relevant information while ignoring irrelevant information from the dependency trees remains a challenging research question. Existing approaches employing rule based hard-pruning strategies for selecting relevant partial dependency structures may not always yield optimal results. In this work, we propose Attention Guided Graph Convolutional Networks (AGGCNs), a novel model which directly takes full dependency trees as inputs. Our model can be understood as a soft-pruning approach that automatically learns how to selectively attend to the relevant sub-structures useful for the relation extraction task. Extensive results on various tasks including cross-sentence n-ary relation extraction and large-scale sentence-level relation…
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 · Advanced Graph Neural Networks
MethodsGraph Convolutional Networks
