Retrieve-and-Fill for Scenario-based Task-Oriented Semantic Parsing
Akshat Shrivastava, Shrey Desai, Anchit Gupta, Ali Elkahky, Aleksandr, Livshits, Alexander Zotov, Ahmed Aly

TL;DR
This paper introduces a retrieve-and-fill approach for scenario-based semantic parsing, improving efficiency, generalizability, and performance across various resource settings by modularly disambiguating scenarios before frame generation.
Contribution
It proposes a novel retrieve-and-fill architecture that isolates scenario disambiguation from frame filling, enhancing model flexibility and performance in semantic parsing tasks.
Findings
Outperforms recent approaches in multiple settings
Achieves strong results with small sequence lengths
Works effectively across high-resource, low-resource, and multilingual scenarios
Abstract
Task-oriented semantic parsing models have achieved strong results in recent years, but unfortunately do not strike an appealing balance between model size, runtime latency, and cross-domain generalizability. We tackle this problem by introducing scenario-based semantic parsing: a variant of the original task which first requires disambiguating an utterance's "scenario" (an intent-slot template with variable leaf spans) before generating its frame, complete with ontology and utterance tokens. This formulation enables us to isolate coarse-grained and fine-grained aspects of the task, each of which we solve with off-the-shelf neural modules, also optimizing for the axes outlined above. Concretely, we create a Retrieve-and-Fill (RAF) architecture comprised of (1) a retrieval module which ranks the best scenario given an utterance and (2) a filling module which imputes spans into 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
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
MethodsBalanced Selection
