paper-with-me

Papers

Enhancing LLM Reasoning with Reward-guided Tree Search

2024-11-18 · 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

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.

📄 PDF Abstract BibTeX arXiv:2411.11694

Code (2)

RUCAIBox/Slow_Thinking_with_LLMs pytorch
rucaibox/virgo pytorch

Tasks

Mathematical Reasoning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Large Language Models with Reward-guided Tree Search for Knowledge Graph Question and Answering

2025-05-18 · Xiao Long, Liansheng Zhuang, Chen Shen, Shaotian Yan 외

Recently, large language models (LLMs) have demonstrated impressive performance in Knowledge Graph Question Answering (KGQA) tasks, which aim to find answers based on knowledge graphs (KGs) for natural language questions…

Graph Question AnsweringKnowledge GraphsQuestion AnsweringRetrieval+1

Limits of PRM-Guided Tree Search for Mathematical Reasoning with LLMs

2025-10-23 · Tristan Cinquin, Geoff Pleiss, Agustinus Kristiadi arxiv

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…

Mathematical Reasoning

ReST-MCTS*: LLM Self-Training via Process Reward Guided Tree Search

2024-06-06 · Dan Zhang, Sining Zhoubian, Ziniu Hu, Yisong Yue 외

Recent methodologies in LLM self-training mostly rely on LLM generating responses and filtering those with correct output answers as training data. This approach often yields a low-quality fine-tuning training set (e.g.,…

VReST: Enhancing Reasoning in Large Vision-Language Models through Tree Search and Self-Reward Mechanism

2025-06-10 · Congzhi Zhang, Jiawei Peng, Zhenglin Wang, Yilong Lai 외

Large Vision-Language Models (LVLMs) have shown exceptional performance in multimodal tasks, but their effectiveness in complex visual reasoning is still constrained, especially when employing Chain-of-Thought prompting …

Mathematical ReasoningVisual Reasoning

Ensembling Large Language Models with Process Reward-Guided Tree Search for Better Complex Reasoning

2024-12-20 · Sungjin Park, Xiao Liu, Yeyun Gong, Edward Choi

Despite recent advances in large language models, open-source models often struggle to consistently perform well on complex reasoning tasks. Existing ensemble methods, whether applied at the token or output levels, fail …

Language ModelingLanguage ModellingMathMathematical Reasoning