paper-with-me

Papers

Dynamic Parallel Tree Search for Efficient LLM Reasoning

2025-02-22 · Yifu Ding, Wentao Jiang, Shunyu Liu, Yongcheng Jing, Jinyang Guo, Yingjie Wang, Jing Zhang, Zengmao Wang, Ziwei Liu, Bo Du, Xianglong Liu, DaCheng Tao

Tree of Thoughts (ToT) enhances Large Language Model (LLM) reasoning by structuring problem-solving as a spanning tree. However, recent methods focus on search accuracy while overlooking computational efficiency. The challenges of accelerating the ToT lie in the frequent switching of reasoning focus, and the redundant exploration of suboptimal solutions. To alleviate this dilemma, we propose Dynamic Parallel Tree Search (DPTS), a novel parallelism framework that aims to dynamically optimize the reasoning path in inference. It includes the Parallelism Streamline in the generation phase to build up a flexible and adaptive parallelism with arbitrary paths by fine-grained cache management and alignment. Meanwhile, the Search and Transition Mechanism filters potential candidates to dynamically maintain the reasoning focus on more possible solutions and have less redundancy. Experiments on Qwen-2.5 and Llama-3 with Math500 and GSM8K datasets show that DPTS significantly improves efficiency by 2-4x on average while maintaining or even surpassing existing reasoning algorithms in accuracy, making ToT-based reasoning more scalable and computationally efficient.

📄 PDF Abstract BibTeX arXiv:2502.16235

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyGSM8KLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Chopping Trees: Semantic Similarity Based Dynamic Pruning for Tree-of-Thought Reasoning

2025-10-30 · Joongho Kim, Xirui Huang, Zarreen Reza, Gabriel Grand arxiv

Tree-of-Thought (ToT) reasoning boosts the problem-solving abilities of Large Language Models (LLMs) but is computationally expensive due to semantic redundancy, where distinct branches explore equivalent reasoning paths…

Semantic Similarity

Breaking the Reward Barrier: Accelerating Tree-of-Thought Reasoning via Speculative Exploration

2026-05-11 · Shuzhang Zhong, Haochen Huang, Shengxuan Qiu, Pengfei Zuo 외 arxiv

Tree-of-Thought (ToT) reasoning structures Large Language Model (LLM) inference as a tree-based search, demonstrating strong potential for solving complex mathematical and programming tasks. However, its efficiency is co…

Efficient Tree-Structured Deep Research with Adaptive Resource Allocation

2025-10-02 · Lunyiu Nie, Nedim Lipka, Ryan A. Rossi, Swarat Chaudhuri arxiv

Deep research agents, which synthesize information across diverse sources, are significantly constrained by the sequential nature of reasoning. This bottleneck results in high latency, poor runtime adaptability, and inef…

ParallelWorld: Test-Time Scaling for Embodied Reasoning

2026-08-24 · Min Chen, Shengjun Zhang, Yuxin Li, Zhang Zhang 외 arxiv

Embodied Reasoning constitutes a fundamental capability of embodied intelligence, serving as the basis for autonomous perception, reasoning, and interaction within physical environments. Recent studies have shifted the p…

Framework of Thoughts: A Foundation Framework for Dynamic and Optimized Reasoning based on Chains, Trees, and Graphs

2026-02-18 · Felix Fricke, Simon Malberg, Georg Groh arxiv

Prompting schemes such as Chain of Thought, Tree of Thoughts, and Graph of Thoughts can significantly enhance the reasoning capabilities of large language models. However, most existing schemes require users to define st…