Pith. sign in

REVIEW 3 major objections 4 minor 21 references

Information Abundance Paradox: Long-Context Training Undermines Parametric Knowledge

T0 review · 3 major / 4 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read The paper argues that when task-relevant information is abundant in the training context, language models can reduce loss by using it directly instead of encoding it in weights, and this shift from parametric internalization to…

desk verdict The SFT evidence for context addiction is strong and worth citing; the pretraining sweep is confounded by sequence count and the theory is thin. read the letter →

arxiv 2608.12218 v2 pith:65UIMDWQ submitted 2026-08-12 cs.CL cs.AI

classification cs.CLcs.AI
keywords informationabundanceparadoxlong-contextpretrainingparametricknowledgecontextualizationin-contextlearningcontextaddictioninverted-Uscalingtransformermechanisms
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper claims that abundant task-relevant information in the training context can reduce a language model's incentive to store that information in its weights, shifting learning from parametric internalization toward contextualization. It names this the Information Abundance Paradox. In pretraining, with the token budget, data, and optimizer held fixed, expanding the context window helps language modeling, SuperGLUE, and closed-book multiple-choice QA only up to an intermediate optimum, after which performance declines. In supervised fine-tuning, more task-relevant context improves accuracy when supporting context is present at test time but lowers accuracy when context is absent or conflicting. The paper adds a theoretical bound showing that longer nested contexts weakly reduce the minimum task information the weights must carry for a given risk, and mechanistic evidence that context-rich training lowers solution complexity, shifts gradient pressure from feed-forward networks to attention, and increases inference-time attention to context.

What carries the argument

The load-bearing object is the parametric information frontier, $I_k(\rho)=\inf_{\Pi,q_k} I(W;\tau)$ subject to risk $R_k(\Pi,q_k)\le\rho$, together with the monotonicity result that for nested input windows $X^{(k)}=T_{k,m}(X^{(m)})$, $I_m(\rho)\le I_k(\rho)$. It formalizes the claim that context and weights are substitutable carriers of task information, so longer contexts weakly shrink the parametric storage needed for a target risk. The empirical machinery consists of three aligned measurements: average training gradient norm as a proxy for solution complexity; the FFN-to-SA gradient-norm ratio as a proxy for where optimization pressure lands; and module-restricted fine-tuning (updating only attention heads or only feed-forward layers) plus inference-time attention mass, which turns the gradient shift into a causal and behavioral test.

What would settle it

Run the same pretraining sweep while matching sequences per optimization step instead of tokens per step: if the inverted-U disappears, the central pretraining claim is refuted. Independently, on a synthetic task where the learned rule is known, estimate $I(W;\tau)$ directly from weights trained with and without in-context demonstrations; if longer context does not reduce measured task information in the weights, the parametric information mechanism is falsified.

Watch

Extended reading notes

Core claim

The central claim is the Information Abundance Paradox: when training context makes task-relevant information available, the model can reduce next-token loss by using that information directly instead of encoding it parametrically, and the learning dynamics shift accordingly. The empirical signature is an inverted-U: across model scales from 20M to 750M parameters, SuperGLUE and closed-book MCQA accuracy peak at a training window of about 2048 tokens and language modeling loss bottoms out around 8192 tokens, then both degrade as the window grows. In fine-tuning, increasing the number of target-domain documents from $k=0$ to $k=8$ under a fixed eight-document budget improves supporting-context accuracy while reducing no-context accuracy and increasing the supporting–conflicting gap. The theoretical account defines the parametric information frontier $I_k(\rho)$, the minimum mutual information $I(W;\tau)$ between weights and task needed to reach risk $\rho$ with context size $k$, and proves $I_m(\rho)\le I_k(\rho)$ for nested contexts $k<m$. Causal interventions on modules tie the behavior to mechanism: attention-only fine-tuning increases context reliance, while feed-forward-only fine-tuning preserves no-context robustness.

Load-bearing premise

The pretraining result hinges on the assumption that changing the context window under a fixed token budget isolates context length; because longer windows put far fewer sequences into each batch, the inverted-U could instead come from the resulting change in gradient noise and per-batch document diversity, a confound the paper does not analyze (it only flags the FLOP difference).

Editorial extensions

If this is right

  • Longer pretraining windows are not a free scaling axis: past an intermediate optimum, more context degrades closed-book knowledge and general understanding even when total tokens and updates are matched.
  • Fine-tuning models on task-relevant context bakes in a robustness tradeoff: gains with supporting context come with measurable losses when context is absent or misleading, so deployment decisions should depend on how reliable the test-time context will be.
  • The optimal training window is not absolute but tied to the evaluation distribution: benchmarks with shorter examples peak at shorter windows, suggesting a rough scaling rule of one to two orders of magnitude above mean example length.
  • The shift is visible inside the model: longer-context training lowers the FFN-to-SA gradient ratio, and attention-only fine-tuning reproduces context addiction while feed-forward-only fine-tuning preserves no-context accuracy.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper's pretraining sweep fixes tokens per step, so longer-window runs see roughly 64 times fewer sequences per batch; separating context length from batch composition is a natural next experiment, and the inverted-U could plausibly shift or disappear once sequences per step are matched.
  • The information-theoretic frontier predicts that $I(W;\tau)$ itself should fall as training context grows; estimating mutual information directly on the synthetic tasks would test the mechanism without relying on behavioral benchmarks.
  • If contextualization is systematically the lower-complexity solution, then the same inverted-U may appear for other training choices that make context easier to exploit, such as retrieval-augmented pretraining or in-context learning curricula; the paper does not test these.
  • The results suggest a possible mitigation direction: curricula that mix context-free and context-rich examples, or objectives that reward prediction without supporting evidence, might preserve parametric knowledge while still exploiting long contexts; this is an extension, not a claim of the paper.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper proposes the Information Abundance Paradox: when task-relevant information is available in the training context, a language model can reduce loss by using that information directly rather than encoding it in its parameters, thereby shifting from parametric internalization toward contextualization and producing "context addiction" at test time. The authors support this with three main bodies of evidence: (i) a motivating comparison of short- and long-context public models; (ii) pretraining sweeps over context windows showing inverted-U performance on language modeling, SuperGLUE, and closed-book MCQA; and (iii) supervised fine-tuning experiments that fix context length and vary the fraction of task-relevant documents, showing improved supporting-context accuracy but reduced no-context and conflicting-context robustness. They also present a theoretical monotonicity result, gradient-based mechanistic analyses, module-restricted fine-tuning interventions, and inference-time attention analyses. The manuscript argues that long-context training is not a neutral scaling axis and that scaling context windows can change what models internalize.

Significance. If the central claims hold, the paper makes a useful and timely contribution: it challenges the assumption that longer training context is a purely beneficial scaling axis, and it operationalizes a distinction between parametric internalization and contextualization that is relevant to long-context training and evaluation. A particular strength is the SFT design in Section 3.2, which fixes the context budget and varies only the relevance of the prepended documents; this cleanly isolates information abundance and shows consistent effects across five model scales and four domains. The mechanistic analyses, especially the module-restricted fine-tuning and attention-allocation results, provide convergent and falsifiable evidence for the proposed shift. However, the broadest natural-language evidence, the pretraining sweep in Section 3.1, is currently undermined by a sequence-count confound, and the theoretical account in Section 4 is an achievability statement rather than a derivation of the empirical pattern. With additional control experiments and a more careful framing, the contribution would be significant for the long-context training community.

major comments (3)
  1. [§3.1 (Training setup) and Figure 2] The pretraining comparison is described as "token-and-update-matched, isolating context window effects under a fixed token budget," but with the global batch fixed at approximately 1.05M tokens, the number of sequences per optimization step falls from about 2048 at W=512 to about 32 at W=32768. The sweep therefore changes gradient noise, per-batch document diversity, and the number of independent loss blocks per update, not only the context length. The inverted-U in Figure 2 and the declining FFN/SA gradient ratio in Figure 5b could in principle be produced by these optimization-level changes rather than by reduced pressure toward parametric storage. Footnote 1 flags only the FLOP difference, not the sequence-count confound. Because this pretraining result is the paper's broadest natural-language evidence for the paradox, the confound is load-bearing; please add an experiment or quantitative analysis that directly addresses it, for example by holding sequences per batch fixed while varying the token budget, or by demonstrating that gradient noise and document coverage cannot explain the U-shape.
  2. [§4, Proposition 4.2] Proposition 4.2 states that I_m(ρ) ≤ I_k(ρ) for nested contexts, and the proof shows that a longer-context predictor can simulate a shorter-context predictor by projection. This is a valid achievability statement, but it does not imply that the trained model actually stores less task information in its weights, and because it is monotone in context size it cannot by itself explain the inverted-U in Figure 2 or the supporting/no-context tradeoff in Figure 3. As written, the theoretical account is close to a formal restatement of the hypothesis rather than a derivation of the empirical results. To make this section load-bearing, the paper would need to connect I_k(ρ) to the training dynamics, for example by showing that the learned weight distribution approaches the infimum or by directly estimating I(W;τ) across context sizes, or it should explicitly reframe the proposition as a motivation rather than an explanation.
  3. [§5.2, Figure 6] The module-restricted fine-tuning comparison is presented as causal evidence that FFN updates confer parametric robustness and SA updates confer context reliance. However, with LoRA rank fixed at r=64, the FFN and SA adapters contain very different numbers of trainable parameters, so the two conditions also differ in update capacity and optimization geometry. The observed differences in no-context and conflicting-context accuracy could therefore reflect parameter-count or learning-rate effects rather than the functional role of the modules. Please match the trainable parameter budget between the FFN-only and SA-only conditions, for example by adjusting the LoRA rank per module, or otherwise control for update capacity before interpreting Figure 6 as causal evidence.
minor comments (4)
  1. [§3.1 and App. C.1] The main text says training uses 10B tokens from Project Gutenberg, while App. C.1 says the models are trained for 4 epochs of a 2.5B-token corpus; please reconcile the corpus size and epoch count in the main text.
  2. [Figure 2 and related figures] The legend entries such as "20M Mean 55M CI95% 259M Inflection Point 750M" are ambiguous about which curve and shaded band correspond to each model scale; use a conventional per-scale color legend with a separate marker for inflection points.
  3. [App. H.1, Table 16] The full results table is extremely dense; consider reporting the k=0 versus k=8 differences or plotting the deltas so that the domain-level pattern can be verified more easily.
  4. [§5.1 and App. C.3] The average gradient norm G_k is compared across context lengths k, but the synthetic batches are matched in number of examples rather than number of tokens; please state whether G_k is normalized for sequence length or show that the within-task differences are not an artifact of longer prompts.

Circularity Check

1 steps flagged · score 2.0 of 10

Empirical evidence is self-contained; only Proposition 4.2 is a definitional formalization of the hypothesis, explicitly labeled an achievability statement.

  1. self definitional [Section 4, Proposition 4.2]
    "Proposition 4.2 (Monotonicity of the parametric information frontier). If X(k) = Tk,m(X(m)) almost surely for k<m, then Im(ρ) ≤ Ik(ρ) for all ρ."

    I_k(ρ) is defined as the minimum parametric information over predictors attaining risk ≤ ρ with context size k. Under the nested-input assumption X(k)=T_{k,m}(X(m)), any k-context predictor can be simulated at context size m by projecting the longer input, so the feasible set for I_m contains the feasible set for I_k with the same weight channel; the inequality then follows directly from taking an infimum over a weakly larger set. Thus the theorem reformulates the hypothesis's 'can reduce' clause by construction rather than deriving it from independent mechanisms. The paper labels it an achievability statement and does not use it to predict the empirical curves, making this a minor definitional flavor rather than load-bearing circularity.

full rationale

The natural-language and synthetic experiments are measured directly through controlled comparisons: the context-window sweep in Section 3.1, the train-time relevance sweep in Section 3.2, the synthetic task families in Section 5.1, the gradient-allocation and module-restricted interventions in Section 5.2, and the attention-allocation analysis in Section 5.3, with significance tests reported in Appendix F. No fitted parameter is renamed as a prediction, and no central result is derived from the authors' prior work; citations involving the authors (e.g., WikiSPAN, MultiRC, Fang et al.) are not load-bearing for the paradox. The pretraining sweep's fixed token budget does change the number of sequences per optimization step across context windows, which is a real confound threatening the causal interpretation of the inverted-U curve, but that is an experimental-design risk, not a circularity in which an output equals an input by construction. Proposition 4.2 is the only near-restatement of the hypothesis, and the paper candidly calls it an achievability statement, so it does not force the empirical conclusions; the empirical claims therefore stand on their own measurements.

Assumptions & free parameters 0 free parameters · 4 assumptions · 3 invented entities

The theoretical section adds a formal framework, but the load-bearing premises are the nested-input assumption and the interpretation of gradient norms and module allocation. These are domain assumptions grounded in prior literature, not independently verified in this paper. No free parameters are fitted; the risk threshold rho is arbitrary and the monotonicity holds for all rho.

assumptions (4)
  • domain assumption Nested-input assumption: for k < m, X(k) = T_{k,m}(X(m)) almost surely for the packed token stream.
    Used in Prop 4.2 to prove monotonicity of the parametric information frontier. Matches the paper's data construction but is not guaranteed for arbitrary long-context corpora.
  • domain assumption Latent task variable tau with distribution P_T, and weight channel W ~ Pi(·|tau).
    Section 4 setup; treats the corpus as a sample from a population of tasks. This is a modeling abstraction, not directly testable.
  • domain assumption Average training gradient norm G_k is a proxy for solution/function complexity.
    Section 5.1, citing implicit regularization literature; the paper uses it to distinguish context-addicted from robust tasks. The proxy is correlational, not a certified complexity measure.
  • domain assumption FFN gradients correspond to parametric internalization and SA gradients to contextualization.
    Section 5.2, based on prior work (Geva et al., Dai et al., Meng et al.). Used to interpret the FFN/SA gradient ratio.
invented entities (3)
  • Information Abundance Paradox independent evidence
    purpose: Named hypothesis that abundant relevant context reduces parametric internalization.
    Operationalized through measurable predictions: inverted-U pretraining, context addiction under absent/conflicting context, module gradient shifts.
  • context addiction independent evidence
    purpose: Behavioral construct describing strong reliance on supplied context with degraded robustness when context is absent or misleading.
    Directly measured via supporting vs conflicting/no-context accuracy gaps.
  • parametric information frontier I_k(rho)
    purpose: Theoretical quantity: minimum task information in weights to achieve risk threshold rho with context size k.
    A mathematical object introduced in Section 4; its monotonicity is proven but it is not directly measured and does not by itself guarantee actual training behavior.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Information Abundance Paradox: Long-Context Training Undermines Parametric Knowledge." pith.science (2026). https://pith.science/paper/65UIMDWQ

@misc{pith2026260812218,
  author       = {Pith},
  title        = {Pith review of: Information Abundance Paradox: Long-Context Training Undermines Parametric Knowledge},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/65UIMDWQ}},
  note         = {Machine review of arXiv:2608.12218}
}
read the original abstract

Large language models are increasingly trained and deployed with long contexts that span documents, code repositories, and interaction histories. This scaling reflects the implicit assumption that training on longer contexts will only help the model by exposing it to richer evidence. We challenge this view by studying how the context window shapes a model's mode of learning, shifting it between parametric internalization and contextualization. We propose the Information Abundance Paradox, which hypothesizes that abundant relevant information in the training context can reduce the incentive to encode that information parametrically, thereby increasing reliance on context. In pretraining with long documents, increasing the context window improves language modeling, natural language understanding, and closed-book MCQA only up to an intermediate optimum, after which performance consistently declines. In supervised fine-tuning, more task-relevant train-time context improves performance with supporting context, but reduces robustness when context is absent or misleading at test time. Our analysis suggests that this behavior arises when longer context provides a lower complexity solution. Mechanistically, training with informative context shifts gradient pressure from feed-forward networks, often linked to parametric knowledge, toward attention modules, and causal interventions show that this shift increases reliance on context during inference. Overall, these findings support the Information Abundance Paradox and suggest that scaling toward near-infinite context is not simply a matter of supplying more data, even when high-quality long-context data is abundant.

Figures

Figures reproduced from arXiv: 2608.12218 by the authors.

Figure 1
Figure 1. Longer-context Phi-3 and OLMo 3 variants underperform, providing a mo￾tivating observation. Across benchmarks, 128K and 65K variants consistently lag be￾hind 4K and 8K variants in few-shot and zero￾shot evaluation settings (App. A). Error bars denote 95% confidence intervals. A motivating observation. This data-centric view overlooks the possibility that the context window is not a neutral conduit for data. Phi-3 [A… view at source ↗
Figure 2
Figure 2. Performance improves up to an intermediate optimum as pretraining context window grows. Across model sizes, SuperGLUE and MCQA follow an inverted-U pattern, while language modeling shows a corresponding U-shaped loss curve. Dataset breakdowns are provided in App. E. Results. As shown in [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Task-relevant train-time context induces context addiction. Increasing target-domain documents from k = 0 to k = 8 improves Qwen3 models with supporting context, but reduces robustness without context (left) and with conflicting context (right), with the right subplot annotating the supporting–conflicting accuracy gap. Error bars denote 95% confidence intervals. Results [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: Context addiction emerges when longer train-time context enables lower complexity solutions. Top row: Supporting–conflicting gaps grow for bitwise and string tasks, but remain stable for mod10 arithmetic and Caesar cipher tasks, with each y-axis scaled to the task-spec…
Figure 5
Figure 5. Figure 5: Informative train-time context lowers the FFN-to-SA gradient norm ratio in both SFT and [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: FFN and SA updates causally control context reliance. FFN-only tuning improves no￾context robustness, while SA-only tuning strengthens supporting-context performance but increases sensitivity to conflicting context. Error bars denote 95% confidence intervals. 8 [PITH_…
Figure 7
Figure 7. Figure 7: SFT with task-relevant context increases inference-time attention to context. Qwen3- 1.7B fine-tuned with k = 8 target-domain documents assign more attention mass to context tokens [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: The context length trend is robust to positional encoding choice. Results for RoPE, ALiBi, and LongRoPE across language modeling, SuperGLUE, and closed-book MCQA. Each positional encoding exhibits the same qualitative pattern, where performance improves up to an interm…
Figure 9
Figure 9. Figure 9: Language modeling results by dataset. Across LAMBADA, PTB, and WikiSPAN, longer pretraining windows initially improve next token prediction but eventually degrade performance at longer windows. The dataset-level trends mirror the aggregate language modeling curve in […
Figure 10
Figure 10. Figure 10: Closed-book MCQA results by dataset. Per-benchmark multiple-choice accuracy shows the same qualitative pattern as the aggregate MCQA result, where performance improves up to intermediate context windows and declines for longer ones. This indicates that the degradation…
Figure 7
Figure 7. Figure 7: We report cluster-level permutation p-value after max￾cluster correction over layers. For each domain, we use a one-sided cluster-based permutation test to determine whether k = 8 SFT increases attention to con￾text tokens relative to no-context SFT. For each question,…
Figure 11
Figure 11. Figure 11: Lower complexity solutions and context addiction co-occur across model sizes. Across synthetic tasks and model scales, tasks with larger supporting–conflicting gaps also show lower average training gradient norms as the number of in-context demonstrations increases. T…
Figure 12
Figure 12. Figure 12: Attention allocation for Qwen3-0.6B. Fine-tuning with task-relevant context increases attention mass on context tokens, especially in middle layers. 0 10 20 30 Layer Index 0.2 0.4 0.6 Attn. Mass on Ctx. Law 0 10 20 30 Layer Index 0.2 0.4 0.6 0.8 Health 0 10 20 30 Laye…
Figure 13
Figure 13. Figure 13: Attention allocation for Qwen3-8B. The context-trained model assigns more attention to context tokens than the no-context model under supporting-context evaluation. 0 10 20 30 40 Layer Index 0.1 0.2 0.3 0.4 0.5 Attn. Mass on Ctx. Law 0 10 20 30 40 Layer Index 0.2 0.4 …
Figure 14
Figure 14. Figure 14: Attention allocation for Qwen3-14B. Task-relevant fine-tuning shifts inference-time attention toward supplied context across tasks, with strongest effects in middle layers. 32 [PITH_FULL_IMAGE:figures/full_fig_p032_14.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

21 extracted references · 8 canonical work pages

  1. [1]

    Each task applies a unary bitwise operation to the input string, such as NOT, which maps each bit to its complement.5 The valid output tokens are0and1

    Unary bitwise operations.Inputs are 16-bit binary strings. Each task applies a unary bitwise operation to the input string, such as NOT, which maps each bit to its complement.5 The valid output tokens are0and1. We train each model for 25 epochs

  2. [2]

    Each task applies a deterministic string transformation, such as REVERSE

    String transformations.Inputs are 8-letter strings over a fixed alphabet. Each task applies a deterministic string transformation, such as REVERSE. 6 The output is another string over the same alphabet. We train each model for 25 epochs

  3. [3]

    Each task applies a digit-wise arithmetic operation modulo 10

    Digit-wise mod10 arithmetic.Inputs are 5-digit strings. Each task applies a digit-wise arithmetic operation modulo 10. For example, a task may add a fixed digit-wise offset to each input digit, with all arithmetic performed modulo 10. We train each model for 10 epochs

  4. [4]

    Each task shifts every digit by a global offset modulo

    Caesar cipher.Inputs are 5-digit strings. Each task shifts every digit by a global offset modulo

  5. [7]

    URLhttps://arxiv.org/abs/2206.03126. 15 Team Olmo, :, Allyson Ettinger, Amanda Bertsch, Bailey Kuehl, David Graham, David Heineman, Dirk Groeneveld, Faeze Brahman, Finbarr Timbers, Hamish Ivison, Jacob Morrison, Jake Poznan- ski, Kyle Lo, Luca Soldaini, Matt Jordan, Mayee Chen, Michael Noukhovitch, Nathan Lambert, Pete Walsh, Pradeep Dasigi, Robert Berry,...

  6. [8]

    Ian Tenney, Dipanjan Das, and Ellie Pavlick

    URLhttps://arxiv.org/abs/2403.05530. Ian Tenney, Dipanjan Das, and Ellie Pavlick. Bert rediscovers the classical nlp pipeline, 2019. URL https://arxiv.org/abs/1905.05950. Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, Dan Bikel, Lukas Blecher, Cris...

  7. [9]

    17 Chandra Shekhara Kaushik Valmeekam, Krishna Narayanan, Dileep Kalathil, Jean-Francois Cham- berland, and Srinivas Shakkottai

    URLhttps://arxiv.org/abs/2307.09288. 17 Chandra Shekhara Kaushik Valmeekam, Krishna Narayanan, Dileep Kalathil, Jean-Francois Cham- berland, and Srinivas Shakkottai. Llmzip: Lossless text compression using large language models,

  8. [10]

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N

    URLhttps://arxiv.org/abs/2306.04050. Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need, 2023. URL https://arxiv.org/abs/ 1706.03762. Elena V oita and Ivan Titov. Information-theoretic probing with minimum description length, 2020. URLhttps://arxiv.org/abs...

Show all 21 references
  1. [11]

    URLhttps://arxiv.org/abs/2203.08913. Wenhan Xiong, Jingyu Liu, Igor Molybog, Hejia Zhang, Prajjwal Bhargava, Rui Hou, Louis Martin, Rashi Rungta, Karthik Abinav Sankararaman, Barlas Oguz, Madian Khabsa, Han Fang, Yashar Mehdad, Sharan Narang, Kshitiz Malik, Angela Fan, Shruti ...

  2. [12]

    URLhttps://arxiv.org/abs/1810.12885. Xinrong Zhang, Yingfa Chen, Shengding Hu, Zihang Xu, Junhao Chen, Moo Khai Hao, Xu Han, Zhen Leng Thai, Shuo Wang, Zhiyuan Liu, and Maosong Sun.∞bench: Extending long context evaluation beyond 100k tokens, 2024b. URLhttps://arxiv.org/abs/24...

  3. [13]

    Shuyan Zhou, Frank F

    URLhttps://arxiv.org/abs/2406.00605. Shuyan Zhou, Frank F. Xu, Hao Zhu, Xuhui Zhou, Robert Lo, Abishek Sridhar, Xianyi Cheng, Tianyue Ou, Yonatan Bisk, Daniel Fried, Uri Alon, and Graham Neubig. Webarena: A realistic web environment for building autonomous agents, 2024. URL ht...

  4. [18]

    We train each model for 10 epochs

    Importantly, the same offset is applied to all positions. We train each model for 10 epochs. 0.3M 1.5M 7.5M Architecture Layers 4 6 8 Hidden size 64 128 256 Attn. heads (Q) 2 4 8 Attn. heads (KV) 1 2 4 Intermediate size 256 512 1024 Optimization Optimizer AdamW Peak LR1.0×10 −...

  5. [19]

    This condition measures performance when the model can rely on useful in-context evidence

    Supporting context.The context contains demonstrations generated by the correct task rule. This condition measures performance when the model can rely on useful in-context evidence

  6. [20]

    This condition measures whether the model follows the supplied context even when it conflicts with the parametrically correct rule

    Conflicting context.The context contains demonstrations generated by a consistent but incorrect rule from the same task family. This condition measures whether the model follows the supplied context even when it conflicts with the parametrically correct rule. 5The full operati...

  7. [2018]

    learning

    URLhttps://arxiv.org/abs/1803.05457. Jean-Baptiste Cordonnier, Andreas Loukas, and Martin Jaggi. Multi-head attention: Collaborate instead of concatenate, 2021. URLhttps://arxiv.org/abs/2006.16362. Ido Dagan, Oren Glickman, and Bernardo Magnini. The pascal recognising textual ...

  8. [2020]

    11 Amanda Bertsch, Maor Ivgi, Emily Xiao, Uri Alon, Jonathan Berant, Matthew R

    URLhttps://arxiv.org/abs/2004.05150. 11 Amanda Bertsch, Maor Ivgi, Emily Xiao, Uri Alon, Jonathan Berant, Matthew R. Gormley, and Graham Neubig. In-context learning with long-context models: An in-depth exploration. In Luis Chiruzzo, Alan Ritter, and Lu Wang, editors,Proceedin...

  9. [2022]

    Jianghao Chen, Junhong Wu, Yangyifan Xu, and Jiajun Zhang

    URLhttps://arxiv.org/abs/2210.05675. Jianghao Chen, Junhong Wu, Yangyifan Xu, and Jiajun Zhang. Ladm: Long-context training data selection with attention-based dependency measurement for llms, 2025. URL https://arxiv. org/abs/2503.02502. Shouyuan Chen, Sherman Wong, Liangjian ...

  10. [2023]

    Chenxin An, Jun Zhang, Ming Zhong, Lei Li, Shansan Gong, Yao Luo, Jingjing Xu, and Lingpeng Kong

    URLhttps://arxiv.org/abs/2305.13245. Chenxin An, Jun Zhang, Ming Zhong, Lei Li, Shansan Gong, Yao Luo, Jingjing Xu, and Lingpeng Kong. Why does the effective context length of llms fall short?, 2024. URL https://arxiv. org/abs/2410.18745. Suraj Anand, Michael A. Lepori, Jack M...

  11. [2024]

    doi: 10.18653/v1/2024.acl-long.172

    Association for Computational Linguistics. doi: 10.18653/v1/2024.acl-long.172. URL https://aclanthology.org/2024.acl-long.172/. David G. T. Barrett and Benoit Dherin. Implicit gradient regularization, 2022. URL https: //arxiv.org/abs/2009.11162. Iz Beltagy, Matthew E. Peters, ...

  12. [2025]

    ISBN 979-8-89176-189-6

    Association for Computational Linguistics. ISBN 979-8-89176-189-6. doi: 10.18653/v1/ 2025.naacl-long.605. URLhttps://aclanthology.org/2025.naacl-long.605/. Owen Bianchi, Mathew J. Koretsky, Maya Willey, Chelsea X. Alvarado, Tanay Nayak, Adi Asija, Nicole Kuznetsov, Mike A. Nal...

  13. [8192]

    furthermore

    This trend is consistent with the hypothesis that shorter evaluation tasks saturate at shorter training windows, while longer language modeling contexts benefit from longer train-time context before the long-context degradation appears. The downstream results in Table 5 follow...

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.