PulseAugur
LIVE 09:59:10
research · [2 sources] ·
0
research

New Psi-RAG framework improves cross-document retrieval for LLMs

Researchers have introduced $\Psi$-RAG, a novel framework designed to improve retrieval-augmented generation (RAG) for cross-document question answering. This new approach addresses limitations in existing tree-based RAG methods, such as structural isolation and coarse abstraction, by employing an iterative merging and collapse process to build a hierarchical abstract tree index. $\Psi$-RAG also features a multi-granular retrieval agent that enhances query processing and utilizes a hybrid retriever. The framework demonstrates significant performance gains, outperforming RAPTOR by 25.9% and HippoRAG 2 by 7.4% on cross-document multi-hop QA benchmarks. AI

Summary written by gemini-2.5-flash-lite from 2 sources. How we write summaries →

IMPACT Enhances cross-document retrieval for LLMs, potentially improving complex question-answering systems.

RANK_REASON This is a research paper introducing a new framework for retrieval-augmented generation.

Read on arXiv cs.AI →

COVERAGE [2]

  1. arXiv cs.LG TIER_1 · Ziwen Zhao, Menglin Yang ·

    Hierarchical Abstract Tree for Cross-Document Retrieval-Augmented Generation

    arXiv:2605.00529v1 Announce Type: new Abstract: 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 m…

  2. arXiv cs.AI TIER_1 · Menglin Yang ·

    Hierarchical Abstract Tree for Cross-Document Retrieval-Augmented Generation

    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 fa…