English

PAC-MCTS: Bias-Aware Pruning for Robust LLM-Guided Search and Planning

Machine Learning 2026-05-12 v3 Artificial Intelligence Machine Learning

Abstract

As search depth increases in autonomous reasoning and embodied planning, candidate action spaces expand exponentially, often exhausting computational budgets. While heuristic pruning is a critical countermeasure, existing approaches lack formal safety guarantees when guided by surrogate evaluators such as Large Language Models (LLMs), which exhibit systematic biases. We formulate node expansion as a localized Best-Arm Identification (BAI) problem under bounded bias LL and derive a sample complexity upper bound of O((Δ4L)2)\mathcal{O}((\Delta-4L)^{-2}), identifying Δ>4L\Delta > 4L as the regime where safe elimination is feasible. We further establish an information-theoretic lower bound of Ω((Δ2L)2)\Omega((\Delta-2L)^{-2}) that characterizes the structural limits of biased exploration. Motivated by these results, we propose PAC-MCTS, a bias-aware pruning framework that dynamically adapts confidence bounds during search. Experiments on Blocksworld and ALFWorld demonstrate that PAC-MCTS consistently improves robustness and search efficiency over strong pruning baselines, achieving up to 78\% fewer API evaluations and over 3×\times higher sample efficiency under strict compute budgets. Ablation studies further validate the predicted degradation behavior as evaluator bias increases.

Keywords

Cite

@article{arxiv.2604.14345,
  title  = {PAC-MCTS: Bias-Aware Pruning for Robust LLM-Guided Search and Planning},
  author = {Tianhao Qian},
  journal= {arXiv preprint arXiv:2604.14345},
  year   = {2026}
}

Comments

18 pages, 4 figures

R2 v1 2026-07-01T12:11:33.637Z