AICLLGFeb 27, 2024

Pragmatic Instruction Following and Goal Assistance via Cooperative Language-Guided Inverse Planning

MIT
arXiv:2402.17930v140 citationsh-index: 32AAMAS
Originality Highly original
AI Analysis

This addresses the challenge of flexible, context-sensitive instruction following for assistive agents, representing a novel method for a known bottleneck.

The paper tackled the problem of building assistive agents that can follow ambiguous instructions by modeling human communication as cooperative planning, resulting in CLIPS outperforming GPT-4V and other baselines in accuracy and helpfulness in cooperative planning domains.

People often give instructions whose meaning is ambiguous without further context, expecting that their actions or goals will disambiguate their intentions. How can we build assistive agents that follow such instructions in a flexible, context-sensitive manner? This paper introduces cooperative language-guided inverse plan search (CLIPS), a Bayesian agent architecture for pragmatic instruction following and goal assistance. Our agent assists a human by modeling them as a cooperative planner who communicates joint plans to the assistant, then performs multimodal Bayesian inference over the human's goal from actions and language, using large language models (LLMs) to evaluate the likelihood of an instruction given a hypothesized plan. Given this posterior, our assistant acts to minimize expected goal achievement cost, enabling it to pragmatically follow ambiguous instructions and provide effective assistance even when uncertain about the goal. We evaluate these capabilities in two cooperative planning domains (Doors, Keys & Gems and VirtualHome), finding that CLIPS significantly outperforms GPT-4V, LLM-based literal instruction following and unimodal inverse planning in both accuracy and helpfulness, while closely matching the inferences and assistive judgments provided by human raters.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes