Search papers, labs, and topics across Lattice.
This study investigates the phenomenon of plasticity loss in GPT-style Transformer models, specifically examining how this loss affects continual learning in natural language processing. The researchers found that plasticity loss occurs across various model sizes, from 5M to 314M parameters, and that its onset follows a predictable scaling law, increasing sublinearly with model size. Importantly, while larger models may delay the onset of plasticity loss, simply increasing parameter count does not prevent it, highlighting a critical limitation in the adaptability of large language models during training.
Larger models might delay plasticity loss, but they won't escape it鈥攕caling alone isn't the answer for continual learning.
The loss of plasticity - the ability of a network to learn new information after having already learned older information - is a fundamental challenge in creating artificial neural networks capable of continual learning. Although this phenomenon has been known for decades, it has mostly been studied in older, relatively small architectures and rarely in natural-language domains. To determine whether loss of plasticity remains a problem in the modern transformer-based LLM paradigm, we study plasticity loss in GPT-style Transformer models trained on a multilingual continual learning problem. Consistent with prior work, we find evidence of plasticity loss across models ranging from 5M to 314M non-embedding parameters, as measured by deterioration on a held-out Vietnamese probing task. We further find that the onset of plasticity loss follows a predictable scaling law, growing sublinearly with model size. These results suggest that larger models may delay the measurable effects of plasticity loss, but that increasing parameter count alone is likely to be insufficient to completely prevent it. We also find evidence of plasticity loss under stationary multilingual training, challenging the view that the phenomenon is exclusive to continual learning with abrupt task changes. Overall, our results suggest that even large Transformer language models trained on natural-language will eventually lose the ability to efficiently adapt to new data after sufficiently long training, in both continual and stationary settings.