AILGNEFeb 18, 2018

Memorize or generalize? Searching for a compositional RNN in a haystack

arXiv:1802.06467v282 citations
Originality Incremental advance
AI Analysis

This addresses the problem of poor generalization in neural networks for AI researchers, but it is incremental as it explores existing methods in a controlled domain.

The paper investigates whether recurrent neural networks (RNNs) can achieve compositional generalization, showing that a small proportion of RNNs reach partial compositional solutions without architectural constraints when trained with gradient descent and initialization search.

Neural networks are very powerful learning systems, but they do not readily generalize from one task to the other. This is partly due to the fact that they do not learn in a compositional way, that is, by discovering skills that are shared by different tasks, and recombining them to solve new problems. In this paper, we explore the compositional generalization capabilities of recurrent neural networks (RNNs). We first propose the lookup table composition domain as a simple setup to test compositional behaviour and show that it is theoretically possible for a standard RNN to learn to behave compositionally in this domain when trained with standard gradient descent and provided with additional supervision. We then remove this additional supervision and perform a search over a large number of model initializations to investigate the proportion of RNNs that can still converge to a compositional solution. We discover that a small but non-negligible proportion of RNNs do reach partial compositional solutions even without special architectural constraints. This suggests that a combination of gradient descent and evolutionary strategies directly favouring the minority models that developed more compositional approaches might suffice to lead standard RNNs towards compositional solutions.

Code Implementations1 repo
Foundations

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

Your Notes