Benchgen

WildGuardTest (Response) — Results

RankModelScore
1gpt-oss-safeguard-20b80.7
2shieldstral-1-080.4
3qwen3guard-8b79.6
4nemotron-3-5-content-safety-4b77.6
5llamaguard-4-12b66.8
6shieldgemma-9b34.5
W

WildGuardTest (Response)

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).

Overview

WildGuardTest (Response)

Category Metric Saturation

Paper GitHub

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.

At a Glance

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.

What WildGuardTest (Response) Measures

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.

Benchmark Specifications

FieldValue
Task categorySafety / content moderation
MetricF1 score (%)
Test set size1,725 items
Created byHan, Rao, Ettinger, Jiang, Lin, Lambert, Choi, Dziri (Allen Institute for AI)
PaperWildGuard (arXiv 2406.18495)
GitHuballenai/wildguard
Datasetallenai/wildguardmix
LicenseODC-BY (dataset), Apache 2.0 (model)

How WildGuardTest (Response) Is Scored

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.

State-of-the-Art Results

Scores from the Shieldstral model card (Mistral AI, August 2026). F1 (%).

Scores sourced from Mistral AI's published model card, shown for context. Not Benchgen measurements.

WildGuardTest (Response) on Benchgen

No Benchgen results yet — be the first to run WildGuardTest (Response).

WildGuardTest (Response) vs Other Benchmarks

BenchmarkWhat it testsTest sizeSaturation
WildGuardTest (Response)Response-harm classification1,725Medium
Aegis v2 (Response)Response classification, 12-category taxonomy1,964Medium
HarmBench (Response)Jailbreak-response harm detection400Medium
BeaverTailsQA-pair harm classification~700Medium

Run WildGuardTest (Response) on Your Model

Benchgen tracks version-controlled, regression-tested guard-model performance — submit your classifier's response-harm scores to compare against Shieldstral and other guard models.

Frequently Asked Questions

What is WildGuardTest (Response)? It's the response-harm classification task scored on AI2's 1,725-item WildGuardTest set — judging whether a model's reply to a prompt is harmful, as opposed to judging the prompt itself.
Why does response classification score lower than prompt classification? Response harm depends on context (the prompt-response pair) and has lower human inter-annotator agreement in the original study, making it a harder, noisier signal to fit than prompt-only classification.
Who created WildGuardTest? The Allen Institute for AI (AI2), introduced in "WildGuard: Open One-Stop Moderation Tools for Safety Risks, Jailbreaks, and Refusals of LLMs" (Han et al., NeurIPS 2024).

Last updated 2026-08-12.