paper-with-me

Papers

Efficient Zero-Shot Semantic Parsing with Paraphrasing from Pretrained Language Models

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

Building a domain-specific semantic parser with little or no domain-specific training data remains a challenging task. Previous work has shown that crowdsourced paraphrases of synthetic (grammar-generated) utterances can be used to train semantic parsing models for new domains with good results. We investigate whether semantic parsers for new domains can be built with no additional human effort, obtaining paraphrases of grammar-generated utterances from large neural language models, such as Google's T5 and EleutherAI's GPT-J, as an alternative to crowd-sourcing. While our models trained with automated paraphrases generated by pretrained language models do not outperform supervised models trained with similar amounts of human-generated domain-specific data, they perform well in a zero-shot setting, where no domain-specific data is available for a new domain. Additionally, unlike the current state-of-the-art in zero-shot semantic parsing, our approach does not require the use of large transformer-based language models at inference-time. Using the Overnight dataset, we show that automated paraphrases can be used to train a semantic parsing model that outperforms or is competitive with state-of-the-art-models in the zero-shot setting, while requiring a small fraction of the time and energy costs at inference time.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Parsing

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
SentencePiece 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar 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 …

Out-of-Distribution GeneralizationSemantic Parsing

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

Training Naturalized Semantic Parsers with Very Little Data

2022-04-29 · Subendhu Rongali, Konstantine Arkoudas, Melanie Rubino, Wael Hamza

Semantic parsing is an important NLP problem, particularly for voice assistants such as Alexa and Google Assistant. State-of-the-art (SOTA) semantic parsers are seq2seq architectures based on large language models that h…

Semantic Parsing

On The Ingredients of an Effective Zero-shot Semantic Parser

2021-10-15 · ACL 2022 5 · Pengcheng Yin, John Wieting, Avirup Sil, Graham Neubig

Semantic parsers map natural language utterances into meaning representations (e.g., programs). Such models are typically bottlenecked by the paucity of training data due to the required laborious annotation efforts. Rec…

DiversitySemantic ParsingZero-Shot Learning

Compositional Task-Oriented Parsing as Abstractive Question Answering

2022-05-04 · NAACL 2022 7 · Wenting Zhao, Konstantine Arkoudas, Weiqi Sun, Claire Cardie

Task-oriented parsing (TOP) aims to convert natural language into machine-readable representations of specific tasks, such as setting an alarm. A popular approach to TOP is to apply seq2seq models to generate linearized …

abstractive question answeringQuestion AnsweringSemantic Parsing