To Pretrain Or Not To Pretrain: Examining The Benefits Of Pretraining On Resource Rich Tasks · The Large Language Model Bible Contribute to LLM-Bible

To Pretrain Or Not To Pretrain: Examining The Benefits Of Pretraining On Resource Rich Tasks

Sinong Wang, Madian Khabsa, Hao Ma. Arxiv 2020 – 15 citations

[Paper]    
Masked Language Model Training Techniques Model Architecture BERT

Pretraining NLP models with variants of Masked Language Model (MLM) objectives has recently led to a significant improvements on many tasks. This paper examines the benefits of pretrained models as a function of the number of training samples used in the downstream task. On several text classification tasks, we show that as the number of training examples grow into the millions, the accuracy gap between finetuning BERT-based model and training vanilla LSTM from scratch narrows to within 1%. Our findings indicate that MLM-based models might reach a diminishing return point as the supervised data size increases significantly.

Similar Work