English

SentGraph: Hierarchical Sentence Graph for Multi-hop Retrieval-Augmented Question Answering

Computation and Language 2026-05-26 v3 Artificial Intelligence

Abstract

Traditional Retrieval-Augmented Generation (RAG) effectively supports single-hop question answering with large language models but faces significant limitations in multi-hop question answering tasks, which require combining evidence from multiple documents. Existing chunk-based retrieval often provides irrelevant and logically incoherent context, leading to incomplete evidence chains and incorrect reasoning during answer generation. To address these challenges, we propose SentGraph, a sentence-level graph-based RAG framework that explicitly models fine-grained logical relationships between sentences for multi-hop question answering. Specifically, we construct a hierarchical sentence graph offline by first adapting Rhetorical Structure Theory to distinguish nucleus and satellite sentences, and then organizing them into topic-level subgraphs with cross-document entity bridges. During online retrieval, SentGraph performs graph-guided evidence selection and path expansion to retrieve fine-grained sentence-level evidence. Extensive experiments on four multi-hop question answering benchmarks demonstrate the effectiveness of SentGraph, validating the importance of explicitly modeling sentence-level logical dependencies for multi-hop reasoning.

Keywords

Cite

@article{arxiv.2601.03014,
  title  = {SentGraph: Hierarchical Sentence Graph for Multi-hop Retrieval-Augmented Question Answering},
  author = {Junli Liang and Pengfei Zhou and Wangqiu Zhou and Wenjie Qing and Qi Zhao and Ziwen Wang and Qi Song and Xiangyang Li},
  journal= {arXiv preprint arXiv:2601.03014},
  year   = {2026}
}
R2 v1 2026-07-01T08:52:38.314Z