paper-with-me

홈 › Papers

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, Snehasis Banerjee, Brojeshwar Bhowmick, Krishna Murthy Jatavallabhula, Mohan Sridharan, Madhava Krishna

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 tasks and computing an action sequence that jointly achieves these tasks. State-of-the-art methods for task anticipation use data-driven deep networks and Large Language Models (LLMs), but they do so at the level of high-level tasks and/or require many training examples. Our framework leverages the generic knowledge of LLMs through a small number of prompts to perform high-level task anticipation, using the anticipated tasks as goals in a classical planning system to compute a sequence of finer-granularity actions that jointly achieve these goals. We ground and evaluate our framework's abilities in realistic scenarios in the VirtualHome environment and demonstrate a 31% reduction in execution time compared with a system that does not consider upcoming tasks.

📄 PDF Abstract BibTeX arXiv:2502.02066

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM-SAP: Large Language Models Situational Awareness Based Planning

2023-12-26 · Liman Wang, Hanyang Zhong

This study explores integrating large language models (LLMs) with situational awareness-based planning (SAP) to enhance the decision-making capabilities of AI agents in dynamic and uncertain environments. We employ a mul…

Decision MakingLanguage ModellingLarge Language Model

Anticipate & Collab: Data-driven Task Anticipation and Knowledge-driven Planning for Human-robot Collaboration

2024-04-04 · Shivam Singh, Karthik Swaminathan, Raghav Arora, Ramandeep Singh 외

An agent assisting humans in daily living activities can collaborate more effectively by anticipating upcoming tasks. Data-driven methods represent the state of the art in task anticipation, planning, and related problem…

Context Matters! Relaxing Goals with LLMs for Feasible 3D Scene Planning

2025-06-18 · Emanuele Musumeci, Michele Brienza, Francesco Argenziano, Vincenzo Suriani 외

Classical planning in AI and Robotics addresses complex tasks by shifting from imperative to declarative approaches (e.g., PDDL). However, these methods often fail in real scenarios due to limited robot perception and th…

Can LLMs plan paths with extra hints from solvers?

2024-10-07 · Erik Wu, Sayan Mitra

Large Language Models (LLMs) have shown remarkable capabilities in natural language processing, mathematical problem solving, and tasks related to program synthesis. However, their effectiveness in long-term planning and…

Mathematical Problem-SolvingProgram Synthesis

Anticipating Responsibility in Multiagent Planning

2023-07-31 · Timothy Parker, Umberto Grandi, Emiliano Lorini

Responsibility anticipation is the process of determining if the actions of an individual agent may cause it to be responsible for a particular outcome. This can be used in a multi-agent planning setting to allow agents …