English

Uncertainty-Guided Likelihood Tree Search

Machine Learning 2025-09-05 v3

Abstract

Tree search is a fundamental tool for planning, as many sequential decision-making problems can be framed as searching over tree-structured spaces. We propose an uncertainty-guided tree search algorithm for settings where the reward function is a log-likelihood function of the paths. Due to the combinatorial explosion of the tree size, the set of paths for which one can obtain rewards is sparse, particularly when the likelihood is obtained through expensive evaluations, such as by querying a large language model. We address this challenge by deriving an probabilistic search heuristic based on regularity assumptions for the likelihood. Unlike existing tree search methods, the proposed method can perform backtracking and trade-off exploration with exploitation, and yet does not require expensive roll-outs, or sophisticated Bayesian inference. Through extensive on-model and off-model experiments on timely, large-scale practical applications, we demonstrate that our method identifies paths with high likelihood while requiring fewer costly evaluations.

Keywords

Cite

@article{arxiv.2407.03951,
  title  = {Uncertainty-Guided Likelihood Tree Search},
  author = {Julia Grosse and Ruotian Wu and Ahmad Rashid and Cheng Zhang and Philipp Hennig and Pascal Poupart and Agustinus Kristiadi},
  journal= {arXiv preprint arXiv:2407.03951},
  year   = {2025}
}

Comments

10 pages

R2 v1 2026-06-28T17:29:16.142Z