ShieldLM: Empowering LLMs as Aligned, Customizable and Explainable Safety Detectors
Zhexin Zhang, Yida Lu, Jingyuan Ma, Di Zhang, Rui Li, Pei Ke, Hao Sun, Lei Sha, Zhifang Sui, Hongning Wang, Minlie Huang
TL;DR
<3-5 sentence high-level summary> ShieldLM tackles the need for aligned, customizable, and explainable safety detectors for LLM outputs by building a bilingual, rule-aware dataset and training an LLM-based detector that can apply diverse safety standards without extensive instance-level labeling. It harnesses GPT-4 to generate explanations that accompany safety judgments, and introduces a mechanism to inject irrelevant rules during training to improve adaptability to new policies. Across multiple in-distribution and out-of-distribution test sets, ShieldLM achieves state-of-the-art performance, demonstrates strong customizability to different safety standards, and provides interpretable analyses that explain its decisions. The work also validates ShieldLM as a practical safety evaluator for assessing other LLMs, highlighting its potential to support safer deployment of conversational AI in real-world settings.
Abstract
The safety of Large Language Models (LLMs) has gained increasing attention in recent years, but there still lacks a comprehensive approach for detecting safety issues within LLMs' responses in an aligned, customizable and explainable manner. In this paper, we propose ShieldLM, an LLM-based safety detector, which aligns with common safety standards, supports customizable detection rules, and provides explanations for its decisions. To train ShieldLM, we compile a large bilingual dataset comprising 14,387 query-response pairs, annotating the safety of responses based on various safety standards. Through extensive experiments, we demonstrate that ShieldLM surpasses strong baselines across four test sets, showcasing remarkable customizability and explainability. Besides performing well on standard detection datasets, ShieldLM has also been shown to be effective as a safety evaluator for advanced LLMs. ShieldLM is released at \url{https://github.com/thu-coai/ShieldLM} to support accurate and explainable safety detection under various safety standards.
