TRIDENT: Enhancing Large Language Model Safety with Tri-Dimensional Diversified Red-Teaming Data Synthesis

arXiv cs.CL / 4/20/2026

💬 OpinionModels & Research

Key Points

  • The paper argues that existing LLM safety alignment datasets may not cover a full range of risks, often overemphasizing lexical diversity while missing other crucial dimensions of harmful behavior.
  • It proposes a three-dimensional risk-coverage framework—Lexical Diversity, Malicious Intent, and Jailbreak Tactics—to systematically evaluate and compare alignment datasets.
  • The authors introduce TRIDENT, an automated, persona-based, zero-shot LLM pipeline that synthesizes diverse harmful instructions across those dimensions, paired with ethically aligned responses.
  • The resulting datasets, TRIDENT-Core (26,311 examples) and TRIDENT-Edge (18,773 examples), are used to fine-tune Llama 3.1-8B, which shows an average 14.29% reduction in Harm Score and a 20% drop in Attack Success Rate versus the best WildBreak fine-tuning baseline.

Abstract

Large Language Models (LLMs) excel in various natural language processing tasks but remain vulnerable to generating harmful content or being exploited for malicious purposes. Although safety alignment datasets have been introduced to mitigate such risks through supervised fine-tuning (SFT), these datasets often lack comprehensive risk coverage. Most existing datasets focus primarily on lexical diversity while neglecting other critical dimensions. To address this limitation, we propose a novel analysis framework to systematically measure the risk coverage of alignment datasets across three essential dimensions: Lexical Diversity, Malicious Intent, and Jailbreak Tactics. We further introduce TRIDENT, an automated pipeline that leverages persona-based, zero-shot LLM generation to produce diverse and comprehensive instructions spanning these dimensions. Each harmful instruction is paired with an ethically aligned response, resulting in two datasets: TRIDENT-Core, comprising 26,311 examples, and TRIDENT-Edge, with 18,773 examples. Fine-tuning Llama 3.1-8B on TRIDENT-Edge demonstrates substantial improvements, achieving an average 14.29% reduction in Harm Score, and a 20% decrease in Attack Success Rate compared to the best-performing baseline model fine-tuned on the WildBreak dataset.

TRIDENT: Enhancing Large Language Model Safety with Tri-Dimensional Diversified Red-Teaming Data Synthesis | AI Navigate