Span Pointer Networks for Non-Autoregressive Task-Oriented Semantic Parsing
Akshat Shrivastava, Pierce Chuang, Arun Babu, Shrey Desai, Abhinav, Arora, Alexander Zotov, Ahmed Aly

TL;DR
This paper introduces span pointer networks, a non-autoregressive semantic parser that predicts span endpoints instead of text, leading to improved accuracy, efficiency, and better generalization across domains and languages.
Contribution
The authors propose span pointer networks that shift decoding from text generation to span prediction, reducing variability and improving non-autoregressive parsing performance.
Findings
Achieved 87% exact match on TOPv2 dataset.
Reduced latency by 70% and memory by 83% at beam size 5.
Enhanced cross-domain and cross-lingual transfer in low-resource settings.
Abstract
An effective recipe for building seq2seq, non-autoregressive, task-oriented parsers to map utterances to semantic frames proceeds in three steps: encoding an utterance , predicting a frame's length |y|, and decoding a |y|-sized frame with utterance and ontology tokens. Though empirically strong, these models are typically bottlenecked by length prediction, as even small inaccuracies change the syntactic and semantic characteristics of resulting frames. In our work, we propose span pointer networks, non-autoregressive parsers which shift the decoding task from text generation to span prediction; that is, when imputing utterance spans into frame slots, our model produces endpoints (e.g., [i, j]) as opposed to text (e.g., "6pm"). This natural quantization of the output space reduces the variability of gold frames, therefore improving length prediction and, ultimately, exact match.…
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 · Genomics and Phylogenetic Studies
