Cascaded Language Models for Cost-effective Human-AI Decision-Making
Claudio Fanconi, Mihaela van der Schaar
TL;DR
This work tackles cost-aware human–AI decision-making by proposing a cascaded LLM framework that routes prompts through a cheap base model, a more expensive large model, and, if needed, a human expert. It introduces two principled policies—deferral based on confidence and abstention based on uncertainty—together with Bayesian calibration and online learning to adapt thresholds using human feedback. The method is evaluated across ARC, MMLU, and medical QA benchmarks, showing improved accuracy-cost trade-offs and reduced abstention with online refinement, though results on MedQA are mixed. The proposed approach offers a practical, scalable pathway to integrate AI assistance with expert oversight in high-stakes domains.
Abstract
A challenge in human-AI decision-making is to balance three factors: the correctness of predictions, the cost of knowledge and reasoning complexity, and the confidence about whether to abstain from automated answers or escalate to human experts. In this work, we present a cascaded LLM decision framework that adaptively delegates tasks across multiple tiers of expertise -- a base model for initial candidate answers, a more capable and knowledgeable (but costlier) large model, and a human expert for when the model cascade abstains. Our method proceeds in two stages. First, a deferral policy determines whether to accept the base model's answer or regenerate it with the large model based on the confidence score. Second, an abstention policy decides whether the cascade model response is sufficiently certain or requires human intervention. Moreover, to overcome static policies and accommodate changing task difficulty, we incorporate an online learning mechanism which uses human feedback. We demonstrate this approach to general question-answering (ARC-Easy, ARC-Challenge, and MMLU) and medical question-answering (MedQA and MedMCQA). Our results demonstrate that our cascaded strategy outperforms single-model baselines in most cases, achieving higher accuracy while reducing costs and providing a principled approach to handling abstentions.
