RETRONLU: Retrieval Augmented Task-Oriented Semantic Parsing
Vivek Gupta, Akshat Shrivastava, Adithya Sagar, Armen Aghajanyan and, Denis Savenkov

TL;DR
This paper introduces RETRONLU, a retrieval-augmented model for multi-domain task-oriented semantic parsing that improves accuracy and data efficiency by leveraging similar example retrieval, especially in low-resource scenarios.
Contribution
It presents a novel retrieval-augmented sequence-to-sequence model, RetroNLU, for semantic parsing, demonstrating improved performance and data efficiency over baseline methods.
Findings
Outperforms baseline by 1.5% macro-F1
Achieves baseline accuracy with only 40% data
Analyzes retrieval quality and model sensitivity
Abstract
While large pre-trained language models accumulate a lot of knowledge in their parameters, it has been demonstrated that augmenting it with non-parametric retrieval-based memory has a number of benefits from accuracy improvements to data efficiency for knowledge-focused tasks, such as question answering. In this paper, we are applying retrieval-based modeling ideas to the problem of multi-domain task-oriented semantic parsing for conversational assistants. Our approach, RetroNLU, extends a sequence-to-sequence model architecture with a retrieval component, used to fetch existing similar examples and provide them as an additional input to the model. In particular, we analyze two settings, where we augment an input with (a) retrieved nearest neighbor utterances (utterance-nn), and (b) ground-truth semantic parses of nearest neighbor utterances (semparse-nn). Our technique outperforms the…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
