Reducing RAG Retrieval Calls via Structured Stopping Judges
August 14, 2026
Training a Qwen3.5-2B judge to evaluate search sufficiency reduces retrieval calls in Search-R1 pipelines by 3.70% with minimal accuracy loss. The S2G-style judge uses structured sufficiency and gap judgments to determine when enough evidence has been gathered.
HOW THIS AFFECTS YOU
●
builderYou can reduce inference latency and API costs in multi-round RAG systems by implementing structured stopping logic.