paper-with-me

홈 › Papers

SyGNS: A Systematic Generalization Testbed Based on Natural Language Semantics

2021-06-02 · Findings (ACL) 2021 8 · Hitomi Yanaka, Koji Mineshima, Kentaro Inui

Recently, deep neural networks (DNNs) have achieved great success in semantically challenging NLP tasks, yet it remains unclear whether DNN models can capture compositional meanings, those aspects of meaning that have been long studied in formal semantics. To investigate this issue, we propose a Systematic Generalization testbed based on Natural language Semantics (SyGNS), whose challenge is to map natural language sentences to multiple forms of scoped meaning representations, designed to account for various semantic phenomena. Using SyGNS, we test whether neural networks can systematically parse sentences involving novel combinations of logical expressions such as quantifiers and negation. Experiments show that Transformer and GRU models can generalize to unseen combinations of quantifiers, negations, and modifiers that are similar to given training instances in form, but not to the others. We also find that the generalization performance to unseen combinations is better when the form of meaning representations is simpler. The data and code for SyGNS are publicly available at https://github.com/verypluming/SyGNS.

📄 PDF Abstract BibTeX arXiv:2106.01077

Code (1)

verypluming/SyGNS 공식 구현

Tasks

NegationSystematic Generalization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

CIFAR-10-Warehouse: Broad and More Realistic Testbeds in Model Generalization Analysis

2023-10-06 · Xiaoxiao Sun, Xingjian Leng, Zijian Wang, Yang Yang 외

Analyzing model performance in various unseen environments is a critical research problem in the machine learning community. To study this problem, it is important to construct a testbed with out-of-distribution test set…

BenchmarkingDomain GeneralizationImage Retrieval

Systematic Generalization on gSCAN with Language Conditioned Embedding

2020-09-11 · Asian Chapter of the Association for Computational Linguistics 2020 · Tong Gao, Qi Huang, Raymond J. Mooney

Systematic Generalization refers to a learning algorithm's ability to extrapolate learned behavior to unseen situations that are distinct but semantically similar to its training data. As shown in recent work, state-of-t…

Systematic Generalization

Unlocking Out-of-Distribution Generalization in Transformers via Recursive Latent Space Reasoning

2025-10-15 · Awni Altabaa, Siyu Chen, John Lafferty, Zhuoran Yang arxiv

Systematic, compositional generalization beyond the training distribution remains a core challenge in machine learning -- and a critical bottleneck for the emergent reasoning abilities of modern language models. This wor…

Logical forms complement probability in understanding language model (and human) performance

2025-02-13 · YiXuan Wang, Freda Shi

With the increasing interest in using large language models (LLMs) for planning in natural language, understanding their behaviors becomes an important research question. This work conducts a systematic investigation of …

Language ModelingLanguage ModellingLogical ReasoningNatural Language Understanding

Facts in Stats: Impacts of Pretraining Diversity on Language Model Generalization

2025-10-17 · Tina Behnia, Puneesh Deora, Christos Thrampoulidis arxiv

Language models are pretrained on sequences that blend statistical regularities (making text fluent) with factual associations between specific tokens (knowledge of facts). While recent work suggests that the variability…