paper-with-me

홈 › Papers

Frustratingly Simple Pretraining Alternatives to Masked Language Modeling

2021-09-04 · EMNLP 2021 11 · Atsuki Yamaguchi, George Chrysostomou, Katerina Margatina, Nikolaos Aletras

Masked language modeling (MLM), a self-supervised pretraining objective, is widely used in natural language processing for learning text representations. MLM trains a model to predict a random sample of input tokens that have been replaced by a [MASK] placeholder in a multi-class setting over the entire vocabulary. When pretraining, it is common to use alongside MLM other auxiliary objectives on the token or sequence level to improve downstream performance (e.g. next sentence prediction). However, no previous work so far has attempted in examining whether other simpler linguistically intuitive or not objectives can be used standalone as main pretraining objectives. In this paper, we explore five simple pretraining objectives based on token-level classification tasks as replacements of MLM. Empirical results on GLUE and SQuAD show that our proposed methods achieve comparable or better performance to MLM using a BERT-BASE architecture. We further validate our methods using smaller models, showing that pretraining a model with 41% of the BERT-BASE's parameters, BERT-MEDIUM results in only a 1% drop in GLUE scores with our best objective.

📄 PDF Abstract BibTeX arXiv:2109.01819

Code (1)

gucci-j/light-transformer-emnlp2021 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMasked Language ModelingSentence

Similar Papers 제목 키워드 기반

Data-Constrained Language Model Pretraining: Improved Regularization and Scaling Laws

2026-06-05 · Zhiwei Xu, Shihao Wu, Hanseul Cho, Wei Hu 외 arxiv

Classical scaling laws for language model pretraining balance model size against training dataset size under a fixed compute budget, assuming abundant data and a single pass over the corpus. As training compute grows fas…

GPT or BERT: why not both?

2024-10-31 · Lucas Georges Gabriel Charpentier, David Samuel

We present a simple way to merge masked language modeling with causal language modeling. This hybrid training objective results in a model that combines the strengths of both modeling paradigms within a single transforme…

Causal Language ModelingLanguage ModelingLanguage ModellingMasked Language Modeling

A Frustratingly Simple Decoding Method for Neural Text Generation

2023-05-22 · Haoran Yang, Deng Cai, Huayang Li, Wei Bi 외

We introduce a frustratingly simple, super efficient and surprisingly effective decoding method, which we call Frustratingly Simple Decoding (FSD), for neural text generation. The idea behind FSD is straightforward: we b…

Language ModelingLanguage ModellingText Generation

VL-BEiT: Generative Vision-Language Pretraining

2022-06-02 · Hangbo Bao, Wenhui Wang, Li Dong, Furu Wei

We introduce a vision-language foundation model called VL-BEiT, which is a bidirectional multimodal Transformer learned by generative pretraining. Our minimalist solution conducts masked prediction on both monomodal and …

image-classificationImage ClassificationImage-text RetrievalLanguage Modeling+9

Frustratingly Easy Edit-based Linguistic Steganography with a Masked Language Model

2021-04-20 · NAACL 2021 4 · Honai Ueoka, Yugo Murawaki, Sadao Kurohashi

With advances in neural language models, the focus of linguistic steganography has shifted from edit-based approaches to generation-based ones. While the latter's payload capacity is impressive, generating genuine-lookin…

Language ModelingLanguage ModellingLinguistic steganography