PAC-CF: Calibrating Irreversible Frontier Pruning in LLM-Guided Search
arXiv:2604.14345
Abstract
LLM-guided search is usually adopted to solve complex tasks by ranking and pruning top- candidates based on evaluator scores. However, irreducible bias still exists even if popular methods, such as repeated sampling, are applied to reduce variance. Consequently, pruning may remove every continuation that can reach a valid solution. In this paper, we propose Probably Approximately Correct Conformal Filtering (PAC-CF), which formulates tree pruning as a PAC-guaranteed decision problem. Theoretical analysis establishes how irreducible bias reduces the score separation for certified elimination. Native-Trace path calibration derives a conformal margin from the score deficit of verifier-valid continuations on held-out Native traces. During deployment, PAC-CF uses this calibrated margin in a direct score-gap filtering rule. Across diverse domains and state-of-the-art controllers, PAC-CF improves utility at various budgets while reducing all five measured workload metrics. Especially on pruning-aware ToolTree under a 100-request budget, replacing native top- improves equal-domain utility by 4.38 points while reducing physical requests by with a token reduction.
30 pages, 3 figures. Major revision. Earlier versions circulated under the title PAC-MCTS and reported controlled proof-of-concept experiments. This version introduces Native-Trace conformal calibration, frozen-margin deployment, controller-agnostic integration, and benchmark-based multi-domain evaluation