Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Attention Guided Graph Convolutional Networks for Relation Extraction

About

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 extraction show that our model is able to better leverage the structural information of the full dependency trees, giving significantly better results than previous approaches.

Zhijiang Guo, Yan Zhang, Wei Lu• 2019

Related benchmarks

TaskDatasetResultRank
Document-level Relation ExtractionDocRED (dev)
F1 Score52.47
231
Relation ExtractionTACRED (test)
F1 Score69
194
Document-level Relation ExtractionDocRED (test)
F1 Score51.45
179
Relation ExtractionDocRED (test)
F1 Score51.45
121
Relation ExtractionTACRED
Micro F168.2
97
Dialogue Relation ExtractionDialogRE (test)
F146.2
69
Relation ExtractionDocRED v1 (test)
F151.45
66
Relation ExtractionDocRED v1 (dev)
F1 Score52.47
65
Relation ExtractionSemEval
Micro-F185.7
63
Relation ExtractionTACRED v1.0 (test)
F1 Score68.2
37
Showing 10 of 18 rows

Other info

Code

Follow for update