arXiv 2505.23052
RAGRouter: Learning to Route Queries to Multiple Retrieval-Augmented Language Models
By Jiarui Zhang, Xiangyu Liu, et al.
Published 2025-05-29
Wiki summary
Explore the paper's summary, context, and related research on Papiers.
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 routing mechanisms, which select the most suitable model for each query from multiple retrieval-augmented LLMs via a dedicated router model. We observe that external documents dynamically affect LLMs'…