paper-with-me

홈 › Papers

RealRoute: Dynamic Query Routing System via Retrieve-then-Verify Paradigm

2026-03-02 · Jiahe Liu, Qinkai Yu, Jingcheng Niu, Xi Zhu, Zirui He, Zhen Xiang, Fan Yang, Jinman Zhao arxiv

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 demonstration allows users to visualize the real-time "re-routing" process and inspect the verification chain across multiple knowledge silos. Experiments show that RealRoute significantly outperforms predictive baselines in the multi-hop Rag reasoning task. The RealRoute system is released as an open-source toolkit with a user-friendly web interface. The code is available at the URL: https://github.com/Joseph1951210/RealRoute.

📄 PDF Abstract BibTeX arXiv:2604.20860

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LTRR: Learning To Rank Retrievers for LLMs

2025-06-16 · To Eun Kim, Fernando Diaz

Retrieval-Augmented Generation (RAG) systems typically rely on a single fixed retriever, despite growing evidence that no single retriever performs optimally across all query types. In this paper, we explore a query rout…

Learning-To-RankRAGRetrieval-augmented Generation

VDAR-Router: Adaptive LLMs Routing via Verbalized Query Difficulty Analysis Retrieval

2026-07-20 · Yu-Chien Tang, Jun-Chen Hung, Wen-Chih Peng, An-Zi Yen arxiv

Large language models are increasingly used in practical systems, making efficient model selection important for reducing deployment cost. LLM routing has emerged as a practical solution for allocating each input query t…

Routing Before Looking: Query-Adaptive Evidence Acquisition for Long-form Video Understanding

2026-08-21 · Tianyue Wang, Xuying Wu, Yuxiang Ma, Ruiming Liang 외 arxiv

Long-form video understanding remains challenging for video agents due to the mismatch between query demands and evidence acquisition strategies. Although recent planning-before-perception methods outperform query-agnost…

TreeHop: Generate and Filter Next Query Embeddings Efficiently for Multi-hop Question Answering

2025-04-28 · Zhonghao Li, Kunpeng Zhang, Jinghuai Ou, Shuliang Liu 외

Retrieval-augmented generation (RAG) systems face significant challenges in multi-hop question answering (MHQA), where complex queries require synthesizing information across multiple document chunks. Existing approaches…

Multi-hop Question AnsweringQuestion AnsweringRAGRetrieval+1

Query Routing for Retrieval-Augmented Language Models

2025-05-29 · Jiarui Zhang, Xiangyu Liu, Yong Hu, Chaoyue Niu 외

Retrieval-Augmented Generation (RAG) significantly improves the performance of Large Language Models (LLMs) on knowledge-intensive tasks. However, varying response quality across LLMs under RAG necessitates intelligent r…

Contrastive LearningRAGRetrievalRetrieval-augmented Generation