paper-with-me

Papers

gzip Predicts Data-dependent Scaling Laws

2024-05-26 · Rohan Pandey

Past work has established scaling laws that predict the performance of a neural language model (LM) as a function of its parameter count and the number of tokens it's trained on, enabling optimal allocation of a fixed compute budget. Are these scaling laws agnostic to training data as some prior work suggests? We generate training datasets of varying complexities by modulating the syntactic properties of a PCFG, finding that 1) scaling laws are sensitive to differences in data complexity and that 2) gzip, a compression algorithm, is an effective predictor of how data complexity impacts scaling properties. We propose a new data-dependent scaling law for LM's that accounts for the training data's gzip-compressibility; its compute-optimal frontier increases in dataset size preference (over parameter count preference) as training data becomes harder to compress.

📄 PDF Abstract BibTeX arXiv:2405.16684

Code (1)

KhoomeiK/complexity-scaling 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

InfoLaw: Information Scaling Laws for Large Language Models with Quality-Weighted Mixture Data and Repetition

2026-05-04 · Fengze Liu, Weidong Zhou, Binbin Liu, Ping Guo 외 arxiv

Upweighting high-quality data in LLM pretraining often improves performance, but in datalimited regimes, especially under overtraining, stronger upweighting increases repetition and can degrade performance. However, stan…

Understanding Scaling Laws with Statistical and Approximation Theory for Transformer Neural Networks on Intrinsically Low-dimensional Data

2024-11-11 · Alex Havrilla, Wenjing Liao

When training deep neural networks, a model's generalization error is often observed to follow a power scaling law dependent both on the model size and the data size. Perhaps the best known example of such scaling laws a…

Pretraining Scaling Laws for Generative Evaluations of Language Models

2025-09-28 · Rylan Schaeffer, Noam Levi, Brando Miranda, Sanmi Koyejo arxiv

Neural scaling laws have driven the field's ever-expanding exponential growth in parameters, data and compute. While scaling behaviors for pretraining losses and discriminative benchmarks are well established, generative…

Gemstones: A Model Suite for Multi-Faceted Scaling Laws

2025-02-07 · Sean McLeish, John Kirchenbauer, David Yu Miller, Siddharth Singh 외

Scaling laws are typically fit using a family of models with a narrow range of frozen hyper-parameter choices. In this work we study scaling laws using a wide range of architecture and hyper-parameter choices, and highli…

Experimental DesignLanguage ModelingLanguage Modelling

Deriving Neural Scaling Laws from the statistics of natural language

2026-02-07 · Francesco Cagnetta, Allan Raventós, Surya Ganguli, Matthieu Wyart arxiv

Despite the fact that experimental neural scaling laws have substantially guided empirical progress in large-scale machine learning, no existing theory can quantitatively predict the exponents of these important laws for…