English

Transformer on a Diet

Computation and Language 2020-02-17 v1 Machine Learning

Abstract

Transformer has been widely used thanks to its ability to capture sequence information in an efficient way. However, recent developments, such as BERT and GPT-2, deliver only heavy architectures with a focus on effectiveness. In this paper, we explore three carefully-designed light Transformer architectures to figure out whether the Transformer with less computations could produce competitive results. Experimental results on language model benchmark datasets hint that such trade-off is promising, and the light Transformer reduces 70% parameters at best, while obtains competitive perplexity compared to standard Transformer. The source code is publicly available.

Keywords

Cite

@article{arxiv.2002.06170,
  title  = {Transformer on a Diet},
  author = {Chenguang Wang and Zihao Ye and Aston Zhang and Zheng Zhang and Alexander J. Smola},
  journal= {arXiv preprint arXiv:2002.06170},
  year   = {2020}
}

Comments

6 pages, 2 tables, 1 figure

R2 v1 2026-06-23T13:42:15.451Z