KnowRA: Knowledge Retrieval Augmented Method for Document-Level Relation Extraction with Comprehensive Reasoning Abilities

Abstract

Document-level relation extraction (Doc-RE) aims to extract relations between entities across multiple sentences. Therefore, Doc-RE requires more comprehensive reasoning abilities like humans, involving complex cross-sentence interactions between entities, contexts, and external general knowledge, compared to the sentence-level RE. However, most existing Doc-RE methods focus on optimizing single reasoning ability, but lack the ability to utilize external knowledge for comprehensive reasoning on long documents. To solve these problems, a knowledge retrieval augmented method, named KnowRA, was proposed with comprehensive reasoning to autonomously determine whether to accept external knowledge to assist Doc-RE. Firstly, we constructed a document graph for semantic encoding and integrated the co-reference resolution model to augment the co-reference reasoning ability. Then, we expanded the document graph into a document knowledge graph by retrieving the external knowledge base for common-sense reasoning and a novel knowledge filtration method was presented to filter out irrelevant knowledge. Finally, we proposed the axis attention mechanism to build direct and indirect associations with intermediary entities for achieving cross-sentence logical reasoning. Extensive experiments conducted on two datasets verified the effectiveness of our method compared to the state-of-the-art baselines. Our code is available at https://anonymous.4open.science/r/KnowRA.

Cite

Text

Mai et al. "KnowRA: Knowledge Retrieval Augmented Method for Document-Level Relation Extraction with Comprehensive Reasoning Abilities." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/910

Markdown

[Mai et al. "KnowRA: Knowledge Retrieval Augmented Method for Document-Level Relation Extraction with Comprehensive Reasoning Abilities." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/mai2025ijcai-knowra/) doi:10.24963/IJCAI.2025/910

BibTeX

@inproceedings{mai2025ijcai-knowra,
  title     = {{KnowRA: Knowledge Retrieval Augmented Method for Document-Level Relation Extraction with Comprehensive Reasoning Abilities}},
  author    = {Mai, Chengcheng and Wang, Yuxiang and Gong, Ziyu and Wang, Hanxiang and Huang, Yihua},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {8186-8194},
  doi       = {10.24963/IJCAI.2025/910},
  url       = {https://mlanthology.org/ijcai/2025/mai2025ijcai-knowra/}
}