English

Enhancing LLM Reasoning with Reward-guided Tree Search

Computation and Language 2025-01-03 v4 Artificial Intelligence

Abstract

Recently, test-time scaling has garnered significant attention from the research community, largely due to the substantial advancements of the o1 model released by OpenAI. By allocating more computational resources during the inference phase, large language models~(LLMs) can extensively explore the solution space by generating more thought tokens or diverse solutions, thereby producing more accurate responses. However, developing an o1-like reasoning approach is challenging, and researchers have been making various attempts to advance this open area of research. In this paper, we present a preliminary exploration into enhancing the reasoning abilities of LLMs through reward-guided tree search algorithms. This framework is implemented by integrating the policy model, reward model, and search algorithm. It is primarily constructed around a tree search algorithm, where the policy model navigates a dynamically expanding tree guided by a specially trained reward model. The implemented framework is denoted as \textbf{STILL-1}. We thoroughly explore various design considerations necessary for implementing this framework and provide a detailed report of the technical aspects. To assess the effectiveness of our approach, we focus on mathematical reasoning tasks and conduct extensive evaluations on four challenging datasets, significantly enhancing the reasoning abilities of LLMs.

Keywords

Cite

@article{arxiv.2411.11694,
  title  = {Enhancing LLM Reasoning with Reward-guided Tree Search},
  author = {Jinhao Jiang and Zhipeng Chen and Yingqian Min and Jie Chen and Xiaoxue Cheng and Jiapeng Wang and Yiru Tang and Haoxiang Sun and Jia Deng and Wayne Xin Zhao and Zheng Liu and Dong Yan and Jian Xie and Zhongyuan Wang and Ji-Rong Wen},
  journal= {arXiv preprint arXiv:2411.11694},
  year   = {2025}
}

Comments

Technical Report on Slow Thinking with LLMs: I

R2 v1 2026-06-28T20:03:43.906Z