2022/02/28 by Siyang Liu, Liu, Siyang, Sahand Sabour +9 · 9 citations
Computer Science · #Artificial Intelligence (cs.AI) #Computation and Language (cs.CL) #FOS: Computer and information sciences #I.2.7 #Multimodal Machine Learning Applications #Natural Language Processing Techniques #Speech and dialogue systems #cs.AI #cs.CL
paper · pdf · doi:10.48550/arxiv.2202.13587
4 pages, to be published at ACL2022
openalex publication_date 2022/02/28 · arxiv created 2022/04/03 · arxiv updated 2022/04/05 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
Distinct-n score\citeLi2016 is a widely used automatic metric for evaluating diversity in language generation tasks. However, we observed that the original approach for calculating distinct scores has evident biases that tend to assign higher penalties to longer sequences. We refine the calculation of distinct scores by scaling the number of distinct tokens based on their expectations. We provide both empirical and theoretical evidence to show that our method effectively removes the biases existing in the original distinct score. Our experiments show that our proposed metric, Expectation-Adjusted Distinct (EAD), correlates better with human judgment in evaluating response diversity. To foster future research, we provide an example implementation at \urlhttps://github.com/lsy641/Expectation-Adjusted-Distinct.