ISO-RAG: Isoperimetric Noise Control for Retrieval-Augmented Generation

📅 2026-08-31
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
ISO-RAG通过在超球面上预计算节点的等周轮廓来修剪检索过程中的冗余边,解决了图基RAG在多跳问答中的语义漂移和高延迟问题。
📝 Abstract
Retrieval-Augmented Generation (RAG) mitigates large language models (LLMs) hallucinations, yet conventional dense retrieval struggles with the complex reasoning paths of multi-hop question answering (QA). Graph-based RAG captures multi-step relationships but suffers from severe semantic drift and high online latency due to noisy global graph traversals. Thus, we propose ISO-RAG (ISOperimetric Retrieval-Augmented Generation), a geometry-aware RAG framework. By projecting the underlying knowledge graph into a hyperbolic Poincare ball to precompute node-wise isoperimetric profiles, ISO-RAG prunes spurious edges during retrieval, restricting the search space to a strictly localized subgraph. This topological purification regulates Personalized PageRank (PPR) diffusion driving the retrieval process, ensuring exact and low-latency convergence. Experiments on multi-hop QA benchmarks demonstrate that ISO-RAG outperforms state-of-the-art baselines by average absolute gains of 10.0% in retrieval recall and 4.3% in downstream exact match, achieving a superior accuracy-efficiency trade-off by fundamentally eliminating the latency bottleneck of global traversals. Our source code is available at https://github.com/ZaiizaiZHANG/ISO-RAG.
Problem

Research questions and friction points this paper is trying to address.

Retrieval-Augmented Generation
multi-hop question answering
semantic drift
online latency
global graph traversals
Innovation

Methods, ideas, or system contributions that make the work stand out.

ISOperimetric Retrieval-Augmented Generation
hyperbolic Poincare ball
isoperimetric profiles
topological purification
Personalized PageRank diffusion