ORDER: Task-Conditioned Routing for Retrieval-Augmented Generation

📅 2026-09-15
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决固定配置不适应领域专家设置的问题,提出ORDER框架,通过查询条件动态调整索引和检索策略,提高检索效果。
📝 Abstract
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 heterogeneous queries require different chunking granularities, metadata constraints, and source-selection strategies. As a result, configurations that are effective for one family of queries often perform poorly for others. In this paper, we introduce ORDER (Optimal Routing for Dynamic Evidence Retrieval), a query-conditioned RAG framework that jointly adapts indexing and retrieval to the incoming query. Our approach first discovers semantic clusters over a given set of questions associated to a corpus and learns, for each cluster, a chunking strategy together with a suited metadata filtering and reranking configuration. At inference time, queries are routed to the appropriate pre-built index through nearest-centroid assignment. To further improve retrieval, we propose a supervised query router (QRe) that predicts which collections are most likely to contain relevant evidence, coupled with a Uniform Multi-source Sampler (UMS) that allocates the retrieval budget evenly across the selected sources. We evaluate our framework on large-scale, heterogeneous historical archives and show that conditioning both indexing and retrieval on the query consistently outperforms both naive baselines and strong state-of-the-art RAG systems in complex expert-domain environments.
Problem

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

Retrieval-Augmented Generation
query-conditioned
heterogeneous queries
indexing and retrieval configuration
domain-expert settings
Innovation

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

Dynamic Evidence Retrieval
Query-Conditioned RAG
Semantic Clusters
Uniform Multi-source Sampler
Supervised Query Router
🔎 Similar Papers
No similar papers found.