LGCLMay 25, 2021

Super Tickets in Pre-Trained Language Models: From Model Compression to Improving Generalization

arXiv:2105.12002v2725 citations
Originality Incremental advance
AI Analysis

This work addresses model efficiency and performance for NLP practitioners by showing that pruning can enhance generalization, though it is incremental as it builds on the Lottery Ticket Hypothesis.

The paper tackles the problem of improving generalization in pre-trained language models by identifying 'super tickets'—subnetworks that, at optimal compression ratios, outperform the full model. Experiments on the GLUE benchmark show improvements of 0.9 points on BERT-base and 1.0 points on BERT-large in task-average scores.

The Lottery Ticket Hypothesis suggests that an over-parametrized network consists of ``lottery tickets'', and training a certain collection of them (i.e., a subnetwork) can match the performance of the full model. In this paper, we study such a collection of tickets, which is referred to as ``winning tickets'', in extremely over-parametrized models, e.g., pre-trained language models. We observe that at certain compression ratios, the generalization performance of the winning tickets can not only match but also exceed that of the full model. In particular, we observe a phase transition phenomenon: As the compression ratio increases, generalization performance of the winning tickets first improves then deteriorates after a certain threshold. We refer to the tickets on the threshold as ``super tickets''. We further show that the phase transition is task and model dependent -- as the model size becomes larger and the training data set becomes smaller, the transition becomes more pronounced. Our experiments on the GLUE benchmark show that the super tickets improve single task fine-tuning by $0.9$ points on BERT-base and $1.0$ points on BERT-large, in terms of task-average score. We also demonstrate that adaptively sharing the super tickets across tasks benefits multi-task learning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes