SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2502.11183 · ACL · 2025

Don't Get Lost in the Trees: Streamlining LLM Reasoning by Overcoming Tree Search Exploration Pitfalls

Zhaopeng Tu, Dong Yu, Dian Yu, Ye Tian, Linfeng Song, Haitao Mi, Jinsong Su, Xiangyu Duan, Ante Wang

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
DeepLearnXMU/Fetch — 1 of 1
FunctionStatusWhere it lives
VirtualMCTSNode Ran DeepLearnXMU/Fetch/search/mcts/mcts_tree_merge.py
pointer only (licence: NONE) · get_code("79b461376800c855")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

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: over-exploration due to redundant states with semantically equivalent content, and under-exploration caused by high variance in verifier scoring leading to frequent trajectory switching. To address these issues, we propose FETCH -an efficient tree search framework, which is a flexible, plug-and-play system compatible with various tree search algorithms. Our framework mitigates overexploration by merging semantically similar states using agglomerative clustering of text embeddings obtained from a fine-tuned Sim-CSE model. To tackle under-exploration, we enhance verifiers by incorporating temporal difference learning with adjusted λ-returns during training to reduce variance, and employing a verifier ensemble to aggregate scores during inference. Experiments on GSM8K, GSM-Plus, and MATH datasets demonstrate that our methods significantly improve reasoning accuracy and computational efficiency across four different tree search algorithms, paving the way for more practical applications of LLM-based reasoning. The code is available at https: //github.com/DeepLearnXMU/Fetch.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2502.11183")
get_code_for_paper("2502.11183")
have("2502.11183")

Connect an agent — have() is free.