SAGE Improves RAG Performance with Adaptive Retrieval

Muhammad Faizan Raza (Luna), Shuo (Luna), Yang, Satish Mahadevan Srinivasan· August 11, 2026 View original

Key takeaways

  • SAGE dynamically adjusts retrieved passages in RAG systems to meet latency SLOs and reduce costs.
  • It uses lightweight features and imitation learning for adaptive retrieval decisions.
  • The policy significantly improves SLO compliance and reduces latency and cost with minimal quality loss.
  • SAGE generalizes effectively across different datasets and LLM families.

Who benefits

AI DevelopmentSoftware EngineeringCustomer ServiceE-commerceInformation Retrieval

Summary

SAGE is a new SLO-aware adaptive retrieval policy for production RAG systems that dynamically adjusts the number of passages retrieved per query, optimizing for tail latency and infrastructure cost while maintaining answer quality. It significantly improves SLO compliance and reduces latency and cost compared to static baselines, generalizing across various datasets and LLM families.

Production-grade Retrieval-Augmented Generation (RAG) systems face a critical challenge: balancing strict service level objectives (SLOs) for tail latency and infrastructure costs with the need for high-quality answers. Traditional RAG pipelines often use a fixed number of retrieved passages, which can be inefficient. This leads to over-retrieval for simple queries, wasting resources, and under-serving complex queries, compromising answer quality. To address this, researchers propose SAGE, an SLO-aware adaptive retrieval policy. SAGE intelligently and dynamically selects the optimal number of passages (k) to retrieve for each individual query. It achieves this by using lightweight features derived from initial retrieval steps, such as score distributions and lexical signals. The policy is trained offline using imitation learning, mimicking an oracle that understands the best latency-quality trade-offs. Crucially, SAGE adds minimal overhead during inference and requires no additional LLM calls. Evaluations on datasets like Natural Questions demonstrated its effectiveness: under a 5-second P95 latency SLO, SAGE achieved 95% compliance compared to 30% for the best static baseline. It also reduced P95 latency by 36% and retrieval cost by 51%, with only a minor 2 percentage point loss in Exact Match accuracy. A single SAGE policy trained on one dataset proved capable of generalizing across multiple other datasets and various LLM families, consistently delivering substantial SLO improvements without degrading quality.

Why it matters

For professionals deploying and managing RAG systems, SAGE offers a practical solution to significantly improve efficiency, reduce operational costs, and enhance user experience by meeting strict latency requirements without sacrificing answer quality.

How to implement this in your domain

  1. 1Assess your current RAG system's performance against tail latency SLOs and infrastructure costs.
  2. 2Investigate integrating an adaptive retrieval policy like SAGE to dynamically adjust passage retrieval based on query difficulty.
  3. 3Utilize lightweight features from initial retrieval steps (e.g., score distributions) to inform dynamic retrieval decisions.
  4. 4Train an adaptive policy offline using imitation learning to optimize for your specific latency-quality trade-offs.
  5. 5Benchmark the adaptive policy against your existing static retrieval methods to quantify improvements in SLO compliance, latency, and cost.

Original post by Muhammad Faizan Raza (Luna), Shuo (Luna), Yang, Satish Mahadevan Srinivasan

"arXiv:2608.08237v1 Announce Type: new Abstract: Retrieval-Augmented Generation (RAG) systems in production operate under strict service level objectives (SLOs) on tail latency and infrastructure cost. However, standard retrieval pipelines rely on fixed retrieval budgets that igno…"

View on X

Originally posted by Muhammad Faizan Raza (Luna), Shuo (Luna), Yang, Satish Mahadevan Srinivasan on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses