paper-with-me

Papers

Unsupervised Query Routing for Retrieval Augmented Generation

2025-01-14 · Feiteng Mu, Liwen Zhang, Yong Jiang, Wenjie Li, Zhen Zhang, Pengjun Xie, Fei Huang

Query routing for retrieval-augmented generation aims to assign an input query to the most suitable search engine. Existing works rely heavily on supervised datasets that require extensive manual annotation, resulting in high costs and limited scalability, as well as poor generalization to out-of-distribution scenarios. To address these challenges, we introduce a novel unsupervised method that constructs the "upper-bound" response to evaluate the quality of retrieval-augmented responses. This evaluation enables the decision of the most suitable search engine for a given query. By eliminating manual annotations, our approach can automatically process large-scale real user queries and create training data. We conduct extensive experiments across five datasets, demonstrating that our method significantly enhances scalability and generalization capabilities.

📄 PDF Abstract BibTeX arXiv:2501.07793

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

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

ORDER: Task-Conditioned Routing for Retrieval-Augmented Generation

2026-09-15 · Aurélien Pellet, Julien Perez, Marie Puren arxiv

Retrieval-Augmented Generation (RAG) pipelines typically rely on a fixed indexing and retrieval configuration determined at preprocessing time. This one-size-fits-all design is ill-suited to domain-expert settings, where…

SkewRoute: Training-Free LLM Routing for Knowledge Graph Retrieval-Augmented Generation via Score Skewness of Retrieved Context

2025-05-28 · Hairu Wang, Yuan Feng, Yukun Cao, Xike Xie 외

Large language models excel at many tasks but often incur high inference costs during deployment. To mitigate hallucination, many systems use a knowledge graph to enhance retrieval-augmented generation (KG-RAG). However,…

HallucinationRAGRetrievalRetrieval-augmented Generation

Learning to Route: A Rule-Driven Agent Framework for Hybrid-Source Retrieval-Augmented Generation

2025-09-30 · Haoyue Bai, Haoyu Wang, Shengyu Chen, Zhengzhang Chen 외 arxiv

Large Language Models (LLMs) have shown remarkable performance on general Question Answering (QA), yet they often struggle in domain-specific scenarios where accurate and up-to-date information is required. Retrieval-Aug…

Question Answering

Did You Check the Right Pocket? Cost-Sensitive Store Routing for Memory-Augmented Agents

2026-03-08 · Madhava Gaikwad arxiv

Memory-augmented agents maintain multiple specialized stores, yet most systems retrieve from all stores for every query, increasing cost and introducing irrelevant context. We formulate memory retrieval as a store-routin…

Question Answering