2022

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

Mireshghallah, Fatemehsadat, Goyal, Kartik, Berg-Kirkpatrick, Taylor

Understand

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.

Reading the bibliography…