SOTAVerified

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

2021-04-11NAACL 2021Unverified0· sign in to hype

Zhen Wu, Lijun Wu, Qi Meng, Yingce Xia, Shufang Xie, Tao Qin, Xinyu Dai, Tie-Yan Liu

Unverified — Be the first to reproduce this paper.

Reproduce

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
IWSLT2014 English-GermanUnidropBLEU score29.99Unverified
IWSLT2014 German-EnglishUniDropBLEU score36.88Unverified

Reproductions