You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ref/checks/jailbreak.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,37 +96,40 @@ When conversation history is available (e.g., in chat applications or agent work
96
96
97
97
### Dataset Description
98
98
99
-
This benchmark evaluates model performance on a diverse set of prompts:
99
+
This benchmark combines multiple public datasets and synthetic benign conversations:
100
100
101
-
-**Subset of the open source jailbreak dataset [JailbreakV-28k](https://huggingface.co/datasets/JailbreakV-28K/JailBreakV-28k)** (n=2,000)
102
-
-**Synthetic prompts** covering a diverse range of benign topics (n=1,000)
103
-
-**Open source [Toxicity](https://github.com/surge-ai/toxicity/blob/main/toxicity_en.csv) dataset** containing harmful content that does not involve jailbreak attempts (n=1,000)
101
+
-**Red Queen jailbreak corpus ([GitHub](https://github.com/kriti-hippo/red_queen/blob/main/Data/Red_Queen_Attack.zip))**: 14,000 positive samples collected with gpt-4o attacks.
-**Synthetic benign conversations**: 12,433 negative samples generated by seeding prompts from [WildGuardMix](https://huggingface.co/datasets/allenai/wildguardmix?utm_source=chatgpt.com) where `adversarial=false` and `prompt_harm_label=false`, then expanding each single-turn input into five-turn dialogues using gpt-4.1.
104
105
105
-
**Total n = 4,000; positive class prevalence = 2,000 (50.0%)**
106
+
**Total n = 31,106; positives = 18,673; negatives = 12,433**
107
+
108
+
For benchmarking, we randomly sampled 4,000 conversations from this pool using a 50/50 split between positive and negative samples.
0 commit comments