CLFeb 2, 2022

Retrieve-and-Fill for Scenario-based Task-Oriented Semantic Parsing

arXiv:2202.00901v1268 citations
Originality Incremental advance
AI Analysis

This work addresses a key challenge in semantic parsing for task-oriented dialogue systems, offering a modular and efficient solution that improves generalizability, though it is incremental as it builds on existing neural modules.

The paper tackles the problem of balancing model size, runtime latency, and cross-domain generalizability in task-oriented semantic parsing by introducing scenario-based parsing, which first disambiguates an utterance's scenario before generating its frame, resulting in strong performance across high-resource, low-resource, and multilingual settings with wide margins over recent approaches.

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 scenario to create the frame. Our model is modular, differentiable, interpretable, and allows us to garner extra supervision from scenarios. RAF achieves strong results in high-resource, low-resource, and multilingual settings, outperforming recent approaches by wide margins despite, using base pre-trained encoders, small sequence lengths, and parallel decoding.

Foundations

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

Your Notes