Benchgen

WildGuardTest (Prompt) — Results

RankModelScore
1qwen3guard-8b88.2
2shieldstral-1-088.1
3gpt-oss-safeguard-20b87.3
4nemotron-3-5-content-safety-4b84.4
5llamaguard-4-12b74.3
6shieldgemma-9b46
W

WildGuardTest (Prompt)

1 phaseActive

AI2's held-out safety test set for prompt-harm classification. 1,725 human-annotated items, F1 metric. From the WildGuard paper (Han et al., 2024).

Overview

WildGuardTest (Prompt)

Category Metric Saturation

Paper GitHub

Quick answer: WildGuardTest (Prompt) measures whether a safety classifier correctly identifies harmful user prompts, using a 1,725-item, human-annotated held-out test set from AI2's WildGuardMix. It's one of three tasks scored on the same test set — this page covers prompt-harm classification specifically; response classification and refusal detection are scored separately.

At a Glance

What it tests: Binary classification of whether a user's prompt is harmful, across vanilla (direct) and adversarial (jailbreak-style) phrasing. Why it matters: WildGuardMix combines synthetic data, in-the-wild user–LLM interactions, and existing annotator-written data across 13 risk subcategories, making WildGuardTest one of the more broadly-sourced prompt-harm benchmarks used to evaluate guard models. Known limitations: English-only; labels are derived from GPT-4 annotation audited by human raters (moderate-to-substantial inter-annotator agreement, Fleiss κ ≈ 0.55 for prompt harm).

What WildGuardTest (Prompt) Measures

WildGuardTest is the held-out evaluation split of WildGuardMix, a safety moderation dataset built to train and evaluate WildGuard, AI2's open one-stop moderation model. The test set contains 1,725 items spanning both vanilla and adversarial prompts (55%/45% split), covering four top-level risk categories — privacy, misinformation, harmful language, and malicious uses — broken into 13 fine-grained subcategories. Each item is annotated for prompt harmfulness by three independent raters, with labels retained only where a resolvable majority exists.

Prompt classification specifically asks: given a user's request (with no model response yet available), is the request itself harmful? This differs from response classification (does the model's answer contain harmful content) and refusal detection (did the model decline to answer) — WildGuardTest reports all three as separate metrics on the same underlying item set.

Benchmark Specifications

FieldValue
Task categorySafety / content moderation
MetricF1 score (%)
Test set size1,725 items
Risk categories4 top-level, 13 subcategories
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 (Prompt) Is Scored

Each of the 1,725 test items is labeled harmful/unharmful by human-audited annotation. A classifier's predictions are compared against ground truth and scored as F1 — the harmonic mean of precision and recall on the harmful class.

State-of-the-Art Results

Scores from the Shieldstral model card (Mistral AI, August 2026). F1 (%), 0.5 classification threshold except where noted.

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

WildGuardTest (Prompt) on Benchgen

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

WildGuardTest (Prompt) vs Other Benchmarks

BenchmarkWhat it testsTest sizeSaturation
WildGuardTest (Prompt)Prompt-harm classification1,725Medium
ToxicChatReal-world toxicity in chatbot queries10,165Medium
Aegis v2 (Prompt)Prompt classification, 12-category taxonomy1,964Medium
OpenAI ModerationMulti-category content moderation1,680Medium

Run WildGuardTest (Prompt) on Your Model

Benchgen tracks version-controlled, regression-tested guard-model performance — run your safety classifier against WildGuardTest to see how it holds up against Shieldstral and other guard models as policies and traffic evolve.

Frequently Asked Questions

What is WildGuardTest? WildGuardTest is the held-out evaluation split (1,725 items) of AI2's WildGuardMix dataset, used to score safety classifiers on prompt-harm classification, response-harm classification, and refusal detection.
What does a good score look like? The strongest guard models score in the high-80s to low-90s F1 on prompt classification as of August 2026; scores in the 40–70s indicate a substantially weaker classifier.
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.