paper-with-me

홈 › Papers

Generating Executable Action Plans with Environmentally-Aware Language Models

2022-10-10 · Maitrey Gramopadhye, Daniel Szafir

Large Language Models (LLMs) trained using massive text datasets have recently shown promise in generating action plans for robotic agents from high level text queries. However, these models typically do not consider the robot's environment, resulting in generated plans that may not actually be executable, due to ambiguities in the planned actions or environmental constraints. In this paper, we propose an approach to generate environmentally-aware action plans that agents are better able to execute. Our approach involves integrating environmental objects and object relations as additional inputs into LLM action plan generation to provide the system with an awareness of its surroundings, resulting in plans where each generated action is mapped to objects present in the scene. We also design a novel scoring function that, along with generating the action steps and associating them with objects, helps the system disambiguate among object instances and take into account their states. We evaluated our approach using the VirtualHome simulator and the ActivityPrograms knowledge base and found that action plans generated from our system had a 310% improvement in executability and a 147% improvement in correctness over prior work. The complete code and a demo of our method is publicly available at https://github.com/hri-ironlab/scene_aware_language_planner.

📄 PDF Abstract BibTeX arXiv:2210.04964

Code (1)

hri-ironlab/scene_aware_language_planner 공식 구현

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Zero-Shot Trajectory Planning for Signal Temporal Logic Tasks

2025-01-23 · Ruijia Liu, Ancheng Hou, Xiao Yu, Xiang Yin

Signal Temporal Logic (STL) is a powerful specification language for describing complex temporal behaviors of continuous signals, making it well-suited for high-level robotic task descriptions. However, generating execut…

Trajectory PlanningZero-shot Generalization

Joint Verification and Refinement of Language Models for Safety-Constrained Planning

2024-10-18 · Yunhao Yang, William Ward, Zichao Hu, Joydeep Biswas 외

Although pre-trained language models can generate executable plans (e.g., programmatic policies) for solving robot tasks, the generated plans may violate task-relevant logical specifications due to the models' black-box …

Language ModelingLanguage Modelling

Generating machine-executable plans from end-user's natural-language instructions

2016-11-20 · Rui Liu, Xiaoli Zhang

It is critical for advanced manufacturing machines to autonomously execute a task by following an end-user's natural language (NL) instructions. However, NL instructions are usually ambiguous and abstract so that the mac…

MARS: Multi-Agent Robotic System with Multimodal Large Language Models for Assistive Intelligence

2025-11-03 · Renjun Gao arxiv

Multimodal large language models (MLLMs) have shown remarkable capabilities in cross-modal understanding and reasoning, offering new opportunities for intelligent assistive systems, yet existing systems still struggle wi…

Competency Questions as Executable Plans: a Controlled RAG Architecture for Cultural Heritage Storytelling

2026-04-02 · Naga Sowjanya Barla, Jacopo de Berardinis arxiv

The preservation of intangible cultural heritage is a critical challenge as collective memory fades over time. While Large Language Models (LLMs) offer a promising avenue for generating engaging narratives, their propens…

Story GenerationKnowledge Graphs