LGAICLFeb 15, 2022

Text-Based Action-Model Acquisition for Planning

arXiv:2202.08373v2
AI Analysis

This addresses a gap in planning systems by enabling model acquisition from pervasive textual data, though it appears incremental as it builds on existing methods for learning from plan traces.

The paper tackles the problem of learning action models from natural language texts, which are more accessible than plan traces, by integrating constraint satisfaction and NLP techniques, and reports that the approach is empirically effective and efficient.

Although there have been approaches that are capable of learning action models from plan traces, there is no work on learning action models from textual observations, which is pervasive and much easier to collect from real-world applications compared to plan traces. In this paper we propose a novel approach to learning action models from natural language texts by integrating Constraint Satisfaction and Natural Language Processing techniques. Specifically, we first build a novel language model to extract plan traces from texts, and then build a set of constraints to generate action models based on the extracted plan traces. After that, we iteratively improve the language model and constraints until we achieve the convergent language model and action models. We empirically exhibit that our approach is both effective and efficient.

Foundations

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

Your Notes