CLJun 25, 2021

Learning to Sample Replacements for ELECTRA Pre-Training

arXiv:2106.13715v1714 citations
Originality Incremental advance
AI Analysis

This work addresses incremental improvements in pre-training efficiency for natural language processing models, benefiting researchers and practitioners in NLP.

The paper tackles inefficiencies in ELECTRA's replacement sampling during pre-training by introducing a hardness prediction mechanism and focal loss for the generator, resulting in improved performance on various downstream tasks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes