paper-with-me

Papers

Constrained Language Models Yield Few-Shot Semantic Parsers

2021-04-18 · EMNLP 2021 11 · Richard Shin, Christopher H. Lin, Sam Thomson, Charles Chen, Subhro Roy, Emmanouil Antonios Platanios, Adam Pauls, Dan Klein, Jason Eisner, Benjamin Van Durme

We explore the use of large pretrained language models as few-shot semantic parsers. The goal in semantic parsing is to generate a structured meaning representation given a natural language input. However, language models are trained to generate natural language. To bridge the gap, we use language models to paraphrase inputs into a controlled sublanguage resembling English that can be automatically mapped to a target meaning representation. Our results demonstrate that with only a small amount of data and very little code to convert into English-like representations, our blueprint for rapidly bootstrapping semantic parsers leads to surprisingly effective performance on multiple community tasks, greatly exceeding baseline methods also trained on the same limited data.

📄 PDF Abstract BibTeX arXiv:2104.08768

Code (1)

microsoft/semantic_parsing_with_constrained_lm 공식 구현

Tasks

Semantic Parsing

Similar Papers 제목 키워드 기반

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

Frustratingly Simple but Surprisingly Strong: Using Language-Independent Features for Zero-shot Cross-lingual Semantic Parsing

2021-11-01 · EMNLP 2021 11 · Jingfeng Yang, Federico Fancellu, Bonnie Webber, Diyi Yang

The availability of corpora has led to significant advances in training semantic parsers in English. Unfortunately, for languages other than English, annotated data is limited and so is the performance of the developed p…

Cross-Lingual TransferPOSSemantic ParsingZero-Shot Cross-Lingual Transfer

Meta-Learning a Cross-lingual Manifold for Semantic Parsing

2022-09-26 · Tom Sherborne, Mirella Lapata

Localizing a semantic parser to support new languages requires effective cross-lingual generalization. Recent work has found success with machine-translation or zero-shot methods although these approaches can struggle to…

Cross-Lingual TransferMachine TranslationMeta-LearningSemantic Parsing

A survey of cross-lingual features for zero-shot cross-lingual semantic parsing

2019-08-27 · Jingfeng Yang, Federico Fancellu, Bonnie Webber

The availability of corpora to train semantic parsers in English has lead to significant advances in the field. Unfortunately, for languages other than English, annotation is scarce and so are developed parsers. We then …

Cross-Lingual Word EmbeddingsSemantic ParsingWord Embeddings

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