English

Improving Transformer Models by Reordering their Sublayers

Computation and Language 2020-04-24 v2 Machine Learning

Abstract

Multilayer transformer networks consist of interleaved self-attention and feedforward sublayers. Could ordering the sublayers in a different pattern lead to better performance? We generate randomly ordered transformers and train them with the language modeling objective. We observe that some of these models are able to achieve better performance than the interleaved baseline, and that those successful variants tend to have more self-attention at the bottom and more feedforward sublayers at the top. We propose a new transformer pattern that adheres to this property, the sandwich transformer, and show that it improves perplexity on multiple word-level and character-level language modeling benchmarks, at no cost in parameters, memory, or training time. However, the sandwich reordering pattern does not guarantee performance gains across every task, as we demonstrate on machine translation models. Instead, we suggest that further exploration of task-specific sublayer reorderings is needed in order to unlock additional gains.

Keywords

Cite

@article{arxiv.1911.03864,
  title  = {Improving Transformer Models by Reordering their Sublayers},
  author = {Ofir Press and Noah A. Smith and Omer Levy},
  journal= {arXiv preprint arXiv:1911.03864},
  year   = {2020}
}

Comments

To appear at ACL 2020

R2 v1 2026-06-23T12:10:35.896Z