CLAIOct 19, 2022

Language Detoxification with Attribute-Discriminative Latent Space

arXiv:2210.10329v2225 citationsh-index: 43
Originality Highly original
AI Analysis

This addresses the issue of toxic text limiting real-world applications of LMs, offering an efficient solution for detoxification.

The paper tackles the problem of toxic text generation by Transformer-based Language Models by proposing an attribute-discriminative latent space method, which significantly outperforms baselines in detoxification performance and efficiency with minimal memory and computation overhead.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes