Don't Get Lost in the Trees: Streamlining LLM Reasoning by Overcoming Tree Search Exploration Pitfalls
Ante Wang, Linfeng Song, Ye Tian, Dian Yu, Haitao Mi, Xiangyu Duan,, Zhaopeng Tu, Jinsong Su, Dong Yu

TL;DR
This paper introduces FETCH, a flexible framework that improves large language model reasoning by merging similar states and enhancing verifier stability, leading to better accuracy and efficiency across multiple datasets and algorithms.
Contribution
We propose FETCH, a novel tree search framework that reduces over- and under-exploration in LLM reasoning by merging similar states and improving verifier reliability.
Findings
Significant accuracy improvements on GSM8K, GSM-Plus, and MATH datasets.
Enhanced computational efficiency across four tree search algorithms.
Effective merging of semantically similar states reduces redundant exploration.
Abstract
Recent advancements in tree search algorithms guided by verifiers have significantly enhanced the reasoning capabilities of large language models (LLMs), but at the cost of increased computational resources. In this work, we identify two key challenges contributing to this inefficiency: due to redundant states with semantically equivalent content, and caused by high variance in verifier scoring leading to frequent trajectory switching. To address these issues, we propose FETCH, an eficint ree sear framework, which is a flexible, plug-and-play system compatible with various tree search algorithms. Our framework mitigates over-exploration by merging semantically similar states using agglomerative clustering of text embeddings obtained from a fine-tuned SimCSE model. To tackle…
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
Taxonomy
TopicsNatural Language Processing Techniques
MethodsSimCSE
