Document retrieval increasingly supports high-stakes information access in finance, healthcare, and law. Modern retrieval pipelines vary both in modality (text or multimodal) and in retrieval architecture (dense or late-interaction). These choices impose a hard compromise: the most effective pipelines are too slow and expensive to run at scale, while the fastest fail to retrieve evidence from complex documents. Practitioners must therefore choose between missed evidence and unusable latency, with no principled basis for adapting that choice at the query level. We show that this compromise is unnecessary. Not every query requires the same pipeline. Across benchmarks spanning financial and scientific corpora, no static pipeline dominates. We introduce RetrievalRouter, a lightweight query-aware router that learns, from the query text alone, which retrieval pipeline best fits each query. A single tunable parameter exposes the full accuracy-latency frontier, and for every static baseline, RetrievalRouter offers an operating point that is simultaneously more accurate and faster. Against the best static baseline, RetrievalRouter is 2.5% more accurate and 12.4 times faster. Furthermore, compared with prior adaptive strategy selection methods, RetrievalRouter achieves significantly higher nDCG@5 across accuracy-oriented settings, while matching or numerically outperforming them on both nDCG@5 and latency in latency-oriented settings. Our code and data are available at https://github.com/emrekuruu/retrieval-router.
RetrievalRouter:面向文档检索的模态与架构联合选择
AI 导读
RetrievalRouter 是一种轻量级查询感知路由器,仅依据查询文本即可为每条查询选择最合适的检索流程,在金融和科学语料库上无需静态流程即可兼顾准确率与延迟。
HuggingFace Daily Papers(社区热门论文)
45
AI 编辑部评分,满分 100RetrievalRouter:面向文档检索的模态与架构联合选择
RetrievalRouter 是一种轻量级查询感知路由器,仅依据查询文本即可为每条查询选择最合适的检索流程,在金融和科学语料库上无需静态流程即可兼顾准确率与延迟。
原文 · 保持原样,未翻译原文 · 未翻译
来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org