English

A Distributional Approach to Controlled Text Generation

Computation and Language 2021-05-07 v2 Artificial Intelligence Machine Learning

Abstract

We propose a Distributional Approach for addressing Controlled Text Generation from pre-trained Language Models (LMs). This approach permits to specify, in a single formal framework, both "pointwise" and "distributional" constraints over the target LM -- to our knowledge, the first model with such generality -- while minimizing KL divergence from the initial LM distribution. The optimal target distribution is then uniquely determined as an explicit EBM (Energy-Based Model) representation. From that optimal representation we then train a target controlled Autoregressive LM through an adaptive distributional variant of Policy Gradient. We conduct a first set of experiments over pointwise constraints showing the advantages of our approach over a set of baselines, in terms of obtaining a controlled LM balancing constraint satisfaction with divergence from the initial LM. We then perform experiments over distributional constraints, a unique feature of our approach, demonstrating its potential as a remedy to the problem of Bias in Language Models. Through an ablation study, we show the effectiveness of our adaptive technique for obtaining faster convergence. (Code available at https://github.com/naver/gdc)

Keywords

Cite

@article{arxiv.2012.11635,
  title  = {A Distributional Approach to Controlled Text Generation},
  author = {Muhammad Khalifa and Hady Elsahar and Marc Dymetman},
  journal= {arXiv preprint arXiv:2012.11635},
  year   = {2021}
}

Comments

ICLR 2021 camera-ready version

R2 v1 2026-06-23T21:09:48.828Z