paper-with-me

홈 › Papers

Pre-Training Transformers as Energy-Based Cloze Models

2020-12-15 · EMNLP 2020 11 · Kevin Clark, Minh-Thang Luong, Quoc V. Le, Christopher D. Manning

We introduce Electric, an energy-based cloze model for representation learning over text. Like BERT, it is a conditional generative model of tokens given their contexts. However, Electric does not use masking or output a full distribution over tokens that could occur in a context. Instead, it assigns a scalar energy score to each input token indicating how likely it is given its context. We train Electric using an algorithm based on noise-contrastive estimation and elucidate how this learning objective is closely related to the recently proposed ELECTRA pre-training method. Electric performs well when transferred to downstream tasks and is particularly effective at producing likelihood scores for text: it re-ranks speech recognition n-best lists better than language models and much faster than masked language models. Furthermore, it offers a clearer and more principled view of what ELECTRA learns during pre-training.

📄 PDF Abstract BibTeX arXiv:2012.08561

Code (1)

google-research/electra 공식 구현 tf

Tasks

Representation Learningspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Electric Electric is an energy-based cloze model for representation learning over text. Like BERT, it is a conditional generative model of tokens given their contexts. However,…
WordPiece 설명 없음
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.
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Constructing Open Cloze Tests Using Generation and Discrimination Capabilities of Transformers

2022-04-14 · Findings (ACL) 2022 5 · Mariano Felice, Shiva Taslimipoor, Paula Buttery

This paper presents the first multi-objective transformer model for constructing open cloze tests that exploits generation and discrimination capabilities to improve performance. Our model is further enhanced by tweaking…

Overall - TestRe-Ranking

Knowledge Neurons in Pretrained Transformers

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Large-scale pretrained language models are surprisingly good at recalling factual knowledge presented in the training corpus. In this paper, we present preliminary studies on how factual knowledge is stored in pretrained…

Clozer: Adaptable Data Augmentation for Cloze-style Reading Comprehension

2022-03-30 · Holy Lovenia, Bryan Wilie, Willy Chung, Min Zeng 외

Task-adaptive pre-training (TAPT) alleviates the lack of labelled data and provides performance lift by adapting unlabelled data to downstream task. Unfortunately, existing adaptations mainly involve deterministic rules …

Data AugmentationMachine Reading ComprehensionMultiple-choiceReading Comprehension

Clozer”:" Adaptable Data Augmentation for Cloze-style Reading Comprehension

2022-05-01 · RepL4NLP (ACL) 2022 5 · Holy Lovenia, Bryan Wilie, Willy Chung, Zeng Min 외

Task-adaptive pre-training (TAPT) alleviates the lack of labelled data and provides performance lift by adapting unlabelled data to downstream task. Unfortunately, existing adaptations mainly involve deterministic rules …

Data AugmentationMachine Reading ComprehensionMultiple-choiceReading Comprehension

Knowledge Neurons in Pretrained Transformers

2021-04-18 · ACL 2022 5 · Damai Dai, Li Dong, Yaru Hao, Zhifang Sui 외

Large-scale pretrained language models are surprisingly good at recalling factual knowledge presented in the training corpus. In this paper, we present preliminary studies on how factual knowledge is stored in pretrained…