CLAILGOct 31, 2017

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

arXiv:1711.00350v3376 citations
Originality Incremental advance
AI Analysis

This addresses the problem of neural networks' lack of systematicity in compositionality, which is incremental but highlights a key limitation for AI researchers and practitioners.

The paper introduced the SCAN domain to test zero-shot generalization of RNNs on compositional tasks, finding they succeed with small differences but fail when systematic compositional skills are required, as shown by a proof-of-concept in neural machine translation.

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.

Code Implementations7 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes