CLLGJun 18, 2019

Attention Guided Graph Convolutional Networks for Relation Extraction

arXiv:1906.07510v81179 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of relation extraction in NLP by introducing a soft-pruning method to selectively attend to relevant sub-structures in dependency trees, representing an incremental improvement over existing hard-pruning strategies.

The paper tackles the challenge of effectively using relevant information from full dependency trees for relation extraction by proposing Attention Guided Graph Convolutional Networks (AGGCNs), which achieve significantly better results than previous approaches on tasks like cross-sentence n-ary and sentence-level relation extraction.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes