Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Hierarchical Abstract Tree for Cross-Document Retrieval-Augmented Generation

About

Retrieval-augmented generation (RAG) enhances large language models with external knowledge, and tree-based RAG organizes documents into hierarchical indexes to support queries at multiple granularities. However, existing Tree-RAG methods designed for single-document retrieval face critical challenges in scaling to cross-document multi-hop questions: (1) poor distribution adaptability, where $k$-means clustering introduces noise due to rigid distribution assumptions; (2) structural isolation, as tree indexes lack explicit cross-document connections; and (3) coarse abstraction, which obscures fine-grained details. To address these limitations, we propose $\Psi$-RAG, a tree-RAG framework with two key components. First, a hierarchical abstract tree index built through an iterative "merging and collapse" process that adapts to data distributions without a priori assumption. Second, a multi-granular retrieval agent that intelligently interacts with the knowledge base with reorganized queries and an agent-powered hybrid retriever. $\Psi$-RAG supports diverse tasks from token-level question answering to document-level summarization. On cross-document multi-hop QA benchmarks, it outperforms RAPTOR by 25.9% and HippoRAG 2 by 7.4% in average F1 score. Code is available at https://github.com/Newiz430/Psi-RAG.

Ziwen Zhao, Menglin Yang• 2026

Related benchmarks

TaskDatasetResultRank
Question Answering2Wiki
EM69.1
241
Question AnsweringHotpotQA
EM62.2
173
Question AnsweringPopQA
EM46.7
98
RetrievalHotpotQA
R@596
68
Question AnsweringNQ
EM50.6
45
Retrieval2Wiki
Recall@596.13
42
Question AnsweringMuSiQue
EM38.7
38
Question AnsweringMultihop-RAG
Exact Match (EM)55.3
22
RetrievalNQ
Recall@246.08
9
RetrievalPopQA
Recall@243.35
9
Showing 10 of 10 rows

Other info

GitHub

Follow for update