paper-with-me

Papers

ProgPrompt: Generating Situated Robot Task Plans using Large Language Models

2022-09-22 · Ishika Singh, Valts Blukis, Arsalan Mousavian, Ankit Goyal, Danfei Xu, Jonathan Tremblay, Dieter Fox, Jesse Thomason, Animesh Garg

Task planning can require defining myriad domain knowledge about the world in which a robot needs to act. To ameliorate that effort, large language models (LLMs) can be used to score potential next actions during task planning, and even generate action sequences directly, given an instruction in natural language with no additional domain information. However, such methods either require enumerating all possible next steps for scoring, or generate free-form text that may contain actions not possible on a given robot in its current context. We present a programmatic LLM prompt structure that enables plan generation functional across situated environments, robot capabilities, and tasks. Our key insight is to prompt the LLM with program-like specifications of the available actions and objects in an environment, as well as with example programs that can be executed. We make concrete recommendations about prompt structure and generation constraints through ablation experiments, demonstrate state of the art success rates in VirtualHome household tasks, and deploy our method on a physical robot arm for tabletop tasks. Website at progprompt.github.io

📄 PDF Abstract BibTeX arXiv:2209.11302

Code (0)

등록된 구현이 없습니다.

Tasks

Task Planning

Similar Papers 제목 키워드 기반

When State Becomes an Attack Surface: State-Semantic Injection in LLM-Driven Embodied Agents

2026-08-17 · Jiawei Liu, Jiacheng Guo, Tian Zhang, Yiwei Xu 외 arxiv

Large Language Models (LLMs) have demonstrated capabilities in in-context learning, task decomposition, step-by-step reasoning, and code generation, driving their gradual evolution from text generation models into the co…

Text GenerationCode Generation

BrickCraft: Visuomotor Skill Composition with Situated Manual Guidance for Long-Horizon Interlocking Brick Assembly

2026-05-08 · Jichuan Yu, Bowei Li, Zhenran Tang, Guanxing Lu 외 arxiv

Autonomous robotic assembly of interlocking bricks demands seamless integration of long-horizon task reasoning, spatial grounding, and fine-grained manipulation. This paper presents BrickCraft, a compositional framework …

SELP: Generating Safe and Efficient Task Plans for Robot Agents with Large Language Models

2024-09-28 · Yi Wu, Zikang Xiong, Yiran Hu, Shreyash S. Iyengar 외

Despite significant advancements in large language models (LLMs) that enhance robot agents' understanding and execution of natural language (NL) commands, ensuring the agents adhere to user-specified constraints remains …

Drone navigationRobot ManipulationRobot Task PlanningTask Planning

Context-sensitive Natural Language Generation for robot-assisted second language tutoring

2018-11-01 · WS 2018 11 · Bram Willemsen, Jan de Wit, Emiel Krahmer, Mirjam de Haas 외

This paper describes the L2TOR intelligent tutoring system (ITS), focusing primarily on its output generation module. The L2TOR ITS is developed for the purpose of investigating the efficacy of robot-assisted second lang…

Text Generation

Generating Active Explicable Plans in Human-Robot Teaming

2021-09-18 · Akkamahadevi Hanni, Yu Zhang

Intelligent robots are redefining a multitude of critical domains but are still far from being fully capable of assisting human peers in day-to-day tasks. An important requirement of collaboration is for each teammate to…