English

METIS: Fast Quality-Aware RAG Systems with Configuration Adaptation

Machine Learning 2025-10-20 v3 Computation and Language Information Retrieval

Abstract

RAG (Retrieval Augmented Generation) allows LLMs (large language models) to generate better responses with external knowledge, but using more external knowledge often improves generation quality at the expense of response delay. Prior work either reduces the response delay (through better scheduling of RAG queries) or strives to maximize quality (which involves tuning the RAG workflow), but they fall short in optimizing the tradeoff between the delay and quality of RAG responses. This paper presents METIS, the first RAG system that jointly schedules queries and adapts the key RAG configurations of each query, such as the number of retrieved text chunks and synthesis methods, in order to balance quality optimization and response delay reduction. Using 4 popular RAG-QA datasets, we show that compared with the state-of-the-art RAG optimization schemes, METIS reduces the generation latency by 1.642.54×1.64-2.54\times without sacrificing generation quality.

Keywords

Cite

@article{arxiv.2412.10543,
  title  = {METIS: Fast Quality-Aware RAG Systems with Configuration Adaptation},
  author = {Siddhant Ray and Rui Pan and Zhuohan Gu and Kuntai Du and Shaoting Feng and Ganesh Ananthanarayanan and Ravi Netravali and Junchen Jiang},
  journal= {arXiv preprint arXiv:2412.10543},
  year   = {2025}
}

Comments

17 pages, 18 figures

R2 v1 2026-06-28T20:34:46.889Z