CLAIJan 10, 2024

Generating Diverse and High-Quality Texts by Minimum Bayes Risk Decoding

arXiv:2401.05054v230 citationsh-index: 13ACL
AI Analysis

This work addresses the problem of improving text diversity without sacrificing quality for users of text generation systems, representing an incremental advancement over existing MBR-based methods.

The paper tackles the challenge of generating both high-quality and diverse text outputs by proposing two new decoding algorithms, Diverse MBR (DMBR) and k-medoids MBR (KMBR), which enforce diversity objectives onto Minimum Bayes-Risk (MBR) decoding. The results show that these methods achieve a better trade-off between quality and diversity compared to existing diverse beam search and sampling algorithms on various text generation tasks.

One of the most important challenges in text generation systems is to produce outputs that are not only correct but also diverse. Recently, Minimum Bayes-Risk (MBR) decoding has gained prominence for generating sentences of the highest quality among the decoding algorithms. However, existing algorithms proposed for generating diverse outputs are predominantly based on beam search or random sampling, thus their output quality is capped by these underlying methods. In this paper, we investigate an alternative approach -- we develop diversity-promoting decoding algorithms by enforcing diversity objectives to MBR decoding. We propose two variants of MBR, Diverse MBR (DMBR) and $k$-medoids MBR (KMBR), methods to generate a set of sentences with high quality and diversity. We evaluate DMBR and KMBR on a variety of directed text generation tasks using encoder-decoder models and a large language model with prompting. The experimental results show that the proposed method achieves a better trade-off than the diverse beam search and sampling algorithms.

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