paper-with-me

홈 › Papers

Integrating Action Knowledge and LLMs for Task Planning and Situation Handling in Open Worlds

2023-05-27 · Yan Ding, Xiaohan Zhang, Saeid Amiri, Nieqing Cao, Hao Yang, Andy Kaminski, Chad Esselink, Shiqi Zhang

Task planning systems have been developed to help robots use human knowledge (about actions) to complete long-horizon tasks. Most of them have been developed for "closed worlds" while assuming the robot is provided with complete world knowledge. However, the real world is generally open, and the robots frequently encounter unforeseen situations that can potentially break the planner's completeness. Could we leverage the recent advances on pre-trained Large Language Models (LLMs) to enable classical planning systems to deal with novel situations? This paper introduces a novel framework, called COWP, for open-world task planning and situation handling. COWP dynamically augments the robot's action knowledge, including the preconditions and effects of actions, with task-oriented commonsense knowledge. COWP embraces the openness from LLMs, and is grounded to specific domains via action knowledge. For systematic evaluations, we collected a dataset that includes 1,085 execution-time situations. Each situation corresponds to a state instance wherein a robot is potentially unable to complete a task using a solution that normally works. Experimental results show that our approach outperforms competitive baselines from the literature in the success rate of service tasks. Additionally, we have demonstrated COWP using a mobile manipulator. Supplementary materials are available at: https://cowplanning.github.io/

📄 PDF Abstract BibTeX arXiv:2305.17590

Code (1)

yding25/GPT-Planner 공식 구현

Tasks

Task PlanningWorld Knowledge

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

SayCanPay: Heuristic Planning with Large Language Models using Learnable Domain Knowledge

2023-08-24 · Rishi Hazra, Pedro Zuidberg Dos Martires, Luc De Raedt

Large Language Models (LLMs) have demonstrated impressive planning abilities due to their vast "world knowledge". Yet, obtaining plans that are both feasible (grounded in affordances) and cost-effective (in plan length),…

Heuristic SearchWorld Knowledge

Inspire or Predict? Exploring New Paradigms in Assisting Classical Planners with Large Language Models

2025-08-15 · Wenkai Yu, Jianhang Tang, Yang Zhang, Yixiong Feng 외 arxiv

Addressing large-scale planning problems has become one of the central challenges in the planning community, deriving from the state-space explosion caused by growing objects and actions. Recently, researchers have explo…

General Knowledge

Hierarchical Planning for Complex Tasks with Knowledge Graph-RAG and Symbolic Verification

2025-04-06 · Cristina Cornelio, Flavio Petruzzellis, Pietro Lio

Large Language Models (LLMs) have shown promise as robotic planners but often struggle with long-horizon and complex tasks, especially in specialized environments requiring external knowledge. While hierarchical planning…

RAGRetrieval-augmented Generation

Anticipate & Act : Integrating LLMs and Classical Planning for Efficient Task Execution in Household Environments

2025-02-04 · Raghav Arora, Shivam Singh, Karthik Swaminathan, Ahana Datta 외

Assistive agents performing household tasks such as making the bed or cooking breakfast often compute and execute actions that accomplish one task at a time. However, efficiency can be improved by anticipating upcoming t…

Intelli-Planner: Towards Customized Urban Planning via Large Language Model Empowered Reinforcement Learning

2026-01-29 · Xixian Yong, Peilin Sun, Zihe Wang, Xiao Zhou arxiv

Effective urban planning is crucial for enhancing residents' quality of life and ensuring societal stability, playing a pivotal role in the sustainable development of cities. Current planning methods heavily rely on huma…

Reinforcement Learning