paper-with-me

Papers

Compositional Generalization via Semantic Tagging

2020-10-22 · Findings (EMNLP) 2021 11 · Hao Zheng, Mirella Lapata

Although neural sequence-to-sequence models have been successfully applied to semantic parsing, they fail at compositional generalization, i.e., they are unable to systematically generalize to unseen compositions of seen components. Motivated by traditional semantic parsing where compositionality is explicitly accounted for by symbolic grammars, we propose a new decoding framework that preserves the expressivity and generality of sequence-to-sequence models while featuring lexicon-style alignments and disentangled information processing. Specifically, we decompose decoding into two phases where an input utterance is first tagged with semantic symbols representing the meaning of individual words, and then a sequence-to-sequence model is used to predict the final meaning representation conditioning on the utterance and the predicted tag sequence. Experimental results on three semantic parsing datasets show that the proposed approach consistently improves compositional generalization across model architectures, domains, and semantic formalisms.

📄 PDF Abstract BibTeX arXiv:2010.11818

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic ParsingTAG

Similar Papers 제목 키워드 기반

Structural generalization in COGS: Supertagging is (almost) all you need

2023-10-21 · Alban Petit, Caio Corro, François Yvon

In many Natural Language Processing applications, neural networks have been found to fail to generalize on out-of-distribution examples. In particular, several recent semantic parsing datasets have put forward important …

AllSemantic Parsing

Compositional Generalization without Trees using Multiset Tagging and Latent Permutations

2023-05-26 · Matthias Lindemann, Alexander Koller, Ivan Titov

Seq2seq models have been shown to struggle with compositional generalization in semantic parsing, i.e. generalizing to unseen compositions of phenomena that the model handles correctly in isolation. We phrase semantic pa…

Inductive BiasSemantic ParsingTAG

Universal Semantic Tagging for English and Mandarin Chinese

2021-06-01 · NAACL 2021 4 · Wenxi Li, Yiyang Hou, Yajie Ye, Li Liang 외

Universal Semantic Tagging aims to provide lightweight unified analysis for all languages at the word level. Though the proposed annotation scheme is conceptually promising, the feasibility is only examined in four Indo{…

Compositional generalization with a broad-coverage semantic parser

2022-07-01 · *SEM (NAACL) 2022 7 · Pia Weißenhorn, Lucia Donatelli, Alexander Koller

We show how the AM parser, a compositional semantic parser (Groschwitz et al., 2018) can solve compositional generalization on the COGS dataset. It is the first semantic parser that achieves high accuracy on both natural…

Compositional Generalization Requires Compositional Parsers

2021-10-16 · ACL ARR October 2021 10 · Anonymous

A growing body of research has focused on the task of \textit{compositional generalization}, the ability of a semantic parser to dynamically combine known linguistic elements in novel structures. We analyze the accuracy …