English

Document-level Relation Extraction with Cross-sentence Reasoning Graph

Computation and Language 2023-03-08 v1 Artificial Intelligence Machine Learning Social and Information Networks

Abstract

Relation extraction (RE) has recently moved from the sentence-level to document-level, which requires aggregating document information and using entities and mentions for reasoning. Existing works put entity nodes and mention nodes with similar representations in a document-level graph, whose complex edges may incur redundant information. Furthermore, existing studies only focus on entity-level reasoning paths without considering global interactions among entities cross-sentence. To these ends, we propose a novel document-level RE model with a GRaph information Aggregation and Cross-sentence Reasoning network (GRACR). Specifically, a simplified document-level graph is constructed to model the semantic information of all mentions and sentences in a document, and an entity-level graph is designed to explore relations of long-distance cross-sentence entity pairs. Experimental results show that GRACR achieves excellent performance on two public datasets of document-level RE. It is especially effective in extracting potential relations of cross-sentence entity pairs. Our code is available at https://github.com/UESTC-LHF/GRACR.

Keywords

Cite

@article{arxiv.2303.03912,
  title  = {Document-level Relation Extraction with Cross-sentence Reasoning Graph},
  author = {Hongfei Liu and Zhao Kang and Lizong Zhang and Ling Tian and Fujun Hua},
  journal= {arXiv preprint arXiv:2303.03912},
  year   = {2023}
}

Comments

This paper is accepted by PAKDD 2023

R2 v1 2026-06-28T09:05:34.577Z