AICLRODec 13, 2023

Learning adaptive planning representations with natural language guidance

MIT
arXiv:2312.08566v149 citationsh-index: 22
Originality Highly original
AI Analysis

This addresses the challenge of adaptive planning in real-world domains like robotics and household tasks, representing a novel method rather than incremental improvement.

The paper tackles the problem of automatically constructing task-specific planning representations using language models as background knowledge, resulting in Ada framework that outperforms other LM-based approaches on Mini Minecraft and ALFRED Household Tasks benchmarks with more accurate plans and better generalization.

Effective planning in the real world requires not only world knowledge, but the ability to leverage that knowledge to build the right representation of the task at hand. Decades of hierarchical planning techniques have used domain-specific temporal action abstractions to support efficient and accurate planning, almost always relying on human priors and domain knowledge to decompose hard tasks into smaller subproblems appropriate for a goal or set of goals. This paper describes Ada (Action Domain Acquisition), a framework for automatically constructing task-specific planning representations using task-general background knowledge from language models (LMs). Starting with a general-purpose hierarchical planner and a low-level goal-conditioned policy, Ada interactively learns a library of planner-compatible high-level action abstractions and low-level controllers adapted to a particular domain of planning tasks. On two language-guided interactive planning benchmarks (Mini Minecraft and ALFRED Household Tasks), Ada strongly outperforms other approaches that use LMs for sequential decision-making, offering more accurate plans and better generalization to complex tasks.

Foundations

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

Your Notes