Semantic Parsing For Task Oriented Dialog Using Hierarchical Representations | Awesome LLM Papers Contribute to Awesome LLM Papers

Semantic Parsing For Task Oriented Dialog Using Hierarchical Representations

Sonal Gupta, Rushin Shah, Mrinal Mohit, Anuj Kumar, Mike Lewis . Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing 2018 – 189 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
EMNLP Uncategorized

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.

Similar Work