Can You Tell Me How to Get Past Sesame Street? Sentence-Level Pretraining Beyond Language Modeling
Alex Wang, Jan Hula, Patrick Xia, Raghavendra Pappagari, R. Thomas McCoy, Roma Patel, Najoung Kim, Ian Tenney, Yinghui Huang, Katherin Yu, Shuning Jin, Berlin Chen, Benjamin Van Durme, Edouard Grave, Ellie Pavlick, Samuel R. Bowman
TL;DR
<3-5 sentence high-level summary> Systematic, large-scale evaluation compares 19 pretraining tasks and transfer paradigms for sentence-level encoders, evaluating on GLUE with standardized architectures. The study finds language-model pretraining to be the most reliable signal, with modest gains from intermediate training and multitask learning, but substantial variability across target tasks and signs of catastrophic forgetting in some setups. It reveals weak cross-task correlations, suggesting no single pretraining objective benefits all targets, and highlights the need for more sophisticated transfer-learning methods beyond simple multitask aggregation. Overall, the work clarifies the practical limits of current multitask/transfer approaches and underscores scaling language modeling as the most straightforward path to improvements.
Abstract
Natural language understanding has recently seen a surge of progress with the use of sentence encoders like ELMo (Peters et al., 2018a) and BERT (Devlin et al., 2019) which are pretrained on variants of language modeling. We conduct the first large-scale systematic study of candidate pretraining tasks, comparing 19 different tasks both as alternatives and complements to language modeling. Our primary results support the use language modeling, especially when combined with pretraining on additional labeled-data tasks. However, our results are mixed across pretraining tasks and show some concerning trends: In ELMo's pretrain-then-freeze paradigm, random baselines are worryingly strong and results vary strikingly across target tasks. In addition, fine-tuning BERT on an intermediate task often negatively impacts downstream transfer. In a more positive trend, we see modest gains from multitask training, suggesting the development of more sophisticated multitask and transfer learning techniques as an avenue for further research.
