SYNTHESIS NOTE
TopicsCognitive Models Latentthis note

Can we measure what a model truly learned?

Existing compression methods confound learning with irrelevant factors like model size and data entropy. Can we isolate a pure measure of what a model actually learned from its training?

Synthesis note · 2026-07-17 · sourced from Cognitive Models Latent
What happens to social order when AI removes ritual constraints? How do you navigate synthesis across fragmented research topics?

Compression is the operational test of generalization: a model that can encode its training data as a short code has found the regularities that let it generalize, in the spirit of Occam's razor. The trouble is that existing compressors measure the wrong thing. Parameter-based methods like quantization produce codes whose length scales with model size, no matter how little information the parameters actually store. Prequential coding avoids that by coding the training trajectory, but it codes the exact data sequence regardless of how much the model learned — so high-entropy data yields a large code even when the learned function is simple. Both confound "how much the model learned" with quantities unrelated to learning.

Requential coding removes both confounds. A teacher model selects training samples drawn from the student's own distribution, and the code records only those selections — which cost bits only where teacher and student disagree. Where they already agree, nothing is transmitted. The resulting code length depends on neither parameter count nor data entropy, and comes out orders of magnitude shorter than the prequential version, with the gap widening at scale. This is a sharper instrument for the same claim behind Can text-trained models compress images better than specialized tools? and it directly addresses the failure that Why do Shannon and Kolmogorov measures fail to value data? identifies: prior compressors mismeasure learned content because they let irrelevant quantities dominate. By coding only disagreement, requential coding finally isolates the signal — which means we can compare how simple two models really are even when their sizes differ wildly.

Inquiring lines that read this note 5

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

What role does compression play in language model capability and generalization?

Related concepts in this collection 2

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
12 direct connections · 101 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

requential coding measures a model's true simplicity by coding only where a student disagrees with a teacher — making compressed size independent of parameter count and data entropy