ACL 2021long149 citations

Dependency-driven Relation Extraction with Attentive Graph Convolutional Networks

Yuanhe Tian, Guimin Chen, Yan Song, Xiang Wan

Abstract

Syntactic information, especially dependency trees, has been widely used by existing studies to improve relation extraction with better semantic guidance for analyzing the context information associated with the given entities. However, most existing studies suffer from the noise in the dependency trees, especially when they are automatically generated, so that intensively leveraging dependency information may introduce confusions to relation classification and necessary pruning is of great importance in this task. In this paper, we propose a dependency-driven approach for relation extraction with attentive graph convolutional networks (A-GCN). In this approach, an attention mechanism upon graph convolutional networks is applied to different contextual words in the dependency tree obtained from an off-the-shelf dependency parser, to distinguish the importance of different word dependencies. Consider that dependency types among words also contain important contextual guidance, which is potentially helpful for relation extraction, we also include the type information in A-GCN modeling. Experimental results on two English benchmark datasets demonstrate the effectiveness of our A-GCN, which outperforms previous studies and achieves state-of-the-art performance on both datasets.

BibTeX
@inproceedings{tian-etal-2021-dependency,
    title = "Dependency-driven Relation Extraction with Attentive Graph Convolutional Networks",
    author = "Tian, Yuanhe  and
      Chen, Guimin  and
      Song, Yan  and
      Wan, Xiang",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.344/",
    doi = "10.18653/v1/2021.acl-long.344",
    pages = "4458--4471"
}
Dependency-driven Relation Extraction with Attentive Graph Convolutional Networks · ACL 2021