paper-with-me

홈 › Papers

COGS: A Compositional Generalization Challenge Based on Semantic Interpretation

2020-10-12 · EMNLP 2020 11 · Najoung Kim, Tal Linzen

Natural language is characterized by compositionality: the meaning of a complex expression is constructed from the meanings of its constituent parts. To facilitate the evaluation of the compositional abilities of language processing architectures, we introduce COGS, a semantic parsing dataset based on a fragment of English. The evaluation portion of COGS contains multiple systematic gaps that can only be addressed by compositional generalization; these include new combinations of familiar syntactic structures, or new combinations of familiar words and familiar structures. In experiments with Transformers and LSTMs, we found that in-distribution accuracy on the COGS test set was near-perfect (96--99%), but generalization accuracy was substantially lower (16--35%) and showed high sensitivity to random seed ($\pm$6--8%). These findings indicate that contemporary standard NLP models are limited in their compositional generalization capacity, and position COGS as a good way to measure progress.

📄 PDF Abstract BibTeX arXiv:2010.05465

Code (1)

najoungkim/COGS 공식 구현 pytorch

Tasks

PositionSemantic Parsing

Similar Papers 제목 키워드 기반

ReCOGS: How Incidental Details of a Logical Form Overshadow an Evaluation of Semantic Interpretation

2023-03-24 · Zhengxuan Wu, Christopher D. Manning, Christopher Potts

Compositional generalization benchmarks for semantic parsing seek to assess whether models can accurately compute meanings for novel sentences, but operationalize this in terms of logical form (LF) prediction. This raise…

FormSemantic Parsing

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…

SLOG: A Structural Generalization Benchmark for Semantic Parsing

2023-10-23 · Bingzhi Li, Lucia Donatelli, Alexander Koller, Tal Linzen 외

The goal of compositional generalization benchmarks is to evaluate how well models generalize to new complex linguistic expressions. Existing benchmarks often focus on lexical generalization, the interpretation of novel …

Semantic Parsing

Making Transformers Solve Compositional Tasks

2021-11-16 · ACL ARR September 2021 9 · Anonymous

Several studies have reported the inability of Transformer models to generalize compositionally, a key type of generalization in many NLP tasks such as semantic parsing. In this paper we explore the design space of Trans…

Semantic Parsing

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