COLING 2020main83 citations

Graph Enhanced Dual Attention Network for Document-Level Relation Extraction

Bo Li, Wei Ye, Zhonghao Sheng, Rui Xie, Xiangyu Xi, Shikun Zhang

Abstract

Document-level relation extraction requires inter-sentence reasoning capabilities to capture local and global contextual information for multiple relational facts. To improve inter-sentence reasoning, we propose to characterize the complex interaction between sentences and potential relation instances via a Graph Enhanced Dual Attention network (GEDA). In GEDA, sentence representation generated by the sentence-to-relation (S2R) attention is refined and synthesized by a Heterogeneous Graph Convolutional Network before being fed into the relation-to-sentence (R2S) attention . We further design a simple yet effective regularizer based on the natural duality of the S2R and R2S attention, whose weights are also supervised by the supporting evidence of relation instances during training. An extensive set of experiments on an existing large-scale dataset show that our model achieve competitive performance, especially for the inter-sentence relation extraction, while the neural predictions can also be interpretable and easily observed.

BibTeX
@inproceedings{li-etal-2020-graph,
    title = "Graph Enhanced Dual Attention Network for Document-Level Relation Extraction",
    author = "Li, Bo  and
      Ye, Wei  and
      Sheng, Zhonghao  and
      Xie, Rui  and
      Xi, Xiangyu  and
      Zhang, Shikun",
    editor = "Scott, Donia  and
      Bel, Nuria  and
      Zong, Chengqing",
    booktitle = "Proceedings of the 28th International Conference on Computational Linguistics",
    month = dec,
    year = "2020",
    address = "Barcelona, Spain (Online)",
    publisher = "International Committee on Computational Linguistics",
    url = "https://aclanthology.org/2020.coling-main.136/",
    doi = "10.18653/v1/2020.coling-main.136",
    pages = "1551--1560"
}