paper-with-me

홈 › Papers

Perplexity from PLM Is Unreliable for Evaluating Text Quality

2022-10-12 · Yequan Wang, Jiawen Deng, Aixin Sun, Xuying Meng

Recently, amounts of works utilize perplexity~(PPL) to evaluate the quality of the generated text. They suppose that if the value of PPL is smaller, the quality(i.e. fluency) of the text to be evaluated is better. However, we find that the PPL referee is unqualified and it cannot evaluate the generated text fairly for the following reasons: (i) The PPL of short text is larger than long text, which goes against common sense, (ii) The repeated text span could damage the performance of PPL, and (iii) The punctuation marks could affect the performance of PPL heavily. Experiments show that the PPL is unreliable for evaluating the quality of given text. Last, we discuss the key problems with evaluating text quality using language models.

📄 PDF Abstract BibTeX arXiv:2210.05892

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense Reasoning

Similar Papers 제목 키워드 기반

Mirostat: A Neural Text Decoding Algorithm that Directly Controls Perplexity

2020-07-29 · ICLR 2021 1 · Sourya Basu, Govardana Sachitanandam Ramachandran, Nitish Shirish Keskar, Lav R. Varshney

Neural text decoding is important for generating high-quality texts using language models. To generate high-quality text, popular decoding algorithms like top-k, top-p (nucleus), and temperature-based sampling truncate o…

Language ModelingLanguage Modelling

Rethinking Perplexity: Revealing the Impact of Input Length on Perplexity Evaluation in LLMs

2026-02-04 · Letian Cheng, Junyan Wang, Yan Gao, Elliott Wen 외 arxiv

Perplexity is a widely adopted metric for assessing the predictive quality of large language models (LLMs) and often serves as a reference metric for downstream evaluations. However, recent evidence shows that perplexity…

What is Wrong with Perplexity for Long-context Language Modeling?

2024-10-31 · Lizhe Fang, Yifei Wang, Zhaoyang Liu, Chenheng Zhang 외

Handling long-context inputs is crucial for large language models (LLMs) in tasks such as extended conversations, document summarization, and many-shot in-context learning. While recent approaches have extended the conte…

Document SummarizationIn-Context LearningLanguage ModelingLanguage Modelling+1

DUEL: Exact Likelihood for Masked Diffusion via Deterministic Unmasking

2026-03-02 · Gilad Turok, Chris De Sa, Volodymyr Kuleshov arxiv

Masked diffusion models (MDMs) generate text by iteratively selecting positions to unmask and then predicting tokens at those positions. Yet MDMs lack proper likelihood evaluation: the evidence lower bound (ELBO) is not …

OPERA: Aligning Open-Ended Reasoning via Objective Perplexity-based Reinforcement Learning

2026-06-24 · Wenxuan Jiang, Zining Fan, Zijian Zhang, Xuecheng Wu 외 arxiv

Reinforcement Learning (RL) has enabled LLMs to excel in objective reasoning tasks such as mathematics and code generation. However, applying RL to open-ended tasks, such as creative writing, remains challenging because …

Reinforcement LearningCode Generation