Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Plug and Play Language Models: A Simple Approach to Controlled Text Generation

About

Large transformer-based language models (LMs) trained on huge text corpora have shown unparalleled generation capabilities. However, controlling attributes of the generated language (e.g. switching topic or sentiment) is difficult without modifying the model architecture or fine-tuning on attribute-specific data and entailing the significant cost of retraining. We propose a simple alternative: the Plug and Play Language Model (PPLM) for controllable language generation, which combines a pretrained LM with one or more simple attribute classifiers that guide text generation without any further training of the LM. In the canonical scenario we present, the attribute models are simple classifiers consisting of a user-specified bag of words or a single learned layer with 100,000 times fewer parameters than the LM. Sampling entails a forward and backward pass in which gradients from the attribute model push the LM's hidden activations and thus guide the generation. Model samples demonstrate control over a range of topics and sentiment styles, and extensive automated and human annotated evaluations show attribute alignment and fluency. PPLMs are flexible in that any combination of differentiable attribute models may be used to steer text generation, which will allow for diverse and creative applications beyond the examples given in this paper.

Sumanth Dathathri, Andrea Madotto, Janice Lan, Jane Hung, Eric Frank, Piero Molino, Jason Yosinski, Rosanne Liu• 2019

Related benchmarks

TaskDatasetResultRank
Safety EvaluationHarmBench
ASR48.5
148
Language model detoxificationRealToxicityPrompts (test)
Distinct-158
54
Helpfulness alignmentHHH Alignment
Win Rate (WR)53.7
44
DetoxificationJigsaw (test)
Perplexity (PPL)63.2
29
LLM AlignmentHarmlessness
WR37.6
27
Sentiment SteeringOpenWebText Neutral to Positive (test)
Perplexity (PPL)142.1
27
Sentiment SteeringOpenWebText Neutral to Negative (test)
Perplexity (PPL)181.8
27
Controllable Text GenerationYelp (test)
Perplexity (PPL)11.8
20
Honesty AlignmentHHH Alignment
Win Rate (WR)32.8
20
Controllable Language Generation-ve Sentiment Pointwise Constraint
Dist-30.859
17
Showing 10 of 57 rows

Other info

Follow for update