Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DeBERTa: Decoding-enhanced BERT with Disentangled Attention

About

Recent progress in pre-trained neural language models has significantly improved the performance of many natural language processing (NLP) tasks. In this paper we propose a new model architecture DeBERTa (Decoding-enhanced BERT with disentangled attention) that improves the BERT and RoBERTa models using two novel techniques. The first is the disentangled attention mechanism, where each word is represented using two vectors that encode its content and position, respectively, and the attention weights among words are computed using disentangled matrices on their contents and relative positions, respectively. Second, an enhanced mask decoder is used to incorporate absolute positions in the decoding layer to predict the masked tokens in model pre-training. In addition, a new virtual adversarial training method is used for fine-tuning to improve models' generalization. We show that these techniques significantly improve the efficiency of model pre-training and the performance of both natural language understanding (NLU) and natural langauge generation (NLG) downstream tasks. Compared to RoBERTa-Large, a DeBERTa model trained on half of the training data performs consistently better on a wide range of NLP tasks, achieving improvements on MNLI by +0.9% (90.2% vs. 91.1%), on SQuAD v2.0 by +2.3% (88.4% vs. 90.7%) and RACE by +3.6% (83.2% vs. 86.8%). Notably, we scale up DeBERTa by training a larger version that consists of 48 Transform layers with 1.5 billion parameters. The significant performance boost makes the single DeBERTa model surpass the human performance on the SuperGLUE benchmark (Wang et al., 2019a) for the first time in terms of macro-average score (89.9 versus 89.8), and the ensemble DeBERTa model sits atop the SuperGLUE leaderboard as of January 6, 2021, out performing the human baseline by a decent margin (90.3 versus 89.8).

Pengcheng He, Xiaodong Liu, Jianfeng Gao, Weizhu Chen• 2020

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText-103 (test)
Perplexity19.5
773
Named Entity RecognitionCoNLL 2003 (test)
F1 Score94.97
556
Natural Language UnderstandingGLUE
SST-296.8
551
Node Classificationogbn-arxiv (test)
Accuracy74.13
542
Natural Language UnderstandingGLUE (dev)
SST-2 (Acc)96.8
529
Node ClassificationPubmed
Accuracy90.81
501
Natural Language UnderstandingGLUE (test)
SST-2 Accuracy97.5
416
Question AnsweringSQuAD v1.1 (dev)
F1 Score95.5
380
Node ClassificationarXiv
Accuracy73.61
325
Node ClassificationPhoto
Accuracy70.18
285
Showing 10 of 173 rows
...

Other info

Code

Follow for update