Graph-Based Decoding for Task Oriented Semantic Parsing
The dominant paradigm for semantic parsing in recent years is to formulate parsing as a sequence-to-sequence task, generating predictions with auto-regressive sequence decoders. In this work, we explore an alternative paradigm. We formulate semantic parsing as a dependency parsing task, applying graph-based decoding techniques developed for syntactic parsing. We compare various decoding techniques given the same pre-trained Transformer encoder on the TOP dataset, including settings where training data is limited or contains only partially-annotated examples. We find that our graph-based approach is competitive with sequence decoders on the standard setting, and offers significant improvements in data efficiency and settings where partially-annotated data is available.
Code (0)
등록된 구현이 없습니다.
Tasks
Dependency ParsingSemantic ParsingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Neural Maximum Subgraph Parsing for Cross-Domain Semantic Dependency Analysis
We present experiments for cross-domain semantic dependency analysis with a neural Maximum Subgraph parser. Our parser targets 1-endpoint-crossing, pagenumber-2 graphs which are a good fit to semantic dependency graphs, …
Dependency ParsingSemantic ParsingSpan-based Hierarchical Semantic Parsing for Task-Oriented Dialog
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 ParsingvalidSpan Pointer Networks for Non-Autoregressive Task-Oriented Semantic Parsing
An effective recipe for building seq2seq, non-autoregressive, task-oriented parsers to map utterances to semantic frames proceeds in three steps: encoding an utterance $x$, predicting a frame's length |y|, and decoding a…
Cross-Lingual TransferDecoderPredictionQuantization+2Retrieve-and-Fill for Scenario-based Task-Oriented Semantic Parsing
Task-oriented semantic parsing models have achieved strong results in recent years, but unfortunately do not strike an appealing balance between model size, runtime latency, and cross-domain generalizability. We tackle t…
RetrievalSemantic ParsingSemantic Parsing for Task Oriented Dialog using Hierarchical Representations
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 quer…
Constituency ParsingSemantic Parsingslot-fillingSlot Filling