LGNov 10, 2025

C3PO: Optimized Large Language Model Cascades with Probabilistic Cost Constraints for Reasoning

arXiv:2511.07396v13 citationsh-index: 9
Originality Highly original
AI Analysis

This addresses the problem of scalable LLM deployment for users needing efficient reasoning, offering a principled, label-free approach that is incremental over existing cascade methods.

The paper tackles the high inference cost of large language models (LLMs) in reasoning tasks by introducing C3PO, a self-supervised framework for optimizing cascades under probabilistic cost constraints, achieving state-of-the-art performance on benchmarks like GSM8K and MATH-500 with improved accuracy and cost-efficiency.

Large language models (LLMs) have achieved impressive results on complex reasoning tasks, but their high inference cost remains a major barrier to real-world deployment. A promising solution is to use cascaded inference, where small, cheap models handle easy queries, and only the hardest examples are escalated to more powerful models. However, existing cascade methods typically rely on supervised training with labeled data, offer no theoretical generalization guarantees, and provide limited control over test-time computational cost. We introduce C3PO (Cost Controlled Cascaded Prediction Optimization), a self-supervised framework for optimizing LLM cascades under probabilistic cost constraints. By focusing on minimizing regret with respect to the most powerful model (MPM), C3PO avoids the need for labeled data by constructing a cascade using only unlabeled model outputs. It leverages conformal prediction to bound the probability that inference cost exceeds a user-specified budget. We provide theoretical guarantees on both cost control and generalization error, and show that our optimization procedure is effective even with small calibration sets. Empirically, C3PO achieves state-of-the-art performance across a diverse set of reasoning benchmarks including GSM8K, MATH-500, BigBench-Hard and AIME, outperforming strong LLM cascading baselines in both accuracy and cost-efficiency. Our results demonstrate that principled, label-free cascade optimization can enable scalable LLM deployment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes