paper-with-me

Papers

Policy Guided Tree Search for Enhanced LLM Reasoning

2025-02-04 · Yang Li

Despite their remarkable capabilities, large language models often struggle with tasks requiring complex reasoning and planning. While existing approaches like Chain-of-Thought prompting and tree search techniques show promise, they are limited by their reliance on predefined heuristics and computationally expensive exploration strategies. We propose Policy-Guided Tree Search (PGTS), a framework that combines reinforcement learning with structured tree exploration to efficiently navigate reasoning paths. Our key innovation is a learned policy that dynamically decides between expanding, branching, backtracking, or terminating exploration, eliminating the need for manual heuristics or exhaustive search. Experiments across mathematical reasoning, logical deduction, and planning benchmarks demonstrate that PGTS achieves superior reasoning performance while significantly reducing computational costs compared to existing methods. These results establish PGTS as a scalable and effective solution for tackling complex reasoning tasks with LLMs.

📄 PDF Abstract BibTeX arXiv:2502.06813

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningNavigate

Similar Papers 제목 키워드 기반

Enhancing LLM Reasoning with Reward-guided Tree Search

2024-11-18 · Jinhao Jiang, Zhipeng Chen, Yingqian Min, Jie Chen 외

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 durin…

Mathematical Reasoning

LinTree: Improving LLM Reasoning with Explicitly Structured Search Histories

2026-05-29 · Liwei Kang, Yee Whye Teh, Wee Sun Lee arxiv

Large language models (LLMs) often solve reasoning problems by generating intermediate traces that explore and revise partial solutions. From a search perspective, these traces can be viewed as linearized search trees, w…

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.,…

Tree-OPO: Off-policy Monte Carlo Tree-Guided Advantage Optimization for Multistep Reasoning

2025-09-11 · Bingning Huang, Tu Nguyen, Matthieu Zimmer arxiv

Recent advances in reasoning with large language models (LLMs) have shown the effectiveness of Monte Carlo Tree Search (MCTS) for generating high quality intermediate trajectories, particularly in math and symbolic domai…

Reinforcement LearningMathematical Reasoning

TGPR: Tree-Guided Policy Refinement for Robust Self-Debugging of LLMs

2025-10-08 · Daria Ozerova, Ekaterina Trofimova arxiv

Iterative refinement has been a promising paradigm to enable large language models (LLMs) to resolve difficult reasoning and problem-solving tasks. One of the key challenges, however, is how to effectively search through…