English

Is Attention All What You Need? -- An Empirical Investigation on Convolution-Based Active Memory and Self-Attention

Machine Learning 2020-01-01 v2 Computation and Language Machine Learning

Abstract

The key to a Transformer model is the self-attention mechanism, which allows the model to analyze an entire sequence in a computationally efficient manner. Recent work has suggested the possibility that general attention mechanisms used by RNNs could be replaced by active-memory mechanisms. In this work, we evaluate whether various active-memory mechanisms could replace self-attention in a Transformer. Our experiments suggest that active-memory alone achieves comparable results to the self-attention mechanism for language modelling, but optimal results are mostly achieved by using both active-memory and self-attention mechanisms together. We also note that, for some specific algorithmic tasks, active-memory mechanisms alone outperform both self-attention and a combination of the two.

Keywords

Cite

@article{arxiv.1912.11959,
  title  = {Is Attention All What You Need? -- An Empirical Investigation on Convolution-Based Active Memory and Self-Attention},
  author = {Thomas Dowdell and Hongyu Zhang},
  journal= {arXiv preprint arXiv:1912.11959},
  year   = {2020}
}

Comments

7 pages, 2 figures