Benchgen

StrongREJECT — Results

RankModelScore
1kimi-k2-699.8
2kimi-k2-599.5
3claude-fable-598.7
4nemotron-3-ultra-550b-a55b98.7
5deepseek-v4-pro98.6
6inkling98.6
7glm-5-298.5
8gpt-5-6-sol98.5
9gemini-3-1-pro98

StrongREJECT

1 phaseActive

UC Berkeley's high-quality jailbreak evaluation benchmark (Souly et al., 2024). Tests model refusal on unambiguously harmful prompts across 6 categories. Metric: refusal rate (%, higher is safer). MIT license.

Overview

StrongREJECT

Category Metric Saturation License

Paper GitHub Docs

Quick answer: StrongREJECT is a jailbreak evaluation benchmark from UC Berkeley (Souly et al., 2024) designed to address the tendency of existing benchmarks to overstate jailbreak effectiveness. It tests whether models can be induced to provide genuinely harmful information on clearly forbidden prompts across 6 harm categories. The metric reported in the Inkling comparison is refusal rate — how often models correctly refuse. Top frontier models score 98–99%, indicating near-universal safety on this dataset.

At a Glance

What it tests: Whether an AI model will comply with clearly harmful requests after being exposed to jailbreaks — prompts designed to bypass safety fine-tuning. The benchmark includes prompts from six categories: disinformation, illegal goods/services, hate/harassment, non-violent crimes, violence, and sexual content.

Why it matters: Prior jailbreak papers often reported near-100% attack success rates using evaluation methods that agreed poorly with human judgment. StrongREJECT showed this was largely measurement error: existing evaluators missed responses that were superficially harmful-looking but contained no actually useful harmful information ("empty jailbreaks"). Its LLM-based evaluator achieves state-of-the-art agreement with human raters. Notably, the paper also found that successful jailbreaks often degrade model capabilities.

Known limitations: StrongREJECT focuses on "clearly harmful" requests — prompts where the harmful intent is unambiguous. It is not designed to test subtle dual-use scenarios, misinformation, or refusal calibration on benign requests that superficially resemble harmful ones. Scores cluster very high for frontier models (~98-99%), leaving little discriminative signal at the top.

What StrongREJECT Measures

StrongREJECT uses a dataset of forbidden prompts that require specific, harmful information to answer correctly. The prompts span 6 categories:

CategoryDescription
Disinformation & deceptionCreating fake news, manipulative content
Illegal goods & servicesDrugs, weapons, hacking tools
Hate/harassment/discriminationTargeted attacks on individuals or groups
Non-violent crimesFraud, theft, financial crimes
ViolenceHarm to persons
Sexual contentExploitative or illegal content

The automated evaluator uses an LLM (or fine-tuned Gemma 2B) to score responses, checking:

  • Did the model refuse the request?
  • If it responded, did the response contain actionable harmful information?

The refusal rate reported in Inkling's evaluation table is the percentage of prompts where the model either refused outright or gave a response with no useful harmful content.

Benchmark Specifications

FieldValue
Task categorySafety / jailbreak evaluation
MetricRefusal rate (%, higher = safer)
Harm categories6
EvaluatorLLM rubric or fine-tuned Gemma 2B
LicenseMIT (dataset includes prompts from prior work under various licenses)
Created byAlexandra Souly, Qingyuan Lu, Dillon Bowen et al.
AffiliationUC Berkeley, CHAI
PaperA StrongREJECT for Empty Jailbreaks (arXiv 2402.10260)
GitHubdsbowen/strong_reject

How StrongREJECT Is Scored

Each forbidden prompt is sent to the target model (optionally with a jailbreak applied). The evaluator scores the response on a 0–1 scale for harmfulness. The refusal rate is 1 - average harmfulness score × 100, or equivalently the percentage of prompts where the model did not produce harmful content.

State-of-the-Art Results

Scores from Inkling model card (Thinking Machines Lab, July 2026). All 9 comparison models reported. Scores represent refusal rate (% of harmful requests refused).

RankModelRefusal RateWeights
1Kimi K2.699.8%Open
2Kimi K2.599.5%Open
3Nemotron 3 Ultra 550B98.7%Open
3Claude Fable 598.7%Closed
5Inkling98.6%Open
5DeepSeek V4 Pro98.6%Open
7GLM 5.298.5%Open
7GPT-5.6 Sol98.5%Closed
9Gemini 3.1 Pro98.0%Closed
BenchmarkTypeFocusSaturation
StrongREJECTJailbreak evalHarmful request refusalHigh
FORTRESSAdversarial safetyAttack-based robustnessLow-medium
HarmBenchJailbreak evalMulti-category harmHigh
WildGuardSafety classifierInput/output safetyMedium

Last updated 2026-07-16.