SYNTHESIS NOTE
TopicsLLM Architecturethis note

Does optimal language model learning maximize data compression?

Can we derive principles for accelerating LM training by framing it as lossless compression? What does the optimal learning process look like when compression is the objective?

Synthesis note · 2026-06-03 · sourced from LLM Architecture

Most work on accelerating LM learning targets the model, optimizer, or data heuristically. This paper instead derives principles. It frames optimal learning through the "LM-training-as-lossless-compression" view: the objective is to maximize the data compression ratio. From that objective it derives a Learning Law — a property of the optimal-learning dynamics stating that, in the optimal process, all examples should be equally contributive to the model (validated on linear classification and real language modeling). And it shows empirically that optimal learning's payoff is concrete: it improves the coefficients of the scaling law, not merely the constant — meaning better learning shifts the whole compute-performance curve.

The keeper is the equivalence it leans on and the law it yields: if training is compression, then the best learning process is the one whose every example pulls its weight equally, and achieving that is what bends the scaling law favorably. It reframes "learn faster" from engineering tricks to a property of how contribution is distributed across data.

This deepens the vault's compression-as-learning thread. It extends Can text-trained models compress images better than specialized tools? from a property of trained models to a training objective, and it gives a theoretical complement to data-selection findings like Can we prune training data without hurting model performance? — though note the tension: data-pruning says examples differ in value, the Learning Law says the optimal process equalizes their contribution.

Inquiring lines that read this note 10

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? What critical LLM failures do standard benchmarks hide? Why do continual learning scenarios trigger catastrophic forgetting and interference? Which computational strategies best support reasoning in language models?

Related concepts in this collection 3

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

Concept map
13 direct connections · 104 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

optimal language model learning maximizes the data compression ratio and a learning law makes all examples equally contributive