Document-Level Relation Extraction via Subgraph Reasoning

Abstract

Document-level relation extraction aims to extract relations between entities in a document. In contrast to sentence-level relation extraction, it deals with longer texts and more complex entity interactions, which requires reasoning over multiple sentences with rich reasoning skills. Most current researches construct a document-level graph first, and then focus on the overall graph structure or the paths between the target entity pair in the graph. In this paper, we propose a novel subgraph reasoning (SGR) framework for document-level relation extraction. SGR combines the advantages of both graph-based models and path-based models, integrating various paths between the target entity pair into a much simpler subgraph structure to perform relational reasoning. Moreover, the paths generated by our designed heuristic strategy explicitly model the requisite reasoning skills and roughly cover the supporting sentences for each relation instance. Experimental results on DocRED show that SGR outperforms existing models, and further analyses demonstrate that our method is both effective and explainable. Our code is available at https://github.com/Crysta1ovo/SGR.

Cite

Text

Peng et al. "Document-Level Relation Extraction via Subgraph Reasoning." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/601

Markdown

[Peng et al. "Document-Level Relation Extraction via Subgraph Reasoning." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/peng2022ijcai-document/) doi:10.24963/IJCAI.2022/601

BibTeX

@inproceedings{peng2022ijcai-document,
  title     = {{Document-Level Relation Extraction via Subgraph Reasoning}},
  author    = {Peng, Xingyu and Zhang, Chong and Xu, Ke},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {4331-4337},
  doi       = {10.24963/IJCAI.2022/601},
  url       = {https://mlanthology.org/ijcai/2022/peng2022ijcai-document/}
}