Sloth: scaling laws for LLM skills to predict multi-benchmark performance across families
Felipe Maia Polo, Seamus Somerstep, Leshem Choshen, Yuekai Sun, Mikhail Yurochkin
TL;DR
This work introduces Sloth, a family-aware, latent-skills scaling framework that predicts LLM benchmark performance by modeling a small set of interpretable latent skills that govern compute-to-performance mappings. By sharing information across benchmarks and model families through a factor-analytic-like structure and a translog-like skill evolution, Sloth achieves accurate predictions with fewer parameters and yields actionable insights into how reasoning, knowledge, and instruction-following scale with compute. The approach is validated on 12 prominent benchmarks from Open LLM Leaderboard datasets, demonstrates interpretable loadings for latent skills, and extends to downstream-task prediction and compute-aware scaling. The results offer practical utilities for predicting larger-model performance, guiding resource allocation, and forecasting behavior under scaled inference compute. Overall, Sloth provides a scalable, interpretable framework to understand and forecast LLM capabilities across diverse benchmarks and families.
Abstract
Scaling laws for large language models (LLMs) predict model performance based on parameters like size and training data. However, differences in training configurations and data processing across model families lead to significant variations in benchmark performance, making it difficult for a single scaling law to generalize across all LLMs. On the other hand, training family-specific scaling laws requires training models of varying sizes for every family. In this work, we propose Skills Scaling Laws (SSLaws, pronounced as Sloth), a novel scaling law that leverages publicly available benchmark data and assumes LLM performance is driven by low-dimensional latent skills, such as reasoning and instruction following. These latent skills are influenced by computational resources like model size and training tokens, but with varying efficiencies across model families. Sloth exploits correlations across benchmarks to provide more accurate and interpretable predictions while alleviating the need to train multiple LLMs per family. We present both theoretical results on parameter identification and empirical evaluations on 12 prominent benchmarks, from Open LLM Leaderboard v1/v2, demonstrating that Sloth predicts LLM performance accurately and offers insights into scaling behaviors for complex downstream tasks, increased test-time compute, and compute-optimal scaling of skills.
