paper-with-me

Papers

Semantic Parsing for Task Oriented Dialog using Hierarchical Representations

2018-10-18 · EMNLP 2018 10 · Sonal Gupta, Rushin Shah, Mrinal Mohit, Anuj Kumar, Mike Lewis

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.

📄 PDF Abstract BibTeX arXiv:1810.07942

Code (0)

등록된 구현이 없습니다.

Tasks

Constituency ParsingSemantic Parsingslot-fillingSlot Filling

Similar Papers 제목 키워드 기반

Improving Semantic Parsing for Task Oriented Dialog

2019-02-15 · Arash Einolghozati, Panupong Pasupat, Sonal Gupta, Rushin Shah 외

Semantic parsing using hierarchical representations has recently been proposed for task oriented dialog with promising results [Gupta et al 2018]. In this paper, we present three different improvements to the model: cont…

Language ModelingLanguage ModellingRe-RankingSemantic Parsing

Lexicon-injected Semantic Parsing for Task-Oriented Dialog

2022-11-26 · Xiaojun Meng, Wenlin Dai, Yasheng Wang, Baojun Wang 외

Recently, semantic parsing using hierarchical representations for dialog systems has captured substantial attention. Task-Oriented Parse (TOP), a tree representation with intents and slots as labels of nested tree nodes,…

Semantic Parsing

Span-based Hierarchical Semantic Parsing for Task-Oriented Dialog

2019-11-01 · IJCNLP 2019 11 · Panupong Pasupat, Sonal Gupta, M, Karishma yam 외

We propose a semantic parser for parsing compositional utterances into Task Oriented Parse (TOP), a tree representation that has intents and slots as labels of nesting tree nodes. Our parser is span-based: it scores labe…

DecoderSemantic Parsingvalid

Improving Sequence-to-Sequence Semantic Parser for Task Oriented Dialog

2020-11-01 · EMNLP (intexsempar) 2020 11 · Chaoting Xuan

Task Oriented Parsing (TOP) attempts to map utterances to compositional requests, including multiple intents and their slots. Previous work focus on a tree-based hierarchical meaning representation, and applying constitu…

Constituency Parsing

Conversational Semantic Parsing for Dialog State Tracking

2020-10-24 · EMNLP 2020 11 · Jianpeng Cheng, Devang Agrawal, Hector Martinez Alonso, Shruti Bhargava 외

We consider a new perspective on dialog state tracking (DST), the task of estimating a user's goal through the course of a dialog. By formulating DST as a semantic parsing task over hierarchical representations, we can i…

Decoderdialog state trackingSemantic Parsing