Limits of PRM-Guided Tree Search for Mathematical Reasoning with LLMs
Tristan Cinquin, Geoff Pleiss, Agustinus Kristiadi
TL;DR
This work interrogates whether PRM-guided tree search can outpace Best-of-N strategies for mathematical reasoning in LLMs. By formulating reasoning as a tree-search problem and developing an adaptive, Gittins-index–driven approach with a Bayesian logit-Normal surrogate, the authors evaluate multiple search baselines on 23 problems with a Qwen-based LLM/PRM pair. The results show BoN remains competitive or superior in accuracy and is far more cost-efficient, while MCTS and beam search are the strongest among PRM-guided methods; PRMs fail to reliably estimate intermediate state values and degrade with reasoning depth, with limited generalization to out-of-distribution tasks. The findings indicate that, in current form, PRMs are not yet suitable for guiding dynamic mathematical reasoning via tree search, underscoring the need for new reward modeling approaches that better capture stepwise credit assignment and problem structure. The study highlights the practical impact that robust, task-aligned reward signals must have to enable reliable, scalable improvement to mathematical reasoning through search-based methods.
Abstract
While chain-of-thought prompting with Best-of-N (BoN) selection has become popular for mathematical reasoning in large language models (LLMs), its linear structure fails to capture the branching and exploratory nature of complex problem-solving. In this work, we propose an adaptive algorithm to maximize process reward model (PRM) scores over the intractable action space, and investigate whether PRM-guided tree search can improve mathematical reasoning by exploring multiple partial solution paths. Across $23$ diverse mathematical problems using Qwen2.5-Math-7B-Instruct with its associated PRM as a case study, we find that: (1) PRM-guided tree search shows no statistically significant improvements over BoN despite higher costs, (2) Monte Carlo tree search and beam search outperform other PRM-guided tree search methods, (3) PRMs poorly approximate state values and their reliability degrades with reasoning depth, and (4) PRMs generalize poorly out of distribution. This underperformance stems from tree search's greater reliance on unreliable PRM scores, suggesting different reward modeling is necessary before tree search can effectively enhance mathematical reasoning in LLMs.
