CLJul 7, 2023

On the Efficacy of Sampling Adapters

CambridgeHarvard
arXiv:2307.03749v2234 citationsh-index: 27
Originality Incremental advance
AI Analysis

This work addresses a key issue in text generation for NLP practitioners, but it is incremental as it builds on existing sampling techniques.

The paper tackles the problem of incoherent text from standard ancestral sampling in language generation by proposing a unified framework called sampling adapters, showing that these adapters improve precision and correlate with higher sequence-level quality scores like Mauve.

Sampling is a common strategy for generating text from probabilistic models, yet standard ancestral sampling often results in text that is incoherent or ungrammatical. To alleviate this issue, various modifications to a model's sampling distribution, such as nucleus or top-k sampling, have been introduced and are now ubiquitously used in language generation systems. We propose a unified framework for understanding these techniques, which we term sampling adapters. Sampling adapters often lead to qualitatively better text, which raises the question: From a formal perspective, how are they changing the (sub)word-level distributions of language generation models? And why do these local changes lead to higher-quality text? We argue that the shift they enforce can be viewed as a trade-off between precision and recall: while the model loses its ability to produce certain strings, its precision rate on desirable text increases. While this trade-off is not reflected in standard metrics of distribution quality (such as perplexity), we find that several precision-emphasizing measures indeed indicate that sampling adapters can lead to probability distributions more aligned with the true distribution. Further, these measures correlate with higher sequence-level quality scores, specifically, Mauve.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes