Don’t Parse, Insert: Multilingual Semantic Parsing with Insertion Based Decoding

Qile Zhu, Haidar Khan, Saleh Soltan, Stephen Rawls, Wael Hamza


Abstract
Semantic parsing is one of the key components of natural language understanding systems. A successful parse transforms an input utterance to an action that is easily understood by the system. Many algorithms have been proposed to solve this problem, from conventional rule-based or statistical slot-filling systems to shift-reduce based neural parsers. For complex parsing tasks, the state-of-the-art method is based on an autoregressive sequence to sequence model that generates the parse directly. This model is slow at inference time, generating parses in O(n) decoding steps (n is the length of the target sequence). In addition, we demonstrate that this method performs poorly in zero-shot cross-lingual transfer learning settings. In this paper, we propose a non-autoregressive parser which is based on the insertion transformer to overcome these two issues. Our approach 1) speeds up decoding by 3x while outperforming the autoregressive model and 2) significantly improves cross-lingual transfer in the low-resource setting by 37% compared to autoregressive baseline. We test our approach on three wellknown monolingual datasets: ATIS, SNIPS and TOP. For cross-lingual semantic parsing, we use the MultiATIS++ and the multilingual TOP datasets.
Anthology ID:
2020.conll-1.40
Volume:
Proceedings of the 24th Conference on Computational Natural Language Learning
Month:
November
Year:
2020
Address:
Online
Editors:
Raquel Fernández, Tal Linzen
Venue:
CoNLL
SIG:
SIGNLL
Publisher:
Association for Computational Linguistics
Note:
Pages:
496–506
Language:
URL:
https://aclanthology.org/2020.conll-1.40
DOI:
10.18653/v1/2020.conll-1.40
Bibkey:
Cite (ACL):
Qile Zhu, Haidar Khan, Saleh Soltan, Stephen Rawls, and Wael Hamza. 2020. Don’t Parse, Insert: Multilingual Semantic Parsing with Insertion Based Decoding. In Proceedings of the 24th Conference on Computational Natural Language Learning, pages 496–506, Online. Association for Computational Linguistics.
Cite (Informal):
Don’t Parse, Insert: Multilingual Semantic Parsing with Insertion Based Decoding (Zhu et al., CoNLL 2020)
Copy Citation:
PDF:
https://aclanthology.org/2020.conll-1.40.pdf
Data
SNIPS