Skip to content

Repository files navigation

LTRR: Learning To Rank Retrievers for LLMs

Paper License

Official Code Repository for SIGIR 2026 paper, LTRR: Learning To Rank Retrievers for LLMs, which was also presented at SIGIR 2025 LiveRAG workshop as a spotlight paper.

ltrr plot
Query routing workflow in LTRR

Abstract
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 routing approach that dynamically selects from a pool of retrievers based on the query, using both train-free heuristics and learned routing models. We frame routing as a learning-to-rank (LTR) problem and introduce LTRR, a framework that learns to rank retrievers by their expected utility gain to downstream LLM performance. Our experiments, conducted on synthetic QA data with controlled query type variations, show that routing-based RAG systems can outperform the best single-retriever-based systems. Performance gains are especially pronounced in models trained with the Answer Correctness (AC) metric and with pairwise learning approaches, especially with XGBoost. We also observe improvements in generalization to out-of-distribution queries. As part of the SIGIR 2025 LiveRAG challenge, our submitted system demonstrated the practical viability of our approach, achieving competitive performance in both answer correctness and faithfulness. These findings highlight the importance of both training methodology and metric selection in query routing for RAG systems.

Reference

If you find our research valuable, please consider citing it as follows:

@inproceedings{kim2026ltrr,
author = {Kim, To Eun and Diaz, Fernando},
title = {LTRR: Learning To Rank Retrievers for LLMs},
year = {2026}, isbn = {9798400725999}, publisher = {Association for Computing Machinery},
url = {https://doi.org/10.1145/3805712.3809954},
doi = {10.1145/3805712.3809954},
pages = {3872–3877}, numpages = {6},
location = {Australia}, series = {SIGIR '26}
}

About

(SIGIR 2026 & SIGIR 2025 LiveRAG) LTRR: Learning To Rank Retrievers for LLMs

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages