CLAILGOct 8, 2020

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

arXiv:2010.03714v11001 citations
Originality Highly original
AI Analysis

This addresses efficiency and multilingual adaptability for natural language understanding systems, representing a novel method for known bottlenecks.

The paper tackles the slow inference and poor cross-lingual transfer of autoregressive semantic parsers by proposing a non-autoregressive parser based on insertion transformers, achieving 3x faster decoding and 37% improvement in cross-lingual transfer in low-resource settings.

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 rulebased or statistical slot-filling systems to shiftreduce based neural parsers. For complex parsing tasks, the state-of-the-art method is based on autoregressive sequence to sequence models to generate 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 well-known monolingual datasets: ATIS, SNIPS and TOP. For cross lingual semantic parsing, we use the MultiATIS++ and the multilingual TOP datasets.

Foundations

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

Your Notes