paper-with-me

홈 › Papers

Generalization without systematicity: On the compositional skills of sequence-to-sequence recurrent networks

2017-10-31 · ICML 2018 7 · Brenden M. Lake, Marco Baroni

Humans can understand and produce new utterances effortlessly, thanks to their compositional skills. Once a person learns the meaning of a new verb "dax," he or she can immediately understand the meaning of "dax twice" or "sing and dax." In this paper, we introduce the SCAN domain, consisting of a set of simple compositional navigation commands paired with the corresponding action sequences. We then test the zero-shot generalization capabilities of a variety of recurrent neural networks (RNNs) trained on SCAN with sequence-to-sequence methods. We find that RNNs can make successful zero-shot generalizations when the differences between training and test commands are small, so that they can apply "mix-and-match" strategies to solve the task. However, when generalization requires systematic compositional skills (as in the "dax" example above), RNNs fail spectacularly. We conclude with a proof-of-concept experiment in neural machine translation, suggesting that lack of systematicity might be partially responsible for neural networks' notorious training data thirst.

📄 PDF Abstract BibTeX arXiv:1711.00350

Code (7)

brendenlake/SCAN 공식 구현
JanAthmer/Compositional-generalization-capabillity-of-Transformer pytorch
aman313/SCAN pytorch
arkilpatel/compositional-generalization-seq2seq pytorch
i-machine-think/machine-tasks
maxwells-daemons/compositional-learning-experiments pytorch
yoonkim/neural-qcfg pytorch

Tasks

Machine TranslationTranslationZero-shot Generalization

Similar Papers 제목 키워드 기반

Still not systematic after all these years: On the compositional skills of sequence-to-sequence recurrent networks

2018-01-01 · ICLR 2018 1 · Brenden Lake, Marco Baroni

Humans can understand and produce new utterances effortlessly, thanks to their systematic compositional skills. Once a person learns the meaning of a new verb "dax," he or she can immediately understand the meaning of "d…

AllMachine TranslationTranslationZero-shot Generalization

SPOR: A Comprehensive and Practical Evaluation Method for Compositional Generalization in Data-to-Text Generation

2024-05-17 · Ziyao Xu, Houfeng Wang

Compositional generalization is an important ability of language models and has many different manifestations. For data-to-text generation, previous research on this ability is limited to a single manifestation called Sy…

Data-to-Text GenerationText Generation

SETI: Systematicity Evaluation of Textual Inference

2023-05-24 · Xiyan Fu, Anette Frank

We propose SETI (Systematicity Evaluation of Textual Inference), a novel and comprehensive benchmark designed for evaluating pre-trained language models (PLMs) for their systematicity capabilities in the domain of textua…

Combine to Describe: Evaluating Compositional Generalization in Image Captioning

2022-05-01 · ACL 2022 5 · George Pantazopoulos, Alessandro Suglia, Arash Eshghi

Compositionality – the ability to combine simpler concepts to understand & generate arbitrarily more complex conceptual structures – has long been thought to be the cornerstone of human language capacity. With the recent…

Image Captioning

Behavioural vs. Representational Systematicity in End-to-End Models: An Opinionated Survey

2025-06-04 · Ivan Vegner, Sydelle de Souza, Valentin Forch, Martha Lewis 외

A core aspect of compositionality, systematicity is a desirable property in ML models as it enables strong generalization to novel contexts. This has led to numerous studies proposing benchmarks to assess systematic gene…

Systematic Generalization