CLROOct 11, 2021

Generalizing to New Domains by Mapping Natural Language to Lifted LTL

arXiv:2110.05603v220 citations
Originality Incremental advance
AI Analysis

This addresses a domain-specific challenge in robotics for enabling more flexible natural language task specifications, though it is incremental as it builds on existing LTL grounding methods.

The paper tackles the problem of mapping natural language to Linear Temporal Logic (LTL) for robot commands by introducing an intermediate contextual query representation that allows generalization to unseen object references, outperforming CopyNet models on this task.

Recent work on using natural language to specify commands to robots has grounded that language to LTL. However, mapping natural language task specifications to LTL task specifications using language models require probability distributions over finite vocabulary. Existing state-of-the-art methods have extended this finite vocabulary to include unseen terms from the input sequence to improve output generalization. However, novel out-of-vocabulary atomic propositions cannot be generated using these methods. To overcome this, we introduce an intermediate contextual query representation which can be learned from single positive task specification examples, associating a contextual query with an LTL template. We demonstrate that this intermediate representation allows for generalization over unseen object references, assuming accurate groundings are available. We compare our method of mapping natural language task specifications to intermediate contextual queries against state-of-the-art CopyNet models capable of translating natural language to LTL, by evaluating whether correct LTL for manipulation and navigation task specifications can be output, and show that our method outperforms the CopyNet model on unseen object references. We demonstrate that the grounded LTL our method outputs can be used for planning in a simulated OO-MDP environment. Finally, we discuss some common failure modes encountered when translating natural language task specifications to grounded LTL.

Foundations

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

Your Notes