CLFeb 26, 2023

Tailoring Language Generation Models under Total Variation Distance

Tsinghua
arXiv:2302.13344v133 citationsh-index: 74
Originality Incremental advance
AI Analysis

This addresses a key issue in language generation for AI applications, offering a method to enhance text quality without sacrificing diversity, though it is incremental as it builds on existing distributional approaches.

The authors tackled the problem of text degeneration in neural language generation by proposing a new objective based on total variation distance, which reduces overestimation of corrupted sequences and improves generation quality across multiple tasks.

The standard paradigm of neural language generation adopts maximum likelihood estimation (MLE) as the optimizing method. From a distributional view, MLE in fact minimizes the Kullback-Leibler divergence (KLD) between the distribution of the real data and that of the model. However, this approach forces the model to distribute non-zero (sometimes large) probability mass to all training samples regardless of their quality. Moreover, in the attempt to cover the low-probability regions in the data distribution, the model systematically overestimates the probability of corrupted text sequences, which we conjecture is one of the main reasons for text degeneration during autoregressive decoding. To remedy this problem, we leverage the total variation distance (TVD) with its robustness to outliers, and develop practical bounds to apply it to language generation. Then, we introduce the TaiLr objective that balances the tradeoff of estimating TVD. Intuitively, TaiLr downweights real data samples that have low model probabilities with tunable penalization intensity. Experimental results show that our method alleviates the overestimation of degenerated sequences without sacrificing diversity and improves generation quality on a wide range of text generation tasks.

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