Rethinking Toxicity Evaluation in Large Language Models: A Multi-Label Perspective
Zhiqiang Kou, Junyang Chen, Xin-Qiang Cai, Ming-Kun Xie, Biao Liu, Changwei Wang, Lei Feng, Yuheng Jia, Gang Niu, Masashi Sugiyama, Xin Geng
TL;DR
This work tackles the problem that toxicity in LLMs is inherently multi-label and often misrepresented by single-label benchmarks. It introduces three unified 15-category benchmarks—Q-A-MLL, R-A-MLL, H-X-MLL—for robust, fine-grained toxicity evaluation and builds LEPL-MLL, a pseudo-labeling framework that leverages partial supervision, contrastive label enhancement, and a GCN to model label correlations. A key theoretical contribution shows that, under favorable unreliability degrees, pseudo-labels can achieve lower risk and better sample efficiency than traditional single-label learning. Empirically, LEPL-MLL outperforms strong baselines including GPT‑4o and DeepSeek across all benchmarks and remains effective under reduced label coverage, enabling scalable, cost-efficient LLM safety alignment with practical impact for deployment and evaluation.
Abstract
Large language models (LLMs) have achieved impressive results across a range of natural language processing tasks, but their potential to generate harmful content has raised serious safety concerns. Current toxicity detectors primarily rely on single-label benchmarks, which cannot adequately capture the inherently ambiguous and multi-dimensional nature of real-world toxic prompts. This limitation results in biased evaluations, including missed toxic detections and false positives, undermining the reliability of existing detectors. Additionally, gathering comprehensive multi-label annotations across fine-grained toxicity categories is prohibitively costly, further hindering effective evaluation and development. To tackle these issues, we introduce three novel multi-label benchmarks for toxicity detection: \textbf{Q-A-MLL}, \textbf{R-A-MLL}, and \textbf{H-X-MLL}, derived from public toxicity datasets and annotated according to a detailed 15-category taxonomy. We further provide a theoretical proof that, on our released datasets, training with pseudo-labels yields better performance than directly learning from single-label supervision. In addition, we develop a pseudo-label-based toxicity detection method. Extensive experimental results show that our approach significantly surpasses advanced baselines, including GPT-4o and DeepSeek, thus enabling more accurate and reliable evaluation of multi-label toxicity in LLM-generated content.
