Zenaique
Glossary · Evaluation

Perplexity

Also known as: PPL

Exp(average cross-entropy) on held-out text; lower means the model is less surprised by real data.

An intrinsic evaluation metric for language models: the exponential of the average negative log-likelihood per token. Lower perplexity means the model assigns higher probability to held-out text: a better generative fit.

In practice

Standard metric for pre-training quality. Interviews probe its weakness (poor proxy for instruction-following) and why it's not used for chat eval.

How it compares

Perplexity is one specific automated metric; LLM evaluation is the umbrella practice spanning many.

Related topics

Related terms