CLLGMar 24, 2022

Mix and Match: Learning-free Controllable Text Generation using Energy Language Models

arXiv:2203.13299v290 citationsh-index: 11
AI Analysis

This addresses the need for flexible and efficient controllable text generation for NLP practitioners, offering a learning-free alternative to fine-tuning-based approaches.

The authors tackled the problem of controllable text generation without fine-tuning or structural assumptions by proposing Mix and Match LM, a method that combines pre-trained black-box models using an energy-based model and Metropolis-Hastings sampling, outperforming recent methods on various tasks.

Recent work on controlled text generation has either required attribute-based fine-tuning of the base language model (LM), or has restricted the parameterization of the attribute discriminator to be compatible with the base autoregressive LM. In this work, we propose Mix and Match LM, a global score-based alternative for controllable text generation that combines arbitrary pre-trained black-box models for achieving the desired attributes in the generated text without involving any fine-tuning or structural assumptions about the black-box models. We interpret the task of controllable generation as drawing samples from an energy-based model whose energy values are a linear combination of scores from black-box models that are separately responsible for fluency, the control attribute, and faithfulness to any conditioning context. We use a Metropolis-Hastings sampling scheme to sample from this energy-based model using bidirectional context and global attribute features. We validate the effectiveness of our approach on various controlled generation and style-based text revision tasks by outperforming recently proposed methods that involve extra training, fine-tuning, or restrictive assumptions over the form of models.

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