English

RealFormer: Transformer Likes Residual Attention

Machine Learning 2021-09-14 v3

Abstract

Transformer is the backbone of modern NLP models. In this paper, we propose RealFormer, a simple and generic technique to create Residual Attention Layer Transformer networks that significantly outperform the canonical Transformer and its variants (BERT, ETC, etc.) on a wide spectrum of tasks including Masked Language Modeling, GLUE, SQuAD, Neural Machine Translation, WikiHop, HotpotQA, Natural Questions, and OpenKP. We also observe empirically that RealFormer stabilizes training and leads to models with sparser attention. Source code and pre-trained checkpoints for RealFormer can be found at https://github.com/google-research/google-research/tree/master/realformer.

Keywords

Cite

@article{arxiv.2012.11747,
  title  = {RealFormer: Transformer Likes Residual Attention},
  author = {Ruining He and Anirudh Ravula and Bhargav Kanagal and Joshua Ainslie},
  journal= {arXiv preprint arXiv:2012.11747},
  year   = {2021}
}

Comments

Findings of ACL-IJCNLP 2021

R2 v1 2026-06-23T21:10:36.170Z