paper-with-me

Papers

MAUVE Scores for Generative Models: Theory and Practice

2022-12-30 · Krishna Pillutla, Lang Liu, John Thickstun, Sean Welleck, Swabha Swayamdipta, Rowan Zellers, Sewoong Oh, Yejin Choi, Zaid Harchaoui

Generative artificial intelligence has made significant strides, producing text indistinguishable from human prose and remarkably photorealistic images. Automatically measuring how close the generated data distribution is to the target distribution is central to diagnosing existing models and developing better ones. We present MAUVE, a family of comparison measures between pairs of distributions such as those encountered in the generative modeling of text or images. These scores are statistical summaries of divergence frontiers capturing two types of errors in generative modeling. We explore three approaches to statistically estimate these scores: vector quantization, non-parametric estimation, and classifier-based estimation. We provide statistical bounds for the vector quantization approach. Empirically, we find that the proposed scores paired with a range of $f$-divergences and statistical estimation methods can quantify the gaps between the distributions of human-written text and those of modern neural language models by correlating with human judgments and identifying known properties of the generated texts. We demonstrate in the vision domain that MAUVE can identify known properties of generated images on par with or better than existing metrics. In conclusion, we present practical recommendations for using MAUVE effectively with language and image modalities.

📄 PDF Abstract BibTeX arXiv:2212.14578

Code (1)

krishnap25/mauve pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

On the Usefulness of Embeddings, Clusters and Strings for Text Generator Evaluation

2022-05-31 · Tiago Pimentel, Clara Meister, Ryan Cotterell

A good automatic evaluation metric for language generation ideally correlates highly with human judgements of text quality. Yet, there is a dearth of such metrics, which inhibits the rapid and efficient progress of langu…

Language ModellingText Generation

MAUVE: Measuring the Gap Between Neural Text and Human Text using Divergence Frontiers

2021-02-02 · NeurIPS 2021 12 · Krishna Pillutla, Swabha Swayamdipta, Rowan Zellers, John Thickstun 외

As major progress is made in open-ended text generation, measuring how close machine-generated text is to human language remains a critical open problem. We introduce MAUVE, a comparison measure for open-ended text gener…

Text Generation

From Aesthetics to Human Preferences: Comparative Perspectives of Evaluating Text-to-Music Systems

2025-04-30 · huan zhang, Jinhua Liang, Huy Phan, Wenwu Wang 외

Evaluating generative models remains a fundamental challenge, particularly when the goal is to reflect human preferences. In this paper, we use music generation as a case study to investigate the gap between automatic ev…

Music Generation

An Empirical Study On Contrastive Search And Contrastive Decoding For Open-ended Text Generation

2022-11-19 · Yixuan Su, Jialu Xu

In the study, we empirically compare the two recently proposed decoding methods, i.e. Contrastive Search (CS) and Contrastive Decoding (CD), for open-ended text generation. The automatic evaluation results suggest that, …

DiversityText Generation

Advancing Decoding Strategies: Enhancements in Locally Typical Sampling for LLMs

2025-06-03 · Jaydip Sen, Saptarshi Sengupta, Subhasis Dasgupta

This chapter explores advancements in decoding strategies for large language models (LLMs), focusing on enhancing the Locally Typical Sampling (LTS) algorithm. Traditional decoding methods, such as top-k and nucleus samp…

Abstractive Text SummarizationComputational EfficiencyDiversityStory Generation+1