Towards Minimal Targeted Updates of Language Models with Targeted Negative Training
Lily H. Zhang, Rajesh Ranganath, Arya Tafvizi

TL;DR
This paper introduces Targeted Negative Training (TNT), a method for minimally updating language models to avoid undesirable outputs while preserving their overall capabilities, using negative examples from model generations.
Contribution
The paper formalizes minimal targeted updates and proposes TNT, a novel training method that effectively reduces unwanted outputs with minimal changes to the model.
Findings
TNT outperforms baselines in reducing undesirable outputs.
TNT maintains model capabilities better than existing methods.
The approach enables iterative updates to control model behavior.
Abstract
Generative models of language exhibit impressive capabilities but still place non-negligible probability mass over undesirable outputs. In this work, we address the task of updating a model to avoid unwanted outputs while minimally changing model behavior otherwise, a challenge we refer to as a minimal targeted update. We first formalize the notion of a minimal targeted update and propose a method to achieve such updates using negative examples from a model's generations. Our proposed Targeted Negative Training (TNT) results in updates that keep the new distribution close to the original, unlike existing losses for negative signal which push down probability but do not control what the updated distribution will be. In experiments, we demonstrate that TNT yields a better trade-off between reducing unwanted behavior and maintaining model generation behavior than baselines, paving the way…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech Recognition and Synthesis · Natural Language Processing Techniques
MethodsTransformer in Transformer
