paper-with-me

홈 › Papers

Training ELECTRA Augmented with Multi-word Selection

2021-05-31 · Findings (ACL) 2021 8 · Jiaming Shen, Jialu Liu, Tianqi Liu, Cong Yu, Jiawei Han

Pre-trained text encoders such as BERT and its variants have recently achieved state-of-the-art performances on many NLP tasks. While being effective, these pre-training methods typically demand massive computation resources. To accelerate pre-training, ELECTRA trains a discriminator that predicts whether each input token is replaced by a generator. However, this new task, as a binary classification, is less semantically informative. In this study, we present a new text encoder pre-training method that improves ELECTRA based on multi-task learning. Specifically, we train the discriminator to simultaneously detect replaced tokens and select original tokens from candidate sets. We further develop two techniques to effectively combine all pre-training tasks: (1) using attention-based networks for task-specific heads, and (2) sharing bottom layers of the generator and the discriminator. Extensive experiments on GLUE and SQuAD datasets demonstrate both the effectiveness and the efficiency of our proposed method.

📄 PDF Abstract BibTeX arXiv:2106.00139

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationMulti-Task Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 &…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

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

When Informal Text Breaks NLI: Tokenization Failure, Distribution Shift, and Targeted Mitigations

2026-04-18 · Avinash Goutham Aluguvelly arxiv

We study how informal surface forms degrade NLI accuracy in ELECTRA-small (14M) and RoBERTa-large (355M) across four transforms applied to SNLI and MultiNLI: slang substitution, emoji replacement, Gen-Z filler tokens, an…

Commonsense knowledge adversarial dataset that challenges ELECTRA

2020-10-25 · Gongqi Lin, Yuan Miao, Xiaoyong Yang, Wenwu Ou 외

Commonsense knowledge is critical in human reading comprehension. While machine comprehension has made significant progress in recent years, the ability in handling commonsense knowledge remains limited. Synonyms are one…

Reading ComprehensionWord Sense Disambiguation

On the effectiveness of small, discriminatively pre-trained language representation models for biomedical text mining

2020-11-01 · EMNLP (sdp) 2020 11 · Ibrahim Burak Ozyurt

Neural language representation models such as BERT have recently shown state of the art performance in downstream NLP tasks and bio-medical domain adaptation of BERT (Bio-BERT) has shown same behavior on biomedical text …

Domain AdaptationGPUnamed-entity-recognitionNamed Entity Recognition+3

Are ELECTRA's Sentence Embeddings Beyond Repair? The Case of Semantic Textual Similarity

2024-02-20 · Ivan Rep, David Dukić, Jan Šnajder

While BERT produces high-quality sentence embeddings, its pre-training computational cost is a significant drawback. In contrast, ELECTRA provides a cost-effective pre-training objective and downstream task performance i…

Semantic Textual SimilaritySentenceSentence EmbeddingsSTS+2