Hierarchical Abstract Tree for Cross-Document Retrieval Augmented Generation
Abstract
Lay Summary
Large language models are more useful when they can retrieve outside information, but existing tree-based retrieval systems mostly work on a single long document and often fail when an answer requires linking clues from several documents. We introduce Psi-RAG, which organizes a document collection into a tree index by repeatedly merging related text, without assuming the data have a simple shape. It also uses a retrieval agent that can restate the question and combine tree search with fine-grained keyword search, so it can recover both broad context and specific facts. This lets one system handle tasks from short factual questions to longer summaries. On benchmarks where answers must be assembled from multiple documents, Psi-RAG outperformed strong earlier tree- and graph-based RAG methods.