AI RESEARCH
BalanceRAG: Joint Risk Calibration for Cascaded Retrieval-Augmented Generation
arXiv CS.AI
•
ArXi:2605.20084v1 Announce Type: cross Large language models (LLMs) can enhance factuality via retrieval-augmented generation (RAG), but applying RAG to every query is unnecessary when the model-only answer is reliable. This motivates cascaded RAG: each query is first handled by an LLM-only branch, escalated to a RAG fallback only if the primary branch is uncertain, and abstained from when neither branch is sufficiently trustworthy. However, calibrating such cascades stage by stage may be conservative, since the final utility depends on joint uncertainty thresholding of LLM-only and RAG.