Announcing Native BM25 Ranking in AlloyDB and Cloud SQL
cloud.google.com·1d ago
TL;DR
Generative perplexity (gen-PPL), a common metric for evaluating language models, fails to assess text quality beyond predictability. The authors developed naive samplers that achieved state-of-the-art gen-PPL scores while producing incoherent text.
✦ Why It Matters
Engineers and researchers should adopt distributional metrics for more accurate evaluations of language model outputs.
Key Takeaways
How It Works
The authors demonstrate that generative perplexity only measures predictability based on an autoregressive model, neglecting the actual quality of generated text. They constructed naive samplers that, despite being simple, achieved high gen-PPL scores, highlighting the metric's limitations.
Related