References & Citations
Computer Science > Computation and Language
Title: $\infty$-former: Infinite Memory Transformer
(Submitted on 1 Sep 2021 (v1), revised 15 Sep 2021 (this version, v2), latest version 25 Mar 2022 (v3))
Abstract: Transformers struggle when attending to long contexts, since the amount of computation grows with the context length, and therefore they cannot model long-term memories effectively. Several variations have been proposed to alleviate this problem, but they all have a finite memory capacity, being forced to drop old information. In this paper, we propose the $\infty$-former, which extends the vanilla transformer with an unbounded long-term memory. By making use of a continuous-space attention mechanism to attend over the long-term memory, the $\infty$-former's attention complexity becomes independent of the context length. Thus, it is able to model arbitrarily long contexts and maintain "sticky memories" while keeping a fixed computation budget. Experiments on a synthetic sorting task demonstrate the ability of the $\infty$-former to retain information from long sequences. We also perform experiments on language modeling, by training a model from scratch and by fine-tuning a pre-trained language model, which show benefits of unbounded long-term memories.
Submission history
From: Pedro Henrique Martins [view email][v1] Wed, 1 Sep 2021 10:51:58 GMT (2931kb,D)
[v2] Wed, 15 Sep 2021 10:12:03 GMT (2931kb,D)
[v3] Fri, 25 Mar 2022 10:37:54 GMT (1305kb,D)
Link back to: arXiv, form interface, contact.