paper-with-me

Papers

Learning to Sample Replacements for ELECTRA Pre-Training

2021-06-25 · Findings (ACL) 2021 8 · Yaru Hao, Li Dong, Hangbo Bao, Ke Xu, Furu Wei

ELECTRA pretrains a discriminator to detect replaced tokens, where the replacements are sampled from a generator trained with masked language modeling. Despite the compelling performance, ELECTRA suffers from the following two issues. First, there is no direct feedback loop from discriminator to generator, which renders replacement sampling inefficient. Second, the generator's prediction tends to be over-confident along with training, making replacements biased to correct tokens. In this paper, we propose two methods to improve replacement sampling for ELECTRA pre-training. Specifically, we augment sampling with a hardness prediction mechanism, so that the generator can encourage the discriminator to learn what it has not acquired. We also prove that efficient sampling reduces the training variance of the discriminator. Moreover, we propose to use a focal loss for the generator in order to relieve oversampling of correct tokens as replacements. Experimental results show that our method improves ELECTRA pre-training on various downstream tasks.

📄 PDF Abstract BibTeX arXiv:2106.13715

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMasked Language Modeling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

AraELECTRA: Pre-Training Text Discriminators for Arabic Language Understanding

2020-12-31 · EACL (WANLP) 2021 4 · Wissam Antoun, Fady Baly, Hazem Hajj

Advances in English language representation enabled a more sample-efficient pre-training task by Efficiently Learning an Encoder that Classifies Token Replacements Accurately (ELECTRA). Which, instead of training a model…

Language ModelingLanguage ModellingMasked Language Modelingnamed-entity-recognition+4

Domain-Specific Japanese ELECTRA Model Using a Small Corpus

2021-09-01 · RANLP 2021 9 · Youki Itoh, Hiroyuki Shinnou

Recently, domain shift, which affects accuracy due to differences in data between source and target domains, has become a serious issue when using machine learning methods to solve natural language processing tasks. With…

ArticlesComputational EfficiencyDocument ClassificationLanguage Modeling+2

Model-Generated Pretraining Signals Improves Zero-Shot Generalization of Text-to-Text Transformers

2023-05-21 · Linyuan Gong, Chenyan Xiong, Xiaodong Liu, Payal Bajaj 외

This paper explores the effectiveness of model-generated signals in improving zero-shot generalization of text-to-text Transformers such as T5. We study various designs to pretrain T5 using an auxiliary model to construc…

MMLUZero-shot Generalization

ASR Rescoring and Confidence Estimation with ELECTRA

2021-10-05 · Hayato Futami, Hirofumi Inaguma, Masato Mimura, Shinsuke Sakai 외

In automatic speech recognition (ASR) rescoring, the hypothesis with the fewest errors should be selected from the n-best list using a language model (LM). However, LMs are usually trained to maximize the likelihood of c…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language Modellingspeech-recognition+1

BioELECTRA:Pretrained Biomedical text Encoder using Discriminators

2021-06-11 · ACL Anthology 2021 6 · Kamal raj Kanakarajan, Bhuvana Kundumani, Malaikannan Sankarasubbu

Recent advancements in pretraining strategies in NLP have shown a significant improvement in the performance of models on various text mining tasks. We apply ‘replaced token detection’ pretraining technique proposed by E…

ArticlesLanguage ModelingLanguage ModellingMedical Named Entity Recognition+3