SYNTHESIS NOTE
TopicsMechInterpthis note

Why do models produce less uncertain outputs on their own text?

Post-trained language models show 3-4x lower output entropy when continuing their own generations versus prefilled text. This explores what mechanism drives that confidence gap and whether it reflects genuine self-recognition.

Synthesis note · 2026-05-28 · sourced from MechInterp

The cleanest evidence that post-trained models recognize their own generations is an entropy gap: on-policy output distribution entropy is 3-4x lower than off-policy entropy, and this holds across model families and size classes. When a model continues its own trajectory it is far more confident than when it continues a context it did not produce. The recognition is not verbalized — it is implicitly encoded in the shape of the output distribution itself.

The mechanism the paper traces is an internal representation of input surprise: the model tracks how unlikely the most recent input token was relative to its own prior predictions, and this surprise signal causally modulates output entropy. A vivid instance appears with open-ended prompts. Post-trained models (unlike pretrained ones) collapse their uncertainty over the topic of the upcoming response before the first output token — they cache an intention. Violating that cached intention by prefilling a different-topic continuation drives output entropy back up, exposing the mismatch between the model's plan and the imposed context.

Why it matters: this connects to a broader picture of entropy as a controllable, mechanistically grounded variable rather than a side effect. It also has a practical edge for detection — the entropy signature is a behavioral fingerprint of on-policy versus off-policy context that does not require access to weights. But the counterpoint is sharp: an implicit signal that lowers entropy on self-generated text means models may grow systematically overconfident precisely on the outputs they author, which is the regime where their errors compound autoregressively.

Inquiring lines that read this note 18

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.

Do language models learn genuine linguistic structure or just surface patterns? What are the consequences of models training on synthetic data? Does AI fluency substitute for verifiable accuracy in human judgment? What determines success in training models on multiple tasks? Do reasoning traces faithfully represent or merely mimic actual model reasoning? Does self-reflection enable models to reliably correct their errors? Why should disagreement be treated as signal in collaborative reasoning? How does policy entropy collapse constrain reasoning-focused reinforcement learning? Can model confidence signals reliably improve reasoning quality and calibration? How do evaluation biases undermine LLM quality assessment systems? Why does training format shape reasoning strategy more than domain content? Is model self-awareness based on genuine introspection or pattern matching? What role does compression play in language model capability and generalization? Why does self-revision increase model confidence while degrading accuracy? What makes weaker teacher models effective for stronger student training?

Related concepts in this collection 4

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

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

on-policy output entropy is three to four times lower than off-policy because models track input surprise