Pretrained Transformers Improve Out-of-distribution Robustness · The Large Language Model Bible Contribute to LLM-Bible

Pretrained Transformers Improve Out-of-distribution Robustness

Dan Hendrycks et al.. Arxiv 2020 – 93 citations

[Paper]    
Distillation Transformer Training Techniques BERT Efficiency and Optimization Security Model Architecture

Although pretrained Transformers such as BERT achieve high accuracy on in-distribution examples, do they generalize to new distributions? We systematically measure out-of-distribution (OOD) generalization for seven NLP datasets by constructing a new robustness benchmark with realistic distribution shifts. We measure the generalization of previous models including bag-of-words models, ConvNets, and LSTMs, and we show that pretrained Transformers’ performance declines are substantially smaller. Pretrained transformers are also more effective at detecting anomalous or OOD examples, while many previous models are frequently worse than chance. We examine which factors affect robustness, finding that larger models are not necessarily more robust, distillation can be harmful, and more diverse pretraining data can enhance robustness. Finally, we show where future work can improve OOD robustness.

Similar Work