Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Word Embeddings Are Steers for Language Models

About

Language models (LMs) automatically learn word embeddings during pre-training on language corpora. Although word embeddings are usually interpreted as feature vectors for individual words, their roles in language model generation remain underexplored. In this work, we theoretically and empirically revisit output word embeddings and find that their linear transformations are equivalent to steering language model generation styles. We name such steers LM-Steers and find them existing in LMs of all sizes. It requires learning parameters equal to 0.2% of the original LMs' size for steering each style. On tasks such as language model detoxification and sentiment control, LM-Steers can achieve comparable or superior performance compared with state-of-the-art controlled generation methods while maintaining a better balance with generation quality. The learned LM-Steer serves as a lens in text styles: it reveals that word embeddings are interpretable when associated with language model generations and can highlight text spans that most indicate the style differences. An LM-Steer is transferrable between different language models by an explicit form calculation. One can also continuously steer LMs simply by scaling the LM-Steer or compose multiple LM-Steers by adding their transformations. Our codes are publicly available at \url{https://github.com/Glaciohound/LM-Steer}.

Chi Han, Jialiang Xu, Manling Li, Yi Fung, Chenkai Sun, Nan Jiang, Tarek Abdelzaher, Heng Ji• 2023

Related benchmarks

TaskDatasetResultRank
Language model detoxificationRealToxicityPrompts (test)
Distinct-156
54
Sentiment SteeringOpenWebText Neutral to Positive (test)
Perplexity (PPL)41.2
27
Sentiment SteeringOpenWebText Neutral to Negative (test)
Perplexity (PPL)57.74
27
Controlled Text GenerationBase Language Model Efficiency Comparison
Speed Ratio1.24
8
Toxic Language SuppressionRealToxicityPrompts 10K nontoxic prompts GPT2-large generation (test)
Max Toxicity0.249
7
Language model detoxificationHuman Evaluation 50 generations (test)
Detoxification Count0.49
6
Compositional Steering2-behavior combinations (seen)
Accuracy0.181
6
Compositional Steering2-behavior combinations (unseen split)
Accuracy13.4
6
Compositional Steering3-behavior combinations (seen)
Accuracy2.2
6
Compositional Steering3-behavior combinations (unseen split)
Accuracy2.1
6
Showing 10 of 10 rows

Other info

Follow for update