Paper: 2609.04180 Authors: Joseph Lee, Yidi Huang, Dokyoon Kim, Shu Yang, Li Shen Categories: cs.AI, cs.CL

The Gap

Large pre-training corpora are built by deciding how to spend tokens, and one decision dominates: how much to repeat a document. Repetition demonstrably helps — that much is established — but why it helps and what it is doing are not, and neither is what the alternative could be.

The paper’s hypothesis is specific: auxiliary views — reformulations of knowledge — are causally helpful for learning. If true, it reframes repetition: repeating a document is one way to give the model more exposure to a piece of knowledge, and reformulating it is another. Those two are different in kind, and a token budget forces a choice between them. So the question becomes compressible and testable: at a fixed budget, which exposure buys more?

Testing it requires controlling the confounds, because “paraphrases help” is confounded with “more tokens help” and with “a stronger teacher helps”. The paper’s contribution includes separating those.

   PRE-TRAINING CORPORA: A DOMINANT ALLOCATION DECISION

   how much to REPEAT a document
        |
        v
   repetition DEMONSTRABLY HELPS -- that much is established
   but WHY it helps, and WHAT IT IS DOING, are not
   and neither is WHAT THE ALTERNATIVE COULD BE
        |
        v
   [THE PAPER'S HYPOTHESIS]
     AUXILIARY VIEWS -- REFORMULATIONS of knowledge --
     are CAUSALLY HELPFUL for learning
        |
        v
   IF TRUE, IT REFRAMES REPETITION
     repetition     = ONE way to give the model more exposure
                      to a piece of knowledge
     reformulation  = ANOTHER
     -> different IN KIND, and a token budget FORCES A CHOICE
        |
        v
   [TESTABLE QUESTION] AT A FIXED BUDGET, WHICH EXPOSURE
                       BUYS MORE?
        |
        v
   AND the confounds must be controlled:
     "paraphrases help" is confounded with "MORE TOKENS help"
     and with "A STRONGER TEACHER helps"

The Increment

One sentence: Before this paper, data diversity was known to matter without a mechanism; after it, controlled experiments show that moving tokens from repetition to auxiliary views improves learning, that the benefit survives weak teachers, and that it depends on the kind of knowledge being reformulated.

Core Mechanism

The design is a set of controlled experiments, and the findings come in a deliberate order — each one closing a confound the previous one leaves open.

Repetition is necessary for acquisition, and paraphrasing helps only at smaller batch sizes. The first finding grants repetition its established role, and the batch-size qualifier is the interesting part: it locates paraphrasing’s benefit in a regime rather than claiming it universally. Anyone who has watched paraphrase data fail at scale now has a reason.

Holding the token budget fixed, allocating tokens from document repetition to auxiliary views improves learning — and then the clause that makes this more than a budget reshuffle: counterintuitively, even for factual recall. That is the sharp result. The intuition is that reformulations help with generalisation and repetition helps with memorisation, so a memorisation task should prefer repetition. It does not. So the auxiliary views are not merely a generalisation aid; they are a better way to spend tokens for acquisition too, which is a stronger and less expected claim.

The effectiveness of auxiliary views is not contingent on the strength of the teacher model that generates them. This is the confound-closing finding, and it is the one that makes the mechanism credible. If better paraphrases from stronger models helped more, the effect would be explainable as “a good teacher taught the model” — distillation by another name. Since weak teachers suffice, the benefit comes from the existence and diversity of reformulation rather than from the quality of any particular one.

The paper identifies forms of knowledge — contextual and foundational — that aid learning in the presence of prior knowledge gaps. So the benefit is not uniform across content: some kinds of auxiliary view help precisely where the model lacks background, which is a practically useful targeting rule rather than a general claim that more variety is better.

Mechanistically, the effects manifest via layer-wise biases and compression — connecting the corpus-level manipulation to internal structure rather than stopping at the benchmark delta.

The paper’s conclusion ties it back to the motivating phenomenon: auxiliary representations of knowledge, which arise naturally in large pre-training corpora, are a key factor in the success of pre-training, and this offers a plausible explanation for why data diversity matters. The phrase “arise naturally” is doing real work — it suggests the mechanism is already operating in existing corpora through incidental reformulation, which is a more satisfying explanation than “diversity is good” and it predicts that deliberately increasing reformulation should keep helping.

   FINDINGS, IN THE ORDER THEY CLOSE CONFOUNDS

   [1] REPETITION IS NECESSARY for acquisition
       AND PARAPHRASING HELPS ONLY AT SMALLER BATCH SIZES
         <- grants repetition its established role
         <- locates paraphrasing's benefit IN A REGIME rather
            than claiming it universally
         -> explains why paraphrase data can fail AT SCALE

   [2] TOKEN BUDGET FIXED: moving tokens from document
       repetition to AUXILIARY VIEWS IMPROVES LEARNING
         AND -- counterintuitively -- EVEN FOR FACTUAL RECALL
         <- the SHARP result
         <- intuition says reformulations aid GENERALISATION and
            repetition aids MEMORISATION, so a memorisation task
            should prefer repetition. IT DOES NOT.
         -> auxiliary views are not merely a generalisation aid;
            they are a better way to spend tokens for ACQUISITION

   [3] EFFECTIVENESS IS NOT CONTINGENT ON THE TEACHER'S STRENGTH
         <- the confound-closing finding that makes the mechanism
            credible
         <- if better paraphrases from stronger models helped more,
            the effect would reduce to "a good teacher taught it"
            (distillation by another name)
         -> the benefit comes from the EXISTENCE AND DIVERSITY of
            reformulation, not the QUALITY of any particular one

   [4] FORMS OF KNOWLEDGE MATTER
         CONTEXTUAL and FOUNDATIONAL forms aid learning in the
         presence of PRIOR KNOWLEDGE GAPS
         -> not uniform across content: a TARGETING RULE rather
            than "more variety is better"

   [5] MECHANISM: effects manifest via LAYER-WISE BIASES and
       COMPRESSION
         -> connects the corpus-level manipulation to internal
            structure, rather than stopping at the benchmark delta

   CONCLUSION
     auxiliary representations of knowledge, which ARISE NATURALLY
     in large pre-training corpora, are a KEY FACTOR in pre-training
     success -> a plausible explanation for WHY DATA DIVERSITY MATTERS
       <- "arise naturally" matters: the mechanism is already
          operating in existing corpora through INCIDENTAL
          reformulation, and deliberately increasing it should
          keep helping

Think of it as studying a language by reading the same page five times versus reading five different explanations of the same material. Repetition works — everyone who has crammed knows it. But if you have a fixed number of hours, spending some of them on a different author’s framing of the same idea turns out to serve even memorisation better, which is not what the cramming intuition predicts. And the strongest part: it does not matter whether the alternative explanations come from a brilliant teacher or a mediocre one. What matters is that the material is reframed, because the reframing is what makes the structure visible rather than the surface. That also explains why the effect is uneven — reframing a fact you have no context for helps most, while reframing something already understood adds less.

Key Concepts

  • Auxiliary views as reformulations: different presentations of the same knowledge. Treating them as a distinct kind of exposure — rather than as a variant of repetition — is what turns the token budget into a choice worth measuring.
  • Fixed-budget comparison: holding tokens constant so the comparison is between kinds of exposure rather than amounts. Without it, “paraphrases help” is indistinguishable from “more data helps”.
  • The factual-recall result as the sharp finding: auxiliary views beat repetition even where memorisation is the goal. It rules out the clean division of labour the intuition suggests.
  • Teacher-independence as the credibility check: the benefit survives weak teachers, so the effect is the diversity of reformulation rather than the quality of a particular teacher. This is what separates it from distillation.
  • Contextual and foundational knowledge as targets: the benefit concentrates where prior knowledge is missing, which is a rule for where to spend reformulation effort.

Framework Shift

Before (diversity as a known good):
  repeat documents to expose the model to knowledge
  -> repetition helps, unexplained
  -> "data diversity matters" as an observation
  -> paraphrases either trusted or distrusted wholesale,
     with no account of when they help

After (reformulation as a distinct use of tokens):
  auxiliary views are causally helpful; repetition is one way to
    give exposure and reformulation is another
  -> at a FIXED budget, auxiliary views win, even for factual recall
  -> weak teachers suffice: the benefit is DIVERSITY, not quality
  -> targeted at context gaps, with layer-wise mechanism

From knowing that diversity helps without knowing why, to identifying reformulation as a distinct and budget-competing form of exposure whose benefit is teacher-independent, the core shift is that repetition and reformulation are substitutes for a shared purpose — and the substitute is better.

Expert Assessment

Problem choice: Excellent, and it asks a question the field has been spending enormous resources on without a mechanism. Pre-training data mixtures are chosen at scale, repetition budgets are set deliberately, and “diversity matters” has been an observation rather than a causal account.

Method maturity: The design’s strength is the sequence of confound closures. Granting repetition its role, then showing the fixed-budget reallocation helps, then removing the teacher-quality explanation, then localising the effect by knowledge type, and finally connecting to internal structure — each step would have been a paper on its own, and the ordering is what makes the mechanism credible rather than merely plausible. The batch-size qualifier on paraphrasing is the kind of finding that saves practitioners from a costly mistake.

Experimental integrity: The teacher-independence result is the most valuable control, because it is exactly the alternative explanation a sceptic would offer, and it is reported in the direction that weakens the paper’s own framing (the teacher is not doing the work). The factual-recall result cuts against intuition and is therefore more informative. The main limitation is that these are controlled experiments, so the reformulations are generated under the study’s own conditions; how much incidental reformulation exists in real corpora, and whether deliberately adding more keeps paying, are extrapolations the paper offers as plausible rather than demonstrated.

Writing quality: The findings are ordered as confound closures, which makes the paper easy to follow and each result easy to place. Since the practical decision is a token-allocation rule, a short passage translating the findings into guidance — how much of a repetition budget to convert, and for which kinds of content — would make it directly actionable for anyone assembling a pre-training mixture.

Verdict: strong accept — it supplies a causal account for a phenomenon the field has been allocating resources by, pins the mechanism by removing both obvious confounds, and locates the benefit by knowledge type.

Takeaways

  • Treat reformulation as a distinct use of tokens, competing with repetition. At a fixed budget, the two are substitutes, and the substitute measured better here.
  • Check whether your effect is really teacher quality. If the benefit survives weak teachers, the mechanism is diversity rather than the quality of any particular example.
  • Do not assume memorisation prefers repetition. The result held even for factual recall, which eliminates the clean division of labour intuition suggests.
  • Target reformulation where context is missing. The benefit concentrated on contextual and foundational material the model lacked background for.

论文: 2609.04180 作者: Joseph Lee, Yidi Huang, Dokyoon Kim, Shu Yang, Li Shen 分类: cs.AI, cs.CL

缺口

大规模预训练语料是靠”如何花掉 token”的决定搭起来的,而其中一个决定占据主导:一份文档要重复多少遍。 重复确实有帮助——这一点已经确立——但它为什么有帮助、它在做什么,都不清楚;而”替代方案可能是什么”同样不清楚。

论文的假设很具体:辅助视角(auxiliary views)——知识的不同表述——对学习有因果帮助。 如果成立,它就重构了”重复”这件事:重复一份文档,是让模型多接触某条知识的一种方式;把它改述,是另一种。两者性质不同,而 token 预算迫使你在它们之间做选择。于是问题变得可压缩、可检验:在预算固定的前提下,哪种”接触”买到的更多?

要检验它就必须控制混淆,因为”改述有帮助”与”更多 token 有帮助”、以及”更强的教师有帮助”是缠在一起的。论文的贡献也包括把这几者分开。

   预训练语料:一个占主导的分配决定

   一份文档要「重复」多少遍
        |
        v
   重复「确实」有帮助——这一点已经确立
   但它「为什么」有帮助、「在做什么」,都不清楚
   而"「替代方案」可能是什么"同样不清楚
        |
        v
   [论文的假设]
     「辅助视角」——知识的「改述」——
     对学习有「因果」帮助
        |
        v
   如果成立,它就重构了"重复"
     重复    = 让模型多接触某条知识的「一种」方式
     改述    = 「另一种」
     -> 两者「性质不同」,而 token 预算「迫使」你选择
        |
        v
   [可检验的问题]「在预算固定时,哪种接触买到的更多?」
        |
        v
   而且必须控制混淆:
     "改述有帮助"与"「更多 token」有帮助"缠在一起,
     也与"「更强的教师」有帮助"缠在一起

增量

一句话: 在这篇论文之前,数据多样性”有用”是已知的、却没有机制;在这篇论文之后,受控实验表明:把 token 从重复转向辅助视角能提升学习,这一收益在弱教师下依然存在,且它取决于被改述的是哪一类知识。

核心机制

设计是一组受控实验,而发现以一个刻意的顺序出现——每一条都关掉上一条留下的一个混淆。

重复对”习得”是必要的,而改述只在较小的批量下有帮助。 第一条发现给了重复它既有的地位,而”批量”这个限定才是有意思的部分:它把改述的收益定位在一个区间内,而不是普遍地声称它有效。任何见过”改述数据在大规模下失效”的人,现在有了原因。

在 token 预算固定的前提下,把 token 从文档重复转向辅助视角能提升学习——接着是那句让它不止于”预算挪移”的话:反直觉地,连事实性记忆也受益。 这才是那个锋利的结论。直觉是:改述有助于泛化,重复有助于记忆,所以一个记忆任务应当偏好重复。但并非如此。 也就是说,辅助视角不只是一种泛化辅助;对习得而言,它们也是更好的花 token 方式——这是一个更强、也更出人意料的主张。

辅助视角的有效性并不取决于生成它们的教师模型有多强。 这是关掉混淆的那条发现,也是让机制可信的那一条。如果来自更强模型的更好改述帮助更大,那么该效应就可以被解释为”一个好教师教会了它”——换个名字的蒸馏。既然弱教师也够用,那么收益来自改述的存在与多样性,而不是来自任何某一条改述的质量。

论文识别出若干知识形态——语境性的与基础性的——在存在前置知识缺口时能帮助学习。 所以收益在内容上并不均匀:某些类型的辅助视角恰恰在模型缺乏背景的地方起作用,这是一条实际可用的投放规则,而不是”多样性越多越好”的笼统主张。

在机制层面,这些效应通过逐层偏置与压缩表现出来——把语料层面的操作连接到内部结构,而不是停在基准差值上。

论文的结论把它拉回那个作为动机的现象:知识的不同表述——它们在大型预训练语料中「自然产生」——是预训练成功的一个关键因素;这也为**“数据多样性为何重要”提供了一个合理的解释**。 “自然产生”这个词在真正做事——它暗示这个机制已经在现有语料中通过偶然的改述在运作;这比”多样性就是好”更令人满意,并且它预言:刻意增加改述应当持续有用

   发现,按"关掉混淆"的顺序

   [1] 重复对「习得」是必要的
       而「改述只在较小的批量下」有帮助
         <- 给了重复它既有的地位
         <- 把改述的收益「定位在一个区间内」,
            而不是普遍声称有效
         -> 解释了"改述数据为何会「在大规模下失效」"

   [2] token 预算固定:把 token 从文档重复转向
       「辅助视角」能提升学习
         而且——反直觉地——「连事实性记忆也受益」
         <- 锋利的结论
         <- 直觉说:改述助「泛化」、重复助「记忆」,
            所以记忆任务应当偏好重复。「但并非如此。」
         -> 辅助视角不只是一项泛化辅助;
            对「习得」而言它们也是更好的花 token 方式

   [3] 有效性「不取决于」教师的强弱
         <- 关掉混淆、让机制可信的那条发现
         <- 若来自更强模型的更好改述帮助更大,
            该效应就退化为"好教师教会了它"(换个名字的蒸馏)
         -> 收益来自改述的「存在与多样性」,
            而不是任何单条改述的「质量」

   [4] 「知识形态」有关系
         「语境性」与「基础性」形态,在存在「前置知识缺口」时
         能帮助学习
         -> 在内容上不均匀:是一条「投放规则」,
            而不是"多样性越多越好"

   [5] 机制:效应通过「逐层偏置」与「压缩」表现出来
         -> 把语料层面的操作连接到内部结构,
            而不是停在基准差值上

   结论
     知识的不同表述——它们在大型预训练语料中「自然产生」——
     是预训练成功的一个「关键因素」
     -> 为"数据多样性为何重要"提供合理解释
       <- "自然产生"要紧:该机制已经通过「偶然的改述」
          在现有语料中运作;而刻意增加它应当持续有用

可以用**“学一门语言时:把同一页读五遍,还是读同一份材料的五种不同讲解”来理解这件事: 重复有用——所有临时抱佛脚过的人都知道。但如果你的时间固定,把其中一部分花在另一位作者对同一想法的讲法上,结果连记忆都更好——这并不符合”死记硬背”的直觉。 而最强的一点是:那些替代讲解是来自一位了不起的老师、还是一位平庸的老师,并不重要。重要的是材料被重新表述了,因为正是重新表述让结构**变得可见,而不是只让人看到表面。 这也解释了效应为何不均匀——给一个你毫无背景的事实做重新表述,帮助最大;而给已经理解的东西做重新表述,增益就小。

关键概念

  • 以辅助视角作为改述: 同一知识的不同呈现。把它当作一种独立的接触形式——而不是重复的一个变体——才让 token 预算变成一个值得测量的选择
  • 固定预算比较: 把 token 固定住,使比较发生在接触的种类之间,而不是数量之间。没有它,“改述有帮助”与”更多数据有帮助”无法区分。
  • 以事实性记忆作为那个锋利发现: 即便目标是记忆,辅助视角也胜过重复。它排除了直觉所暗示的那种干净分工。
  • 以”与教师无关”作为可信性检查: 收益在弱教师下依然存在,所以该效应是改述的多样性,而不是某个特定教师的质量。这正是它区别于蒸馏的地方。
  • 以语境性与基础性知识作为投放目标: 收益集中在模型缺乏前置知识之处——这是一条”该把改述力气花在哪里”的规则。

框架转变

之前(把多样性当作已知的好东西):
  重复文档,让模型多接触知识
  -> 重复有用,但无解释
  -> "数据多样性重要"只是一条观察
  -> 对"改述"要么整体信任、要么整体怀疑,
     不说明它何时有用

之后(把改述当作一种独立的 token 用法):
  辅助视角有因果帮助;重复是一种接触方式,
    改述是另一种
  -> 在「固定预算」下,辅助视角胜出,连事实性记忆也是
  -> 弱教师也够用:收益是「多样性」,不是「质量」
  -> 定向投放于语境缺口,并给出逐层机制

从”知道多样性有用、却不知道为何”,转变为”识别出改述是一种独立且与重复争夺预算的接触形式,其收益与教师无关”,核心转变在于:重复与改述是为了同一个目的而互为替代——而那个替代品更好。

专家评审

选题眼光: 极好,而且它问的是一个这个领域一直在投入巨大资源、却缺少机制的问题。 预训练数据配比是在大规模上被选定的,重复预算是被刻意设定的,而”多样性重要”一直是一条观察,不是一份因果解释

方法成熟度: 设计的长处是关掉混淆的顺序。先给重复它应有的地位,再表明固定预算下的重新分配有益,再排除”教师质量”这一解释,再按知识类型定位效应,最后连接到内部结构——每一步单独都够一篇论文,而这个顺序才让机制可信、而不只是看似合理。 关于改述的”批量”限定,是那种能替实践者省下一次昂贵错误的研究结果。

实验诚意: “与教师无关”这一结果是最有价值的对照,因为它恰恰是怀疑者会提出的替代解释;而且它被报告的方向,是削弱论文自身框架的方向(干活的是教师之外的某种东西)。而”事实性记忆”这一结果与直觉相逆,因此信息量更大。 主要局限在于这些都是受控实验,改述是在研究自身的条件下生成的;真实语料里存在多少偶然的改述、以及刻意增加是否持续划算,属于论文作为”合理推测”而非”已证明”给出的外推。

写作功力: 发现按”关掉混淆”的顺序排列,这让论文容易跟读、每个结果也容易定位。 由于实际决定是一条 token 分配规则,若能补一小段把发现翻译成指引——重复预算该转换多少、针对哪类内容——会让它对任何在组装预训练配比的人直接可用。

判决: 强接收(Strong Accept) — 它为一个领域一直在据以分配资源的现象提供了因果解释,通过排除两个显然的混淆钉住了机制,并按知识类型定位了收益。

要点总结

  • 改述当作一种独立的 token 用法,与重复相互竞争。在预算固定时,两者互为替代,而这里测出替代品更好。
  • 检查你的效应是否其实来自教师质量。如果收益在弱教师下仍然存在,那么机制就是多样性,而不是任何具体样本的质量。
  • 不要假定记忆偏好重复。这一结果在事实性记忆上也成立,从而排除了直觉所暗示的那种干净分工。
  • 把改述投放到语境缺失之处。收益集中在模型缺乏背景的语境性与基础性材料上。