| Rank | Model | Score |
|---|---|---|
| 1 | gpt-oss-safeguard-20b | 80.7 |
| 2 | shieldstral-1-0 | 80.4 |
| 3 | qwen3guard-8b | 79.6 |
| 4 | nemotron-3-5-content-safety-4b | 77.6 |
| 5 | llamaguard-4-12b | 66.8 |
| 6 | shieldgemma-9b | 34.5 |
1 phaseActive
AI2's held-out safety test set for response-harm classification. 1,725 human-annotated items, F1 metric. From the WildGuard paper (Han et al., 2024).
Quick answer: WildGuardTest (Response) measures whether a safety classifier correctly identifies harmful model outputs, using the same 1,725-item test set as WildGuardTest (Prompt) but scoring the response-harm label instead. Response classification is generally the harder task of the two.
What it tests: Binary classification of whether an AI model's response to a prompt is harmful, given both the prompt and the response. Why it matters: Response moderation must account for context — the same response text can be harmful or benign depending on the prompt it answers, making this a meaningfully different (and often lower-scoring) task than prompt classification. Known limitations: English-only; response harm labels have lower inter-annotator agreement (Fleiss κ ≈ 0.50) than prompt harm labels in the original WildGuard study.
Using the same 1,725-item WildGuardTest split as the prompt-classification task, this benchmark scores the response_harm_label field instead of prompt_harm_label. A classifier must judge whether the model's reply — not just the user's request — contains harmful content, correctly handling cases like a harmful prompt met with a safe refusal, or a benign prompt met with an unexpectedly harmful completion.
| Field | Value |
|---|---|
| Task category | Safety / content moderation |
| Metric | F1 score (%) |
| Test set size | 1,725 items |
| Created by | Han, Rao, Ettinger, Jiang, Lin, Lambert, Choi, Dziri (Allen Institute for AI) |
| Paper | WildGuard (arXiv 2406.18495) |
| GitHub | allenai/wildguard |
| Dataset | allenai/wildguardmix |
| License | ODC-BY (dataset), Apache 2.0 (model) |
Each item's ground-truth response-harm label is compared to the classifier's prediction and scored as F1 across the full 1,725-item set.
Scores from the Shieldstral model card (Mistral AI, August 2026). F1 (%).
| Rank | Model | Score | Source | Date |
|---|---|---|---|---|
| 1 | GPT-OSS-Safeguard-20B | 80.7% | Mistral AI model card | 2026-08 |
| 2 | Shieldstral 1.0 | 80.4% | Mistral AI model card | 2026-08 |
| 3 | Qwen3Guard-8B | 79.6% | Mistral AI model card | 2026-08 |
| 4 | Nemotron-3.5-Content-Safety-4B | 77.6% | Mistral AI model card | 2026-08 |
| 5 | LlamaGuard-4-12B | 66.8% | Mistral AI model card | 2026-08 |
| 6 | ShieldGemma-9B | 34.5% | Mistral AI model card | 2026-08 |
Scores sourced from Mistral AI's published model card, shown for context. Not Benchgen measurements.
No Benchgen results yet — be the first to run WildGuardTest (Response).
| Benchmark | What it tests | Test size | Saturation |
|---|---|---|---|
| WildGuardTest (Response) | Response-harm classification | 1,725 | Medium |
| Aegis v2 (Response) | Response classification, 12-category taxonomy | 1,964 | Medium |
| HarmBench (Response) | Jailbreak-response harm detection | 400 | Medium |
| BeaverTails | QA-pair harm classification | ~700 | Medium |
Benchgen tracks version-controlled, regression-tested guard-model performance — submit your classifier's response-harm scores to compare against Shieldstral and other guard models.
Last updated 2026-08-12.