paper-with-me

홈 › Papers

CAPE: Corrective Actions from Precondition Errors using Large Language Models

2022-11-17 · Shreyas Sundara Raman, Vanya Cohen, Ifrah Idrees, Eric Rosen, Ray Mooney, Stefanie Tellex, David Paulius

Extracting commonsense knowledge from a large language model (LLM) offers a path to designing intelligent robots. Existing approaches that leverage LLMs for planning are unable to recover when an action fails and often resort to retrying failed actions, without resolving the error's underlying cause. We propose a novel approach (CAPE) that attempts to propose corrective actions to resolve precondition errors during planning. CAPE improves the quality of generated plans by leveraging few-shot reasoning from action preconditions. Our approach enables embodied agents to execute more tasks than baseline methods while ensuring semantic correctness and minimizing re-prompting. In VirtualHome, CAPE generates executable plans while improving a human-annotated plan correctness metric from 28.89% to 49.63% over SayCan. Our improvements transfer to a Boston Dynamics Spot robot initialized with a set of skills (specified in language) and associated preconditions, where CAPE improves the correctness metric of the executed task plans by 76.49% compared to SayCan. Our approach enables the robot to follow natural language commands and robustly recover from failures, which baseline approaches largely cannot resolve or address inefficiently.

📄 PDF Abstract BibTeX arXiv:2211.09935

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

A Hierarchical Error-Corrective Graph Framework for Autonomous Agents with LLM-Based Action Generation

2026-03-09 · Cong Cao, Jingyao Zhang, Kun Tong arxiv

We propose a Hierarchical Error-Corrective Graph FrameworkforAutonomousAgentswithLLM-BasedActionGeneration(HECG),whichincorporates three core innovations: (1) Multi-Dimensional Transferable Strategy (MDTS): by integratin…

RedFlow: Redirect Failure into Action-Level Corrections for Flow-matching VLA Policy

2026-07-30 · Zhengyang Yan, Junhao Li, Fangqi Zhu, Zijun Wang 외 arxiv

Flow-matching Vision-Language-Action (VLA) policies have shown strong potential for robotic manipulation but often suffer from compounding errors caused by distribution shifts during deployment. While offline reinforceme…

Reinforcement LearningOffline RL

Learning Lifted Action Models from Unsupervised Visual Traces

2026-04-21 · Kai Xi, Stephen Gould, Sylvie Thiébaux arxiv

Efficient construction of models capturing the preconditions and effects of actions is essential for applying AI planning in real-world domains. Extensive prior work has explored learning such models from high-level desc…

VLA-Corrector: Lightweight Detect-and-Correct Inference for Adaptive Action Horizon

2026-07-02 · Yi Pan, Miao Pan, Qi Lu, Jiaming Huang 외 arxiv

Vision-Language-Action (VLA) foundation models have recently achieved strong progress in embodied intelligence. To reduce policy-call frequency while preserving temporal coherence, most generative policies adopt an actio…

Escaping Saddle Points with Adaptive Gradient Methods

2019-01-26 · Matthew Staib, Sashank J. Reddi, Satyen Kale, Sanjiv Kumar 외

Adaptive methods such as Adam and RMSProp are widely used in deep learning but are not well understood. In this paper, we seek a crisp, clean and precise characterization of their behavior in nonconvex settings. To this …