DeBERTa: Decoding-enhanced BERT with Disentangled Attention
Pengcheng He, Xiaodong Liu, Jianfeng Gao, Weizhu Chen

TL;DR
DeBERTa introduces disentangled attention and an enhanced mask decoder, significantly improving NLP task performance over BERT and RoBERTa, and surpassing human performance on SuperGLUE.
Contribution
The paper presents a novel DeBERTa architecture with disentangled attention and an improved decoding mechanism, leading to state-of-the-art results in NLP benchmarks.
Findings
DeBERTa outperforms RoBERTa-Large on multiple NLP tasks.
A larger DeBERTa model surpasses human performance on SuperGLUE.
Disentangled attention improves model efficiency and effectiveness.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗microsoft/deberta-v3-basemodel· 2.3M dl· ♡ 4132.3M dl♡ 413
- 🤗microsoft/deberta-v3-smallmodel· 1.1M dl· ♡ 751.1M dl♡ 75
- 🤗microsoft/deberta-largemodel· 6.9k dl· ♡ 196.9k dl♡ 19
- 🤗microsoft/deberta-v3-largemodel· 977k dl· ♡ 274977k dl♡ 274
- 🤗MoritzLaurer/DeBERTa-v3-base-mnli-fever-anlimodel· 96k dl· ♡ 22296k dl♡ 222
- 🤗MoritzLaurer/DeBERTa-v3-base-mnli-fever-docnli-ling-2cmodel· 744 dl· ♡ 12744 dl♡ 12
- 🤗MoritzLaurer/DeBERTa-v3-base-mnlimodel· 2.3k dl· ♡ 82.3k dl♡ 8
- 🤗MoritzLaurer/DeBERTa-v3-small-mnli-fever-docnli-ling-2cmodel· 87 dl87 dl
- 🤗NDugar/1epochv3model· 6 dl6 dl
- 🤗NDugar/2epochv3mlnimodel· 16 dl16 dl
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsLinear Layer · How do I file a dispute with Expedia?*DisputeFastService · DeBERTa · Byte Pair Encoding · SentencePiece · Gated Linear Unit · Adafactor · Inverse Square Root Schedule · T5 · Weight Decay
