TL;DR
RealRoute introduces a robust retrieve-then-verify framework for dynamic query routing across heterogeneous sources, improving factual grounding in multi-hop retrieval tasks with an open-source toolkit.
Contribution
It shifts from predictive source routing to a retrieve-then-verify paradigm, enhancing evidence completeness and factual accuracy in retrieval-augmented generation.
Findings
Outperforms predictive routing baselines in multi-hop reasoning tasks.
Ensures evidence completeness through parallel, source-agnostic retrieval.
Provides real-time visualization and verification of the routing process.
Abstract
Despite the success of Retrieval-Augmented Generation (RAG) in grounding LLMs with external knowledge, its application over heterogeneous sources (e.g., private databases, global corpora, and APIs) remains a significant challenge. Existing approaches typically employ an LLM-as-a-Router to dispatch decomposed sub-queries to specific sources in a predictive manner. However, this "LLM-as-a-Router" strategy relies heavily on the semantic meaning of different data sources, often leading to routing errors when source boundaries are ambiguous. In this work, we introduce RealRoute System, a framework that shifts the paradigm from predictive routing to a robust Retrieve-then-Verify mechanism. RealRoute ensures \textit{evidence completeness through parallel, source-agnostic retrieval, followed by a dynamic verifier that cross-checks the results and synthesizes a factually grounded answer}. Our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
