English

Language Detoxification with Attribute-Discriminative Latent Space

Computation and Language 2023-07-06 v2 Artificial Intelligence

Abstract

Transformer-based Language Models (LMs) have achieved impressive results on natural language understanding tasks, but they can also generate toxic text such as insults, threats, and profanity, limiting their real-world applications. To overcome this issue, a few text generation approaches aim to detoxify toxic texts using additional LMs or perturbations. However, previous methods require excessive memory, computations, and time which are serious bottlenecks in their real-world application. To address such limitations, we propose an effective yet efficient method for language detoxification using an attribute-discriminative latent space. Specifically, we project the latent space of an original Transformer LM onto a discriminative latent space that well-separates texts by their attributes using a projection block and an attribute discriminator. This allows the LM to control the text generation to be non-toxic with minimal memory and computation overhead. We validate our model, Attribute-Discriminative Language Model (ADLM) on detoxified language and dialogue generation tasks, on which our method significantly outperforms baselines both in performance and efficiency.

Keywords

Cite

@article{arxiv.2210.10329,
  title  = {Language Detoxification with Attribute-Discriminative Latent Space},
  author = {Jin Myung Kwak and Minseon Kim and Sung Ju Hwang},
  journal= {arXiv preprint arXiv:2210.10329},
  year   = {2023}
}

Comments

ACL 2023; *Equal contribution. Author ordering determined by coin flip

R2 v1 2026-06-28T03:58:17.463Z