CLAIMar 5, 2025

Not-Just-Scaling Laws: Towards a Better Understanding of the Downstream Impact of Language Model Design Decisions

CMU
arXiv:2503.03862v29 citationsh-index: 14Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses the problem of understanding how model design decisions affect capabilities for AI researchers, providing a systematic framework that is incremental but offers specific insights.

The study meta-analyzed 92 open-source pretrained models to quantify the impact of design choices beyond scaling, finding that incorporating features like data composition and architecture improved downstream performance prediction by 3-28% relative to using scale alone.

Improvements in language model capabilities are often attributed to increasing model size or training data, but in some cases smaller models trained on curated data or with different architectural decisions can outperform larger ones trained on more tokens. What accounts for this? To quantify the impact of these design choices, we meta-analyze 92 open-source pretrained models across a wide array of scales, including state-of-the-art open-weights models as well as less performant models and those with less conventional design decisions. We find that by incorporating features besides model size and number of training tokens, we can achieve a relative 3-28% increase in ability to predict downstream performance compared with using scale alone. Analysis of model design decisions reveal insights into data composition, such as the trade-off between language and code tasks at 15-25\% code, as well as the better performance of some architectural decisions such as choosing rotary over learned embeddings. Broadly, our framework lays a foundation for more systematic investigation of how model development choices shape final capabilities.

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