Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

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

Related benchmarks

TaskDatasetResultRank
Natural Language UnderstandingGLUE (dev)
SST-2 (Acc)95.5
504
Text ClassificationTREC
Accuracy98
179
Machine TranslationIWSLT De-En 2014 (test)
BLEU36.88
146
Text ClassificationIMDB
Accuracy96
107
Machine TranslationIWSLT En-De 2014 (test)
BLEU36.88
92
Machine TranslationIWSLT De-En 14
BLEU Score36.88
33
Text ClassificationYelp
Accuracy71.4
21
Text ClassificationAG
Accuracy95.5
11
Machine TranslationIWSLT14 Average (test)
BLEU33.44
7
Machine TranslationIWSLT Ro-En 2014 (test)
BLEU33.49
3
Showing 10 of 11 rows

Other info

Follow for update