CLLGNAFeb 13, 2022

Scaling Laws Under the Microscope: Predicting Transformer Performance from Small Scale Experiments

arXiv:2202.06387v2298 citations
AI Analysis

This work addresses the problem of accelerating model development for researchers and practitioners in NLP, though it is incremental as it builds on existing scaling law research.

The study investigated whether neural scaling laws can predict transformer performance from small-scale experiments, finding that scaling laws emerge in some NLP tasks and can be used for debugging and model selection, but require careful tuning that incurs overhead.

Neural scaling laws define a predictable relationship between a model's parameter count and its performance after training in the form of a power law. However, most research to date has not explicitly investigated whether scaling laws can be used to accelerate model development. In this work, we perform such an empirical investigation across a wide range of language understanding tasks, starting from models with as few as 10K parameters, and evaluate downstream performance across 9 language understanding tasks. We find that scaling laws emerge at finetuning time in some NLP tasks, and that they can also be exploited for debugging convergence when training large models. Moreover, for tasks where scaling laws exist, they can be used to predict the performance of larger models, which enables effective model selection. However, revealing scaling laws requires careful hyperparameter tuning and multiple runs for the purpose of uncertainty estimation, which incurs additional overhead, partially offsetting the computational benefits.

Foundations

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

Your Notes