On the Blind Spots of Model-Based Evaluation Metrics for Text Generation
On the Blind Spots of Model-Based Evaluation Metrics for Text Generation
复制标题
DOI:
10.48550/arxiv.2212.10020
复制
发表时间:
2022-12
期刊:
影响因子:
--
通讯作者:
Tianxing He;Jingyu Zhang;Tianle Wang;Sachin Kumar;Kyunghyun Cho;James R. Glass;Yulia Tsvetkov
中科院分区:
文献类型:
--
作者:
Tianxing He;Jingyu Zhang;Tianle Wang;Sachin Kumar;Kyunghyun Cho;James R. Glass;Yulia Tsvetkov
In this work, we explore a useful but often neglected methodology for robustness analysis of text generation evaluation metrics: stress tests with synthetic data. Basically, we design and synthesize a wide range of potential errors and check whether they result in a commensurate drop in the metric scores. We examine a range of recently proposed evaluation metrics based on pretrained language models, for the tasks of open-ended generation, translation, and summarization. Our experiments reveal interesting insensitivities, biases, or even loopholes in existing metrics. For example, we find that BERTScore is confused by truncation errors in summarization, and MAUVE (built on top of GPT-2) is insensitive to errors at the beginning or middle of generations. Further, we investigate the reasons behind these blind spots and suggest practical workarounds for a more reliable evaluation of text generation. We have released our code and data at https://github.com/cloudygoose/blindspot_nlg.