PulseAugur
实时 12:42:36

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

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

排序理由 This is a research paper introducing a new framework for retrieval-augmented generation.

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

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

报道来源 [2]

  1. arXiv cs.LG TIER_1 English(EN) · 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 English(EN) · 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…