Don't Parse, Insert: Multilingual Semantic Parsing with Insertion Based Decoding
Qile Zhu, Haidar Khan, Saleh Soltan, Stephen Rawls, Wael Hamza

TL;DR
This paper introduces a non-autoregressive insertion transformer-based semantic parser that significantly speeds up inference and enhances cross-lingual transfer, outperforming autoregressive models on multiple datasets.
Contribution
The paper presents a novel insertion transformer-based parser that improves decoding speed and cross-lingual transfer in semantic parsing tasks.
Findings
Decoding speed increased by 3x over autoregressive models.
Significant improvement in cross-lingual transfer, up to 37%.
Outperforms existing models on multiple datasets.
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 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
