SLO-Conditioned Action Routing for Retrieval-Augmented Generation: Objective Ablation and Failure Modes
Bharath Nunepalli

TL;DR
This paper studies how to control retrieval depth and generation modes in retrieval-augmented generation systems to meet service-level objectives, analyzing policy learning methods and failure modes through a case study.
Contribution
It provides a reproducible case study on SLO-aware control in RAG pipelines, highlighting failure modes and evaluation conventions without introducing new models.
Findings
Strong fixed baseline performs competitively.
Learned policies save costs under quality-focused SLO.
Refusal collapse occurs under cheap SLO with heavy refusal reward.
Abstract
Retrieval-augmented generation (RAG) introduces a practical control problem: retrieval depth and generation behavior must be chosen per query to satisfy service-level objectives (SLOs) such as cost, refusal rate, and hallucination risk. This work models per-query control as a small discrete action: choose a retrieval depth and a generation mode (guarded vs. auto), or refuse. An offline logged dataset is constructed from SQuAD 2.0 by executing each action and recording accuracy, token cost, hallucination/refusal indicators, and an SLO-weighted reward. Two simple policy-learning objectives are evaluated: supervised classification of the per-state best action (Argmax-CE) and a reward-weighted variant (Argmax-CE-WT). Across the evaluated settings, a strong fixed baseline (low k, guarded prompting) performs competitively; learned policies mainly provide additional cost savings under a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInformation Retrieval and Search Behavior · Caching and Content Delivery · Topic Modeling
