DeBERTa
2000년 도입 · 논문 90편에서 사용
DeBERTa is a Transformer-based neural language model that aims to improve the BERT and RoBERTa models with two techniques: a disentangled attention mechanism and an enhanced mask decoder. The disentangled attention mechanism is where each word is represented unchanged using two vectors that encode its content and position, respectively, and the attention weights among words are computed using disentangle matrices on their contents and relative positions. The enhanced mask decoder is used to replace the output softmax layer to predict the masked tokens for model pre-training. In addition, a new virtual adversarial training method is used for fine-tuning to improve model’s generalization on downstream tasks.
출처: DeBERTa: Decoding-enhanced BERT with Disentangled Attention
소개 논문: DeBERTa: Decoding-enhanced BERT with Disentangled Attention
Autoencoding Transformers · Natural Language ProcessingTransformers · Natural Language Processing