CLOct 18, 2018

Semantic Parsing for Task Oriented Dialog using Hierarchical Representations

arXiv:1810.07942v11165 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of existing systems that cannot handle multi-intent and multi-slot queries in dialog, though it is incremental as it builds on standard parsing models.

The paper tackles the problem of parsing complex compositional user queries in task-oriented dialog by proposing a hierarchical annotation scheme, and shows that constituency parsing models outperform sequence-to-sequence approaches on a new dataset of 44k annotated queries.

Task oriented dialog systems typically first parse user utterances to semantic frames comprised of intents and slots. Previous work on task oriented intent and slot-filling work has been restricted to one intent per query and one slot label per token, and thus cannot model complex compositional requests. Alternative semantic parsing systems have represented queries as logical forms, but these are challenging to annotate and parse. We propose a hierarchical annotation scheme for semantic parsing that allows the representation of compositional queries, and can be efficiently and accurately parsed by standard constituency parsing models. We release a dataset of 44k annotated queries (fb.me/semanticparsingdialog), and show that parsing models outperform sequence-to-sequence approaches on this dataset.

Foundations

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

Your Notes