English

UniDrop: A Simple yet Effective Technique to Improve Transformer without Extra Cost

Computation and Language 2021-04-13 v1

Abstract

Transformer architecture achieves great success in abundant natural language processing tasks. The over-parameterization of the Transformer model has motivated plenty of works to alleviate its overfitting for superior performances. With some explorations, we find simple techniques such as dropout, can greatly boost model performance with a careful design. Therefore, in this paper, we integrate different dropout techniques into the training of Transformer models. Specifically, we propose an approach named UniDrop to unites three different dropout techniques from fine-grain to coarse-grain, i.e., feature dropout, structure dropout, and data dropout. Theoretically, we demonstrate that these three dropouts play different roles from regularization perspectives. Empirically, we conduct experiments on both neural machine translation and text classification benchmark datasets. Extensive results indicate that Transformer with UniDrop can achieve around 1.5 BLEU improvement on IWSLT14 translation tasks, and better accuracy for the classification even using strong pre-trained RoBERTa as backbone.

Keywords

Cite

@article{arxiv.2104.04946,
  title  = {UniDrop: A Simple yet Effective Technique to Improve Transformer without Extra Cost},
  author = {Zhen Wu and Lijun Wu and Qi Meng and Yingce Xia and Shufang Xie and Tao Qin and Xinyu Dai and Tie-Yan Liu},
  journal= {arXiv preprint arXiv:2104.04946},
  year   = {2021}
}

Comments

Accepted by NAACL 2021

R2 v1 2026-06-24T01:02:56.326Z