paper-with-me

Papers

SEQZERO: Few-shot Compositional Semantic Parsing with Sequential Prompts and Zero-shot Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

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 corresponds 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 generating a long canonical utterance at once. Moreover, SEQZERO employs not only a few-shot model but also a zero-shot model to alleviate the overfitting.In particular, SEQZERO brings out the merits from both models via ensemble equipped with our proposed constrained rescaling.SEQZERO achieves SOTA performance on GeoQuery dataset and a new EcommerceQuery dataset in the few-shot compositional generalization setting.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution GeneralizationSemantic Parsing

Similar Papers 제목 키워드 기반

SeqZero: Few-shot Compositional Semantic Parsing with Sequential Prompts and Zero-shot Models

2022-05-15 · Findings (NAACL) 2022 7 · Jingfeng Yang, Haoming Jiang, Qingyu Yin, Danqing Zhang 외

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…

Out-of-Distribution GeneralizationSemantic Parsing

Low-Resource Compositional Semantic Parsing with Concept Pretraining

2023-01-24 · Subendhu Rongali, Mukund Sridhar, Haidar Khan, Konstantine Arkoudas 외

Semantic parsing plays a key role in digital voice assistants such as Alexa, Siri, and Google Assistant by mapping natural language to structured meaning representations. When we want to improve the capabilities of a voi…

DecoderDomain AdaptationSemantic Parsing

Compositional Semantic Parsing with Large Language Models

2022-09-29 · Andrew Drozdov, Nathanael Schärli, Ekin Akyürek, Nathan Scales 외

Humans can reason compositionally when presented with new tasks. Previous research shows that appropriate prompting techniques enable large language models (LLMs) to solve artificial compositional generalization tasks su…

Semantic Parsing

Zero-Shot Semantic Parsing for Instructions

2019-11-20 · ACL 2019 7 · Ofer Givoli, Roi Reichart

We consider a zero-shot semantic parsing task: parsing instructions into compositional logical forms, in domains that were not seen during training. We present a new dataset with 1,390 examples from 7 application domains…

Semantic ParsingTriplet

Compositional Generalization in Multilingual Semantic Parsing over Wikidata

2021-08-07 · Ruixiang Cui, Rahul Aralikatte, Heather Lent, Daniel Hershcovich

Semantic parsing (SP) allows humans to leverage vast knowledge resources through natural interaction. However, parsers are mostly designed for and evaluated on English resources, such as CFQ (Keysers et al., 2020), the c…

Cross-Lingual TransferSemantic ParsingZero-Shot Cross-Lingual Transfer