Conditional Performance Guarantee for Large Reasoning Models
Jianguo Huang, Hao Zeng, Bingyi Jing, Hongxin Wei, Bo An
TL;DR
The paper tackles the challenge of providing reliable efficiency guarantees for large reasoning models by moving beyond marginal PAC bounds to group-conditional guarantees. It introduces Group PAC (G-PAC) reasoning for known groupings and Clustered PAC (C-PAC) reasoning for unknown groupings, both achieving group-level risk control via per-group calibration of uncertainty thresholds and upper confidence bounds. Theoretical results establish group-wise validity, optimality of oracle partitions, and bounds on coverage gaps when groupings are learned, with experiments across MATH-500, ZebraLogic, GPQA, and Arena-Hard showing substantial runtime savings while maintaining group-specific error guarantees. The framework demonstrates that exploiting heterogeneity through grouping can strictly improve efficiency without sacrificing reliability, providing a practical pathway to scalable, trustworthy reasoning in heterogeneous data regimes.
Abstract
Large reasoning models have shown strong performance through extended chain-of-thought reasoning, yet their computational cost remains significant. Probably approximately correct (PAC) reasoning provides statistical guarantees for efficient reasoning by adaptively switching between thinking and non-thinking models, but the guarantee holds only in the marginal case and does not provide exact conditional coverage. We propose G-PAC reasoning, a practical framework that provides PAC-style guarantees at the group level by partitioning the input space. We develop two instantiations: Group PAC (G-PAC) reasoning for known group structures and Clustered PAC (C-PAC) reasoning for unknown groupings. We prove that both G-PAC and C-PAC achieve group-conditional risk control, and that grouping can strictly improve efficiency over marginal PAC reasoning in heterogeneous settings. Our experiments on diverse reasoning benchmarks demonstrate that G-PAC and C-PAC successfully achieve group-conditional risk control while maintaining substantial computational savings.
