paper-with-me

Papers

ToolTree: Efficient LLM Agent Tool Planning via Dual-Feedback Monte Carlo Tree Search and Bidirectional Pruning

2026-03-13 · Shuo Yang, Soyeon Caren Han, Yihao Ding, Shuhe Wang, Eduard Hoy arxiv

Large Language Model (LLM) agents are increasingly applied to complex, multi-step tasks that require interaction with diverse external tools across various domains. However, current LLM agent tool planning methods typically rely on greedy, reactive tool selection strategies that lack foresight and fail to account for inter-tool dependencies. In this paper, we present ToolTree, a novel Monte Carlo tree search-inspired planning paradigm for tool planning. ToolTree explores possible tool usage trajectories using a dual-stage LLM evaluation and bidirectional pruning mechanism that enables the agent to make informed, adaptive decisions over extended tool-use sequences while pruning less promising branches before and after the tool execution. Empirical evaluations across both open-set and closed-set tool planning tasks on 4 benchmarks demonstrate that ToolTree consistently improves performance while keeping the highest efficiency, achieving an average gain of around 10\% compared to the state-of-the-art planning paradigm.

📄 PDF Abstract BibTeX arXiv:2603.12740

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Long-horizon Embodied Agents with Tool-Aligned Vision-Language-Action Models

2026-05-13 · Zixing Lei, Changxing Liu, Yichen Xiong, Minhao Xiong 외 arxiv

Vision-language-action (VLA) models are effective robot action executors, but they remain limited on long-horizon tasks due to the dual burden of extended closed-loop planning and diverse physical operations. We therefor…

Instruction Following

Agent Planning Benchmark: A Diagnostic Framework for Planning Capabilities in LLM Agents

2026-06-03 · Haoyu Sun, Wenxuan Wang, Mingyang Song, Jujie He 외 arxiv

Planning is central to LLM agents: before acting, an agent must decompose goals, select tools, reason over constraints, and decide when a task is infeasible. Yet existing agent evaluations often report only end-to-end su…

PoAct: Policy and Action Dual-Control Agent for Generalized Applications

2025-01-13 · Guozhi Yuan, Youfeng Liu, Jingli Yang, Wei Jia 외

Based on their superior comprehension and reasoning capabilities, Large Language Model (LLM) driven agent frameworks have achieved significant success in numerous complex reasoning tasks. ReAct-like agents can solve vari…

Large Language Model

EvoMem: Improving Multi-Agent Planning with Dual-Evolving Memory

2025-11-01 · Wenzhe Fan, Ning Yan, Masood Mortazavi arxiv

Planning has been a cornerstone of artificial intelligence for solving complex problems, and recent progress in LLM-based multi-agent frameworks have begun to extend this capability. However, the role of human-like memor…

AdaPlanBench: Evaluating Adaptive Planning in Large Language Model Agents under World and User Constraints

2026-06-04 · Jiayu Liu, Cheng Qian, Zhenhailong Wang, Bingxuan Li 외 arxiv

Planning for real-world problems by language models often involves both world and user constraints, which may not be fully specified upfront and are progressively disclosed through interaction. However, existing benchmar…