Overview
Field: Machine Learning Authors: Zachary Speck, Asa Shepard Published: 2026-08-19 arXiv: 2608.19168
Abstract
A single training example's contribution to a finished model is normally estimated rather than measured, because measuring it takes two expensive full pre-training runs that differ in one row of one batch. The authors ran that counterfactual 24 times at a small scale. They trained 32 GPT-2 models at 124M parameters from scratch on OpenWebText, over four conditions and eight seeds.
At step 200 of 9,536, at peak learning rate, one row of a 256-row batch was replaced with a fixed context injection carrying a 194-token passage. The three injected conditions were:
1. Fluent prose with a corpus-attested subject 2. Fluent prose with a fabricated subject matched to it within 0.14% on full-batch gradient delta 3. Random keyboard characters
The fourth condition was an uninjected twin.
Findings
- Learning: 50 steps after injection, arms that saw the passage predicted it better than unseen arms, with cross-entropy differences of 0.039 and 0.044 nats, consistent across all eight of eight seeds (p<10^-4).
- Decay: At the final step, no difference was detected for either passage (p=0.25 and p=0.71, against minimum detectable effects of 0.025 and 0.079 nats), and no difference between the two passages (p=0.54). All geometric measurements were taken after this decay.
- Interpolation barrier: The pre-registered interpolation loss barrier contrast was +0.0068 (p=0.509), against a minimum detectable effect of 0.032 barrier units. Held-out cross-entropy was -0.00044 (p=0.310).
- Geometry: Per-layer centered kernel alignment showed no detectable separation on any condition at any layer. Weight displacement reached 44.1% of seed-to-seed Euclidean distance and was 92% stabilized before the training midpoint, while the barrier reached only 3.0% of seed-to-seed barrier — a gap of roughly 15x, which is a lower bound.
Conclusion
The injection repositions the model *within* its loss basin without moving it out of the basin. A single example is learned from one exposure, then its effect decays away, leaving no detectable lasting trace on the finished model.
---
Source: arXiv:2608.19168
*Auto-collected on 2026-08-21.*