SOTAVerified

Counting and Algorithmic Generalization with Transformers

2023-10-12Code Available0· sign in to hype

Simon Ouellette, Rolf Pfister, Hansueli Jud

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Algorithmic generalization in machine learning refers to the ability to learn the underlying algorithm that generates data in a way that generalizes out-of-distribution. This is generally considered a difficult task for most machine learning algorithms. Here, we analyze algorithmic generalization when counting is required, either implicitly or explicitly. We show that standard Transformers are based on architectural decisions that hinder out-of-distribution performance for such tasks. In particular, we discuss the consequences of using layer normalization and of normalizing the attention weights via softmax. With ablation of the problematic operations, we demonstrate that a modified transformer can exhibit a good algorithmic generalization performance on counting while using a very lightweight architecture.

Reproductions