Papers
Topics
Authors
Recent
Search
2000 character limit reached

Repetition-Aware Mixture Scaling Law

Updated 4 July 2026
  • The paper introduces a loss law that extends classical Chinchilla scaling by incorporating data repetition and mixture composition.
  • It models repetition using factors like target-domain repetition, spectral redundancy, and effective token counts to guide training design.
  • The approach optimizes computing resources by balancing repeated data penalties with generic data regularization for improved target performance.

Searching arXiv for the cited papers and closely related work on repetition-aware mixture scaling laws. A repetition-aware mixture scaling law is a class of scaling-law formulations in which loss depends not only on model size and consumed tokens, but also on how data are mixed across domains, qualities, or components, and on how often limited subsets are replayed. In this literature, repetition is modeled in several mathematically distinct ways: as a target-domain repetition factor such as r=hDtotal/Dtargetr = h D_\text{total} / D_\text{target}, as a spectral redundancy index ρred=1/β\rho_{\mathrm{red}} = 1/\beta, as a bucketwise repetition factor RdR_d inside an information-equivalent token count, or as an additive overfitting penalty on top of a Chinchilla-style base law. The common departure from classical scaling laws is that repeated tokens are not treated as equivalent to fresh tokens, so mixture composition and repetition jointly determine effective data, scaling exponents, and compute-optimal training configurations (Bi et al., 25 Sep 2025, Sedova et al., 12 May 2026, Liu et al., 4 May 2026).

1. Scope and historical setting

Classical Chinchilla-style laws model final validation loss as

L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},

with NN the number of parameters and DD the number of training tokens. In the repetition-aware literature, this form is regarded as inadequate whenever high-quality or target-domain data are scarce and must be reused, because it assumes that every training token is unique or, equivalently, that raw token count is a sufficient proxy for usable information (Lovelace et al., 2 May 2026).

Mixture-aware scaling work already generalized the Chinchilla form to target-domain loss under a training mixture hΔkh \in \Delta_k. One representative formulation predicts

L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},

with mixture-dependent coefficients AhA^h and BhB^h, and uses mirror descent on the simplex to derive optimal domain weights for a target domain under a given training budget ρred=1/β\rho_{\mathrm{red}} = 1/\beta0 (Shukor et al., 12 Jul 2025). That framework is mixture-aware but not repetition-aware: it treats the data term through raw ρred=1/β\rho_{\mathrm{red}} = 1/\beta1, assumes i.i.d. draws from ρred=1/β\rho_{\mathrm{red}} = 1/\beta2, and does not explicitly model repeated or duplicated data.

The explicit repetition-aware turn arises in settings where a finite target corpus is mixed with an effectively unlimited generic corpus, or where a fixed unique-token budget ρred=1/β\rho_{\mathrm{red}} = 1/\beta3 is traversed for multiple epochs. In the target-plus-generic setting, training uses a target fraction ρred=1/β\rho_{\mathrm{red}} = 1/\beta4, total training tokens ρred=1/β\rho_{\mathrm{red}} = 1/\beta5, and target pool size ρred=1/β\rho_{\mathrm{red}} = 1/\beta6, which induces the repetition factor

ρred=1/β\rho_{\mathrm{red}} = 1/\beta7

In the data-constrained setting, the same structure is written as ρred=1/β\rho_{\mathrm{red}} = 1/\beta8, where ρred=1/β\rho_{\mathrm{red}} = 1/\beta9 counts repetitions beyond the first pass (Sedova et al., 12 May 2026, Lovelace et al., 2 May 2026). The central problem is then no longer only compute allocation across RdR_d0 and RdR_d1, but allocation across fresh tokens, repeated tokens, and model capacity.

2. Spectral redundancy laws and the mixture bottleneck

A theoretical route to repetition-aware mixture laws is given by the redundancy interpretation of scaling laws in kernel ridge regression. In this setting, the covariance or kernel integral operator

RdR_d2

has eigenpairs RdR_d3, and the effective dimension is

RdR_d4

Under a polynomial spectral tail

RdR_d5

and a source condition

RdR_d6

the bias-variance decomposition yields

RdR_d7

Optimizing over RdR_d8 gives

RdR_d9

The redundancy index is L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},0, so the exponent can also be written as

L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},1

This identifies the scaling exponent with redundancy in the representation: a steeper spectrum, corresponding to larger L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},2 and smaller L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},3, yields larger L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},4; a flatter spectrum yields smaller L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},5 (Bi et al., 25 Sep 2025).

The mixture result is the key step that turns this redundancy law into a repetition-aware mixture law. If a mixture distribution has component operators

L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},6

and each component satisfies

L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},7

then the mixture operator has tail index

L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},8

Consequently,

L(N,D)=E+ANα+BDβ,L(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta},9

The heaviest tail, equivalently the smallest NN0, dominates the global exponent. In the paper’s interpretation, smaller NN1 corresponds to higher redundancy, so the most repetitive component that has non-zero weight bottlenecks the asymptotic learning curve (Bi et al., 25 Sep 2025).

This framework also provides a spectral reading of repetition. A highly repetitive corpus is associated with a flatter covariance tail, hence smaller NN2, larger effective dimension NN3, and slower risk decay. A more diverse or deduplicated corpus is associated with a steeper tail and a larger NN4. The proposition that “Redundancy reduction improves NN5” formalizes this monotonicity: if a transformation produces a steeper tail NN6, then

NN7

3. Scarce-target pretraining with generic regularization

The most explicit use of the term “repetition-aware mixture scaling law” appears in a pretraining setting with two data sources: a scarce target dataset of size NN8 tokens and an effectively unlimited generic dataset. Training consumes NN9 tokens, draws a target token with probability DD0, and therefore induces the repetition factor

DD1

The empirical program comprises more than 2,000 language-model training runs with GPT-2–style decoder-only Transformers of size 101M, 143M, 192M, 340M, 539M, and 805M non-embedding parameters, spanning multilingual, domain-specific, and quality-filtered mixtures. Across all settings, the paper reports that repetition is a central driver of target-domain performance, that mixture training tolerates much higher repetition than single-source training, and that scarce target corpora can be reused DD2–DD3 times, with the optimal number of repetitions depending on target data size, compute budget, and model scale (Sedova et al., 12 May 2026).

The law begins by defining an effective target data size

DD4

For small repetition, DD5, so early passes count almost fully; for large repetition, DD6, so the target contribution saturates. Total effective data is then

DD7

where DD8 is the generic-token count, DD9 is the saturating target contribution, and hΔkh \in \Delta_k0 weights the relative value of target tokens versus generic tokens for target loss.

At fixed model size, the proposed loss law is

hΔkh \in \Delta_k1

Across model sizes, it is generalized to

hΔkh \in \Delta_k2

The hΔkh \in \Delta_k3 term is a weight penalty, motivated by the empirical observation that high target fractions tend to hurt target loss at fixed hΔkh \in \Delta_k4 because they increase repetition and reduce generic regularization. Parameters are fit by minimizing a weighted Huber loss

hΔkh \in \Delta_k5

using basin-hopping with 100 random restarts.

The principal empirical claim is that generic data acts as an implicit regularizer. Because only target tokens repeat while generic tokens stay fresh, mixture pretraining can sustain much higher target repetition than single-source training. The paper reports that, for realistic budgets, the best target performance often occurs at hΔkh \in \Delta_k6–hΔkh \in \Delta_k7, and for some smaller pools even higher, up to hΔkh \in \Delta_k8 in a multi-domain setting with very small pools. Held-out weighted hΔkh \in \Delta_k9 values are L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},0 for German, L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},1 for Maths, L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},2 for Quality-filtered mixtures, and L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},3 for Wiki/peS2o under the fixed-size law, while the multi-size law gives test L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},4 for German at 539M and L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},5 for Maths at 936M. For German mixture optimization, the median wasted token fraction is L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},6 for the repetition-aware law, compared with L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},7 for the repetition-agnostic baseline (Sedova et al., 12 May 2026).

4. Information-based and penalty-based variants

Two later strands modify the token-count axis itself. One retains a base scaling law but adds an overfitting term for repetition; the other replaces raw tokens with an information-equivalent variable.

The mixture-only precursor remains the optimal-data-mixtures law

L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},8

where

L(N,D,h)=E+(i=1kCihiγi)1+AhNα+BhDβ,\mathcal{L}(N,D,h) = E + \left(\sum_{i=1}^k C_i\,h_i^{\gamma_i}\right)^{-1} + \frac{A^h}{N^\alpha} + \frac{B^h}{D^\beta},9

This framework is mixture-aware and prescriptive, but it leaves repetition outside the model and therefore treats raw AhA^h0 as the effective data scale (Shukor et al., 12 Jul 2025).

InfoLaw instead formulates pretraining as information accumulation with bucketwise repetition. Documents are grouped into quality buckets AhA^h1, with mixture weights AhA^h2, source proportions AhA^h3, source tokens AhA^h4, and training tokens AhA^h5. For each bucket,

AhA^h6

Quality density is parameterized as

AhA^h7

so total intrinsic information in bucket AhA^h8 is AhA^h9. The total learned information is then

BhB^h0

and loss follows the power law

BhB^h1

The fitted parameters reported in the main experiments are BhB^h2, BhB^h3, and

BhB^h4

InfoLaw predicts unseen recipes and larger-scale runs up to BhB^h5B and BhB^h6B tokens with BhB^h7 mean and BhB^h8 max absolute error in loss, and it extrapolates across overtraining levels (Liu et al., 4 May 2026).

A distinct line of work starts from a Chinchilla base fit on single-epoch runs and then models repetition as an additive overfitting penalty. Using a unique-token budget BhB^h9, repetitions ρred=1/β\rho_{\mathrm{red}} = 1/\beta00, and ρred=1/β\rho_{\mathrm{red}} = 1/\beta01, the most general proposed form is

ρred=1/β\rho_{\mathrm{red}} = 1/\beta02

Its simplest one-parameter version is

ρred=1/β\rho_{\mathrm{red}} = 1/\beta03

The additive term is designed to let validation loss increase with further training tokens in high-repetition regimes, which effective-data saturation laws cannot do. The paper reports that the one-parameter penalty already fits multi-epoch data much better than effective-data baselines, and that strong weight decay ρred=1/β\rho_{\mathrm{red}} = 1/\beta04 reduces the one-parameter coefficient ρred=1/β\rho_{\mathrm{red}} = 1/\beta05 by approximately ρred=1/β\rho_{\mathrm{red}} = 1/\beta06, providing a scaling-law explanation for why optimal weight decay in data-constrained regimes can be much larger than standard practice (Lovelace et al., 2 May 2026).

5. Architectural generalizations: Transformers, MoE, and upcycling

Mixture-of-Experts theory introduces a different notion of repetition-awareness by separating active capacity from routing combinatorics. For a sparse MoE Transformer with hard top-ρred=1/β\rho_{\mathrm{red}} = 1/\beta07 routing, the active parameter count is

ρred=1/β\rho_{\mathrm{red}} = 1/\beta08

and the worst-case generalization bound under a ρred=1/β\rho_{\mathrm{red}} = 1/\beta09-dimensional manifold data model and ρred=1/β\rho_{\mathrm{red}} = 1/\beta10 targets is

ρred=1/β\rho_{\mathrm{red}} = 1/\beta11

The covering-number decomposition shows a clean separation between an active-capacity term and a MoE-specific routing overhead

ρred=1/β\rho_{\mathrm{red}} = 1/\beta12

The paper explicitly identifies this routing term as conservative and argues that any improvement beyond the worst-case routing overhead must come from data-dependent routing stability and expert specialization. In repetition-aware reinterpretations, that suggests replacing worst-case ρred=1/β\rho_{\mathrm{red}} = 1/\beta13 by an effective routing entropy based on expert usage frequencies or realized routing patterns (Mayaki, 10 Apr 2026).

Upcycling laws introduce repetition-awareness through prior training rather than corpus replay. In MoE upcycling, a dense model pretrained on ρred=1/β\rho_{\mathrm{red}} = 1/\beta14 tokens is converted into an MoE by replicating dense MLP weights into multiple experts and then further trained for ρred=1/β\rho_{\mathrm{red}} = 1/\beta15 tokens. The empirical two-stage law is

ρred=1/β\rho_{\mathrm{red}} = 1/\beta16

and the joint law for a fixed architecture is

ρred=1/β\rho_{\mathrm{red}} = 1/\beta17

Because ρred=1/β\rho_{\mathrm{red}} = 1/\beta18, the effective exponent for additional upcycling data,

ρred=1/β\rho_{\mathrm{red}} = 1/\beta19

decreases as dense sunk cost grows: larger ρred=1/β\rho_{\mathrm{red}} = 1/\beta20 gives a better head start but slower progress with further ρred=1/β\rho_{\mathrm{red}} = 1/\beta21. The paper reports that using disjoint subsets for dense pretraining and upcycled training makes little difference, so the interaction is not primarily due to literal sample overlap. It also derives a threshold

ρred=1/β\rho_{\mathrm{red}} = 1/\beta22

below which upcycling is more efficient than from-scratch MoE training and above which from-scratch becomes preferable (Liew et al., 5 Feb 2025).

6. Empirical pathologies, misconceptions, and open questions

A controlled study of exact document repetition shows that repetition damage is not monotone in repeat count. Using Qwen3-style decoder-only transformers of size ρred=1/β\rho_{\mathrm{red}} = 1/\beta23 and ρred=1/β\rho_{\mathrm{red}} = 1/\beta24 million parameters, a fixed repeated-token fraction ρred=1/β\rho_{\mathrm{red}} = 1/\beta25, and a no-repetition reference frontier

ρred=1/β\rho_{\mathrm{red}} = 1/\beta26

the paper finds that evaluation loss peaks at an intermediate repeat count ρred=1/β\rho_{\mathrm{red}} = 1/\beta27, not at maximal repetition. Peak locations obey

ρred=1/β\rho_{\mathrm{red}} = 1/\beta28

and the compute-equivalent loss can be large: for the most damaging repeat count on FineWeb-Edu-Dedup, a ρred=1/β\rho_{\mathrm{red}} = 1/\beta29M-parameter model at ρred=1/β\rho_{\mathrm{red}} = 1/\beta30 has ρred=1/β\rho_{\mathrm{red}} = 1/\beta31, hence ρred=1/β\rho_{\mathrm{red}} = 1/\beta32. This directly contradicts the common intuition that the harmfulness of repetition should simply increase with repeat count (Chudnovsky et al., 23 Jun 2026).

A second misconception is that single-source heuristics transfer unchanged to mixture pretraining. Earlier single-source work supplied a rule-of-thumb that “up to ~4 repetitions is safe; benefits to ~16; overfitting by ~40,” but the target-plus-generic mixture experiments report a distinct regime in which scarce target corpora can be reused ρred=1/β\rho_{\mathrm{red}} = 1/\beta33–ρred=1/β\rho_{\mathrm{red}} = 1/\beta34 times and sometimes ρred=1/β\rho_{\mathrm{red}} = 1/\beta35, because generic data remains fresh and acts as an implicit regularizer. This means that a repetition-aware mixture law is not merely a correction to single-source repetition laws; it is a different scaling object in which mixture composition changes the tolerated repetition frontier (Sedova et al., 12 May 2026).

The current literature also has pronounced scope conditions. The redundancy-theoretic work assumes clean polynomial tails ρred=1/β\rho_{\mathrm{red}} = 1/\beta36, a source condition, and finite convex mixtures with fixed ρred=1/β\rho_{\mathrm{red}} = 1/\beta37; it leaves non-polynomial tails, explicit duplication models, and practical estimation of ρred=1/β\rho_{\mathrm{red}} = 1/\beta38 open. The empirical pretraining laws are descriptive rather than mechanistic, are fitted on finite architecture families, and report weaker fits in some regimes, such as quality-filtered mixtures. Open directions therefore include more explicit models of duplication and near-duplicate clusters, data-dependent routing analyses for MoE, joint optimization of data mixture, model size, and learning schedule, and extension to other modalities such as vision or code (Bi et al., 25 Sep 2025, Liu et al., 4 May 2026, Sedova et al., 12 May 2026).

Taken together, these works define a coherent research area rather than a single canonical equation. The unifying principle is that repetition, redundancy, and mixture composition alter the effective data axis itself. In theoretical formulations, the decisive quantity is the tail index or redundancy index. In empirical pretraining laws, it is an effective target size, an information-equivalent token count, or an additive overfitting penalty. In architectural variants, it can be the entropy of reused routing patterns or the diminishing marginal value of further training after large sunk cost. A repetition-aware mixture scaling law is therefore best understood as a family of scaling relations that endogenize repeated data, instead of absorbing it into raw token count.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Repetition-Aware Mixture Scaling Law.