the.ai

Foundations / Training

verified

Exposure Bias

The consequence of Teacher Forcing: a model has only ever seen correct prefixes, so when its own output drifts it is somewhere it has no experience of, and it has no idea how to recover. One wrong token early can send a whole generation somewhere strange, and the model will continue confidently.

Viz primitive · budget-splitoff-distribution-steps = 8

off-distribution-steps holds 17% of the budget; rest holds the remaining 83%.

Generation steps spent on a prefix unlike anything in training, against steps still close to it, in steps. Drag the off-distribution count up to watch it take the generation — it rises with output length, which is why long outputs degrade and short ones do not.

8

Reviewed by opendroid · 2026-08-18

  • arXiv:1511.06732 — Sequence Level Training with Recurrent Neural Networks
  • arXiv:1506.03099 — Scheduled Sampling for Sequence Prediction with Recurrent Neural Networks