Cost-Awareness in Tree-Search LLM Planning: A Systematic Study
Zihao Zhang, Hui Wei, Kenan Jiang, Shijia Pan, Shu Kai, Fei Liu

TL;DR
This paper systematically evaluates the cost-awareness and efficiency of tree-search LLM planners, revealing their limitations in cost-optimal planning and highlighting bidirectional search as the most effective method.
Contribution
It provides a comprehensive analysis of various tree-search algorithms for LLM planning, demonstrating their strengths and weaknesses in resource-constrained scenarios.
Findings
Existing tree-based LLM planners often fail to find cost-optimal plans.
Additional search computation does not always improve optimality.
Bidirectional search outperforms other methods in efficiency and success rate.
Abstract
Planning under resource constraints is central to real-world decision making, yet most large language model (LLM) planners assume uniform action costs. We systematically analyze whether tree-search LLM planners are cost-aware and whether they efficiently generate budget-feasible plans. In contrast to black-box prompting, explicit search trees expose intermediate decisions, node evaluations, and failure modes, which allows for controlled ablations of planner behavior. We study depth-first search, breadth-first search, Monte Carlo Tree Search, and bidirectional search within a unified framework. Our experiments show that existing tree-based LLM planners often struggle to find cost-optimal plans, and that additional search computation does not reliably improve optimality. Among the methods evaluated, bidirectional search achieves the best overall efficiency and success rate. MCTS achieves…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Multi-Head Attention · Dense Connections · Softmax · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Residual Connection · Byte Pair Encoding
