paper-with-me

홈 › Papers

Observational Scaling Laws and the Predictability of Language Model Performance

2024-05-17 · Yangjun Ruan, Chris J. Maddison, Tatsunori Hashimoto

Understanding how language model performance varies with scale is critical to benchmark and algorithm development. Scaling laws are one approach to building this understanding, but the requirement of training models across many different scales has limited their use. We propose an alternative, observational approach that bypasses model training and instead builds scaling laws from ~100 publically available models. Building a single scaling law from multiple model families is challenging due to large variations in their training compute efficiencies and capabilities. However, we show that these variations are consistent with a simple, generalized scaling law where language model performance is a function of a low-dimensional capability space, and model families only vary in their efficiency in converting training compute to capabilities. Using this approach, we show the surprising predictability of complex scaling phenomena: we show that several emergent phenomena follow a smooth, sigmoidal behavior and are predictable from small models; we show that the agent performance of models such as GPT-4 can be precisely predicted from simpler non-agentic benchmarks; and we show how to predict the impact of post-training interventions like Chain-of-Thought and Self-Consistency as language model capabilities continue to improve.

📄 PDF Abstract BibTeX arXiv:2405.10938

Code (1)

ryoungj/obsscaling 공식 구현

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

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…

Scaling Laws for Deep Learning

2021-08-17 · Jonathan S. Rosenfeld

Running faster will only get you so far -- it is generally advisable to first understand where the roads lead, then get a car ... The renaissance of machine learning (ML) and deep learning (DL) over the last decade is ac…

Deep Learningimage-classificationImage ClassificationLanguage Modeling+2

Configuration-to-Performance Scaling Law with Neural Ansatz

2026-02-10 · Huaqing Zhang, Kaiyue Wen, Tengyu Ma arxiv

Researchers build scaling laws to forecast the training performance of expensive large-scale runs with larger model size N and data size D. These laws assume that other training hyperparameters are optimally chosen, whic…

Data Mixing Laws: Optimizing Data Mixtures by Predicting Language Modeling Performance

2024-03-25 · Jiasheng Ye, Peiju Liu, Tianxiang Sun, Yunhua Zhou 외

Pretraining data of large language models composes multiple domains (e.g., web texts, academic papers, codes), whose mixture proportions crucially impact the competence of outcome models. While existing endeavors rely on…

Language ModelingLanguage Modelling

Abra: Scaling Diffusion Image Training

2026-08-18 · Kyle Chickering, Wei-An Lin, Swayam Bhanded, Dan Saunders 외 arxiv

Compute-optimal scaling laws guide the training of frontier language models yet remain largely unexplored for visual generation. We present a systematic scaling law study for text-to-image diffusion models using Abra, a …