Look-up and Adapt: A One-shot Semantic Parser
Zhichu Lu, Forough Arabshahi, Igor Labutov, Tom Mitchell

TL;DR
This paper introduces a semantic parser that adapts existing logical forms from similar seen utterances to handle out-of-domain inputs, significantly improving one-shot parsing performance.
Contribution
It proposes a memory-based, adaptive semantic parsing approach that generalizes to unseen utterances by leveraging and modifying stored logical forms, rather than generating from scratch.
Findings
Achieved up to 68.8% improvement in one-shot parsing accuracy.
Developed a data generation strategy for multi-domain utterance-logical form pairs.
Demonstrated effectiveness across different evaluation settings.
Abstract
Computing devices have recently become capable of interacting with their end users via natural language. However, they can only operate within a limited "supported" domain of discourse and fail drastically when faced with an out-of-domain utterance, mainly due to the limitations of their semantic parser. In this paper, we propose a semantic parser that generalizes to out-of-domain examples by learning a general strategy for parsing an unseen utterance through adapting the logical forms of seen utterances, instead of learning to generate a logical form from scratch. Our parser maintains a memory consisting of a representative subset of the seen utterances paired with their logical forms. Given an unseen utterance, our parser works by looking up a similar utterance from the memory and adapting its logical form until it fits the unseen utterance. Moreover, we present a data generation…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
