What is language model token entropy?

Definition

Language model token entropy is high when probability is spread across many plausible next tokens and low when one or a few continuations dominate. It is calculated from the next-token probability distribution and changes with context, decoding settings, and model behavior.

Watermarking has more flexibility at high-entropy steps because several substitutions can remain natural. Low-entropy tasks provide less room to encode a signal without changing meaning or quality, which makes short factual answers difficult to watermark robustly.

Acronyms and aliases

LLM token entropy acronymnext-token entropy variant

Frequently asked questions

What does high language model token entropy mean?

It means the model assigns meaningful probability to several possible next tokens rather than strongly preferring only one.

Why does low token entropy weaken text watermarking?

Few interchangeable choices are available, so forcing a preferred token can damage quality and avoiding force produces little detectable signal.

Videos explaining language model token entropy