EMNLP 2022finding13 citations

Improving Generalization of Pre-trained Language Models via Stochastic Weight Averaging

Peng Lu, Ivan Kobyzev, Mehdi Rezagholizadeh, Ahmad Rashid, Ali Ghodsi, Phillippe Langlais

Abstract

Knowledge Distillation (KD) is a commonly used technique for improving the generalization of compact Pre-trained Language Models (PLMs) on downstream tasks. However, such methods impose the additional burden of training a separate teacher model for every new dataset.Alternatively, one may directly work on the improvement of the optimization procedure of the compact model towards better generalization. Recent works observe that the flatness of the local minimum correlates well with better generalization.In this work, we adapt Stochastic Weight Averaging (SWA), a method encouraging convergence to a flatter minimum, to fine-tuning PLMs. We conduct extensive experiments on various NLP tasks (text classification, question answering, and generation) and different model architectures and demonstrate that our adaptation improves the generalization without extra computation cost. Moreover, we observe that this simple optimization technique is able to outperform the state-of-the-art KD methods for compact models.

BibTeX
@inproceedings{lu-etal-2022-improving,
    title = "Improving Generalization of Pre-trained Language Models via Stochastic Weight Averaging",
    author = "Lu, Peng  and
      Kobyzev, Ivan  and
      Rezagholizadeh, Mehdi  and
      Rashid, Ahmad  and
      Ghodsi, Ali  and
      Langlais, Phillippe",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.363/",
    doi = "10.18653/v1/2022.findings-emnlp.363",
    pages = "4948--4954"
}
Improving Generalization of Pre-trained Language Models via Stochastic Weight Averaging · EMNLP 2022