CLLGDec 15, 2021

Simple Text Detoxification by Identifying a Linear Toxic Subspace in Language Model Embeddings

arXiv:2112.08346v1
Originality Incremental advance
AI Analysis

This work addresses the limitation of real-world usage for language models due to toxicity, offering a method to detoxify text, though it appears incremental as it builds on existing subspace removal techniques.

The authors tackled the problem of language models encoding toxic information by hypothesizing and identifying a low-dimensional toxic subspace in their embeddings, and demonstrated that removing this subspace effectively eliminates toxic representations from sentence outputs.

Large pre-trained language models are often trained on large volumes of internet data, some of which may contain toxic or abusive language. Consequently, language models encode toxic information, which makes the real-world usage of these language models limited. Current methods aim to prevent toxic features from appearing generated text. We hypothesize the existence of a low-dimensional toxic subspace in the latent space of pre-trained language models, the existence of which suggests that toxic features follow some underlying pattern and are thus removable. To construct this toxic subspace, we propose a method to generalize toxic directions in the latent space. We also provide a methodology for constructing parallel datasets using a context based word masking system. Through our experiments, we show that when the toxic subspace is removed from a set of sentence representations, almost no toxic representations remain in the result. We demonstrate empirically that the subspace found using our method generalizes to multiple toxicity corpora, indicating the existence of a low-dimensional toxic subspace.

Foundations

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

Your Notes