CLFeb 23, 2024

Fine-Grained Detoxification via Instance-Level Prefixes for Large Language Models

arXiv:2402.15202v22 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the issue of toxicity in LLMs for practical applications, representing an incremental improvement over existing methods.

The paper tackles the problem of large language models generating toxic content by proposing a fine-grained detoxification method using instance-level prefixes, which surpasses prompt-based baselines in reducing toxicity but slightly reduces fluency and diversity.

Impressive results have been achieved in natural language processing (NLP) tasks through the training of large language models (LLMs). However, these models occasionally produce toxic content such as insults, threats, and profanity in response to certain prompts, thereby constraining their practical utility. To tackle this issue, various finetuning-based and decoding-based approaches have been utilized to mitigate toxicity. However, these methods typically necessitate additional costs such as high-quality training data or auxiliary models. In this paper, we propose fine-grained detoxification via instance-level prefixes (FGDILP) to mitigate toxic text without additional cost. Specifically, FGDILP contrasts the contextualized representation in attention space using a positive prefix-prepended prompt against multiple negative prefix-prepended prompts at the instance level. This allows for constructing fine-grained subtoxicity vectors, which enables collaborative detoxification by fusing them to correct the normal generation process when provided with a raw prompt. We validate that FGDILP enables controlled text generation with regard to toxicity at both the utterance and context levels. Our method surpasses prompt-based baselines in detoxification, although at a slight cost to generation fluency and diversity.

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