paper-with-me

홈 › Papers

Vote-Tree-Planner: Optimizing Execution Order in LLM-based Task Planning Pipeline via Voting

2025-02-13 · Chaoyuan Zhang, Zhaowei Li, Wentao Yuan

Integrating large language models (LLMs) into closed-loop robotic task planning has become increasingly popular within embodied artificial intelligence. Previous efforts mainly focused on leveraging the strong reasoning abilities of LLMs to enhance task planning performance while often overlooking task planning efficiency and executability due to repetitive queries to LLMs. This paper addresses the synergy between LLMs and task planning systems, aiming to minimize redundancy while enhancing planning effectiveness. Specifically, building upon Prog-Prompt and the high-level concept of Tree-Planner, we propose Vote-Tree-Planner. This sampling strategy utilizes votes to guide plan traversal during the decision-making process. Our approach is motivated by a straightforward observation: assigning weights to agents during decision-making enables the evaluation of critical paths before execution. With this simple vote-tree construction, our method further improves the success rate and reduces the number of queries to LLMs. The experimental results highlight that our Vote-Tree-Planner demonstrates greater stability and shows a higher average success rate and goal condition recall on the unseen dataset compared with previous baseline methods. These findings underscore the potential of the Vote-Tree-Planner to enhance planning accuracy, reliability, and efficiency in LLM-based planning systems.

📄 PDF Abstract BibTeX arXiv:2502.09749

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingTask Planning

Similar Papers 제목 키워드 기반

Scaling Up Knowledge Graph Creation to Large and Heterogeneous Data Sources

2022-01-24 · Enrique Iglesias, Samaneh Jozashoori, Maria-Esther Vidal

RDF knowledge graphs (KG) are powerful data structures to represent factual statements created from heterogeneous data sources. KG creation is laborious and demands data management techniques to be executed efficiently. …

Knowledge GraphsManagementScheduling

Risk-Sensitive Compact Decision Trees for Autonomous Execution in Presence of Simulated Market Response

2019-06-05 · Svitlana Vyetrenko, Shaojie Xu

We demonstrate an application of risk-sensitive reinforcement learning to optimizing execution in limit order book markets. We represent taking order execution decisions based on limit order book knowledge by a Markov De…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Who is in Your Top Three? Optimizing Learning in Elections with Many Candidates

2019-06-19 · Nikhil Garg, Lodewijk Gelauff, Sukolsak Sakshuwong, Ashish Goel

Elections and opinion polls often have many candidates, with the aim to either rank the candidates or identify a small set of winners according to voters' preferences. In practice, voters do not provide a full ranking; i…

scoring rule

TREE: Tree Regularization for Efficient Execution

2024-06-18 · Lena Schmid, Daniel Biebert, Christian Hakert, Kuan-Hsun Chen 외

The rise of machine learning methods on heavily resource constrained devices requires not only the choice of a suitable model architecture for the target platform, but also the optimization of the chosen model with regar…

Binary Classification

A Unified Framework for Real-Time Failure Handling in Robotics Using Vision-Language Models, Reactive Planner and Behavior Trees

2025-03-19 · Faseeh Ahmad, Hashim Ismail, Jonathan Styrud, Maj Stenmark 외

Robotic systems often face execution failures due to unexpected obstacles, sensor errors, or environmental changes. Traditional failure recovery methods rely on predefined strategies or human intervention, making them le…