paper-with-me

홈 › Papers

Robotouille: An Asynchronous Planning Benchmark for LLM Agents

2025-02-06 · Gonzalo Gonzalez-Pumariega, Leong Su Yean, Neha Sunkara, Sanjiban Choudhury

Effective asynchronous planning, or the ability to efficiently reason and plan over states and actions that must happen in parallel or sequentially, is essential for agents that must account for time delays, reason over diverse long-horizon tasks, and collaborate with other agents. While large language model (LLM) agents show promise in high-level task planning, current benchmarks focus primarily on short-horizon tasks and do not evaluate such asynchronous planning capabilities. We introduce Robotouille, a challenging benchmark environment designed to test LLM agents' ability to handle long-horizon asynchronous scenarios. Our synchronous and asynchronous datasets capture increasingly complex planning challenges that go beyond existing benchmarks, requiring agents to manage overlapping tasks and interruptions. Our results show that ReAct (gpt4-o) achieves 47% on synchronous tasks but only 11% on asynchronous tasks, highlighting significant room for improvement. We further analyze failure modes, demonstrating the need for LLM agents to better incorporate long-horizon feedback and self-audit their reasoning during task execution. Code is available at https://github.com/portal-cornell/robotouille.

📄 PDF Abstract BibTeX arXiv:2502.05227

Code (1)

portal-cornell/robotouille 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language ModelTask Planning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Embodied Task Planning via Graph-Informed Action Generation with Large Language Models

2026-01-29 · Xiang Li, Ning Yan, Masood Mortazavi arxiv

While Large Language Models (LLMs) have demonstrated strong zero-shot reasoning capabilities, their deployment as embodied agents still faces fundamental challenges in long-horizon planning. Unlike open-ended text genera…

Graph Neural NetworkText Generation

ReCAP: Recursive Context-Aware Reasoning and Planning for Large Language Model Agents

2025-10-27 · Zhenyu Zhang, Tianyi Chen, Weiran Xu, Alex Pentland 외 arxiv

Long-horizon tasks requiring multi-step reasoning and dynamic re-planning remain challenging for large language models (LLMs). Sequential prompting methods are prone to context drift, loss of goal information, and recurr…

HaReCAP: Habitual-action Grounding for Recursive Large Language Model Agents

2026-08-17 · Shen Liu, Zhenguo Xu, Shaopu Wang, Yike Gao 외 arxiv

Long-horizon embodied tasks require LLM agents to iteratively decompose high-level goals, revise plans in response to environmental feedback, and ground leaf-level subgoals into valid executable actions. Recursive contex…

AgenticCache: Cache-Driven Asynchronous Planning for Embodied AI Agents

2026-04-27 · Hojoon Kim, Yuheng Wu, Thierry Tambe arxiv

Embodied AI agents increasingly rely on large language models (LLMs) for planning, yet per-step LLM calls impose severe latency and cost. In this paper, we show that embodied tasks exhibit strong plan locality, where the…

Query-Efficient Planning with Language Models

2024-12-09 · Gonzalo Gonzalez-Pumariega, Wayne Chen, Kushal Kedia, Sanjiban Choudhury

Planning in complex environments requires an agent to efficiently query a world model to find a feasible sequence of actions from start to goal. Recent work has shown that Large Language Models (LLMs), with their rich pr…