SeqZero: Few-shot Compositional Semantic Parsing with Sequential Prompts and Zero-shot Models
Jingfeng Yang, Haoming Jiang, Qingyu Yin, Danqing Zhang, Bing Yin,, Diyi Yang

TL;DR
SeqZero introduces a novel few-shot semantic parsing approach that decomposes complex tasks into sub-problems, leveraging ensemble methods with zero-shot and few-shot models to improve compositional generalization and performance.
Contribution
The paper proposes SeqZero, a new method that decomposes semantic parsing into sub-clauses and combines zero-shot and few-shot models to enhance accuracy and generalization.
Findings
Achieves state-of-the-art results on GeoQuery and EcommerceQuery datasets.
Effectively decomposes complex parsing tasks into manageable sub-problems.
Utilizes ensemble with constrained rescaling to leverage strengths of both models.
Abstract
Recent research showed promising results on combining pretrained language models (LMs) with canonical utterance for few-shot semantic parsing. The canonical utterance is often lengthy and complex due to the compositional structure of formal languages. Learning to generate such canonical utterance requires significant amount of data to reach high performance. Fine-tuning with only few-shot samples, the LMs can easily forget pretrained knowledge, overfit spurious biases, and suffer from compositionally out-of-distribution generalization errors. To tackle these issues, we propose a novel few-shot semantic parsing method -- SeqZero. SeqZero decomposes the problem into a sequence of sub-problems, which correspond to the sub-clauses of the formal language. Based on the decomposition, the LMs only need to generate short answers using prompts for predicting sub-clauses. Thus, SeqZero avoids…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
