Enhancing LLM Reasoning with Reward-guided Tree Search
Jinhao Jiang, Zhipeng Chen, Yingqian Min, Jie Chen, Xiaoxue Cheng,, Jiapeng Wang, Yiru Tang, Haoxiang Sun, Jia Deng, Wayne Xin Zhao, Zheng Liu,, Dong Yan, Jian Xie, Zhongyuan Wang, Ji-Rong Wen

TL;DR
This paper introduces STILL-1, a reward-guided tree search framework that improves large language models' reasoning abilities, especially in mathematical tasks, by integrating policy, reward models, and search algorithms.
Contribution
The paper presents a novel reward-guided tree search method for enhancing LLM reasoning, with detailed design considerations and extensive evaluation on challenging datasets.
Findings
Significant improvement in mathematical reasoning accuracy.
Effective integration of policy and reward models in tree search.
Enhanced reasoning capabilities demonstrated on four datasets.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Digital Rights Management and Security · Natural Language Processing Techniques
MethodsSoftmax · Attention Is All You Need · Focus
