Pith. sign in

REVIEW 3 major objections 5 minor 20 references

The bitter lesson of misuse detection

T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read A one-line harm/benign prompt makes frontier LLMs outclass every specialized misuse detector tested.

desk verdict Credible direction, shaky magnitudes: GPT-4's top rank is partly self-fulfilling because it helped label the test set, but this is a serious benchmark paper that deserves peer review with demands for independent labels and sensitivity analysis. read the letter →

arxiv 2507.06282 v1 pith:5HCL7PVZ submitted 2025-07-08 cs.CR cs.AIcs.CL

classification cs.CRcs.AIcs.CL
keywords LLMmisusedetectionjailbreaksupervisionsystemsguardrailbenchmarksBELLSbenchmarkbitterlessonmetacognitivecoherenceadversarialrobustness
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces BELLS, a benchmark that evaluates LLM supervision systems along two axes — harm severity (benign, borderline, harmful) and adversarial sophistication (direct vs. jailbroken) — covering 11 harm categories and three jailbreak families. Its central claim is that a frontier LLM given a one-line instruction to output 0 or 1 for "harmful or benign" outperforms every specialized market supervisor tested on the BELLS score, with GPT-4 at 0.926 versus 0.820 for the best specialized system, NeMo. The paper also finds that several specialized detectors miss overtly harmful prompts at rates near zero, and that frontier models answer a substantial share of prompts they themselves classify as harmful — Claude 3.7 answers up to 30 percent of them and Mistral Large more than half. If the claim is right, supervision layers built on general-purpose model capability, rather than on pattern-matching rules tuned to known jailbreaks, are the more reliable route to deployment-time misuse filtering.

What carries the argument

The load-bearing machinery is the BELLS benchmark, its score, and the metacognitive-coherence measurement. The BELLS score is defined as $$\mathrm{BELLS} = \tfrac14 DR_{\mathrm{adv}} + \tfrac14 DR_{\mathrm{non\text{-}adv}} + \tfrac12 (1-FPR),$$ so that detection performance and false-positive avoidance each carry half the weight and a classifier that flags everything harmful cannot score well. The dataset consists of 990 non-adversarial prompts — 330 each of benign, borderline, and harmful content — plus more than 5,000 adversarial variants across three families: syntactic transformations such as base64, ROT13, Unicode, and reversals; narrative jailbreaks; and generative attacks produced by the PAIR black-box attack method. Ground-truth labels were produced by GPT-4 with human review of borderline and harmful cases, and a separate held-out set was used when GPT-4 itself was the classifier. The metacognitive-coherence analysis compares each model's harm classification of a prompt with whether it answers that prompt, quantifying the gap between recognizing harm and refusing to act on it.

What would settle it

Re-annotate the BELLS dataset's benign, borderline, and harmful labels using only independent human reviewers, with no GPT-4 in the labeling loop, and re-run all eleven evaluated systems against the human-only labels; if GPT-4's score falls toward the specialized systems' range, the headline ordering is a labeling-alignment artifact, while a GPT-4 lead that persists would confirm the generalist claim. A second check is to evaluate the explicitly excluded supervisors — IBM Granite, Google ShieldGemma, and constitutional classifiers — because a specialized system matching or beating GPT-4 would falsify the claim that all market supervisors are outperformed by a raw generalist prompt.

Watch

Extended reading notes

Core claim

The central discovery is what the paper calls the "bitter lesson of misuse detection": specialized supervision systems detect mostly the patterns they were trained on, while a general-purpose frontier LLM repurposed as a binary classifier — prompted to output "0 = benign, 1 = harmful" without explanation — generalizes across direct harms, syntactic obfuscations, narrative jailbreaks, and generative attacks. On the BELLS score, which balances adversarial detection, non-adversarial detection, and false-positive avoidance, GPT-4 reaches 0.926, Grok 2 reaches 0.896, and the best specialized supervisor, NeMo, reaches 0.820, with Prompt Guard and LangKit as low as 0.646 and 0.665. The paper further claims that frontier models exhibit metacognitive incoherence: in separate evaluations they answer prompts they correctly label harmful, with Claude 3.7 answering up to 30 percent of such prompts and Mistral Large more than half. From these results the paper concludes that none of the five market-deployed supervision systems evaluated reaches a level that would justify deployment in high-stakes settings, and it recommends building supervision on top of strong frontier models or on general-purpose architectures such as constitutional classifiers.

Load-bearing premise

The ground-truth labels for what counts as harmful were themselves produced by GPT-4 and only human-refined, and GPT-4 is then scored as a classifier against those same labels, so its top ranking could partly measure agreement with its own judgment rather than detection skill; the ranking would need to survive relabeling by human consensus alone.

Editorial extensions

If this is right

  • Deployment-time misuse filtering can be upgraded immediately by routing user prompts through a frontier LLM with the binary classification prompt before consulting any specialized guardrail.
  • Because even the best detectors answer a share of the prompts they label harmful, classification and answering must be separated into distinct steps, with refusal enforced by a downstream decision.
  • Near-zero detection rates on syntactic transformations such as base64 mean that production guardrails can be bypassed by trivially re-encoding a harmful request, so current deployments should not treat these systems as complete protection.
  • Research and engineering effort should shift toward general-purpose supervision architectures — strong models used both to generate training data and to detect — rather than hand-crafted rules and fine-tuned pattern matchers.
  • The paper argues that the in-house monitoring systems of the largest model providers, which are not publicly evaluable, should be opened to independent auditing, and offers BELLS as the tool for such audits.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Because GPT-4 both produced the initial ground-truth labels and is then scored as a classifier against them, its top ranking may partly measure self-agreement; re-labeling the dataset by human consensus alone could narrow the gap between GPT-4 and the specialized systems — the paper acknowledges a possible bias but does not quantify it.
  • The bitter-lesson framing implies a testable extrapolation: if general capability is the driver, re-running BELLS on newer frontier models should widen the gap between generalist classifiers and specialized supervisors, while a closing gap would undercut the lesson.
  • A concrete two-step scaffold — classify first, answer only if the prompt is benign — could be measured directly as a supervision system on the BELLS score; the reported incoherence numbers suggest it would recover a large share of currently-answered harmful prompts at the cost of roughly doubling latency and compute, a tradeoff the paper treats only qualitatively.
  • The BELLS score's equal weighting of detection and false positives is a design choice: a deployment where false alarms are very expensive, or very cheap, could rank the supervisors differently from the headline ordering.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper introduces BELLS, a two-axis benchmark (harm severity: benign/borderline/harmful; adversarial sophistication: direct/jailbreak) for evaluating LLM supervision systems, together with a dataset of 990 non-adversarial and 5,000+ adversarial prompts across 11 harm categories and 3 jailbreak families. The authors evaluate five specialized market supervisors and six frontier LLMs repurposed as binary harm/benign classifiers, and report that the generalist LLMs, especially GPT-4, outperform the specialized systems on their proposed BELLS score. A second analysis measures the 'metacognitive coherence' of frontier LLMs, finding that they often answer prompts they themselves classify as harmful. The paper's central claim is that general capabilities, not specialized rules or training, drive robust misuse detection.

Significance. If the central finding is valid, the paper would provide a useful, systematic benchmark for an under-evaluated layer of LLM safety, and would add empirical weight to the 'bitter lesson' argument in misuse detection. The manuscript is careful in several respects: it gives a detailed taxonomy and appendices, acknowledges the restricted set of supervisors tested, and explicitly discloses the possible GPT-4 labeling advantage. However, the headline ranking rests on ground-truth labels partly produced by the model that ranks first, on hand-chosen score weights, and on small per-cell samples. These are fixable concerns, but they are load-bearing for the core claim, so the paper needs a substantive revision before the conclusions can be accepted at face value.

major comments (3)
  1. [Section 3.1, Appendix B (Table 4 note), Section 4 (Table 1)] The core ranking is measured against ground truth produced by the very model that is ranked first. Section 3.1 states that labels were produced by 'GPT-4-based annotation', and the Table 4 note admits that 'it may give GPT-4 a slight advantage in evaluation due to alignment with the labeling process.' The largest performance gaps between GPT-4 and specialized systems occur precisely on adversarial prompts (e.g., LLM Guard adversarial detection 0.2% vs. GPT-4 86.6% in Table 1), and the adversarial labels appear to be inherited from transformed base prompts (Section 3.2) without a reported independent re-validation of whether the transformation changes harmfulness. The human review step mitigates some concern, but the paper does not state that reviewers were blinded to GPT-4's labels or that they independently re-labelled all items, especially the adversarial set. Please re-label a stratified random sample, including all adversarial subfamilies, with reviewers blinded to GPT-4 outputs; report agreement statistics; and re-estimate Table 1 under the resulting label uncertainty.
  2. [Appendix E, Eqs. (1)-(4)] The BELLS score is defined with fixed component weights (1/4 adversarial detection, 1/4 non-adversarial detection, 1/2 false-positive avoidance) and a balancing parameter alpha = 0.7, described as 'chosen' with no sensitivity analysis. The ordering among mid-ranked systems is close (e.g., Mistral Large 0.825 vs. NeMo 0.820, with overlapping confidence intervals in Table 1), so the claim that frontier LLMs outperform all tested specialized systems is sensitive to these choices. Please provide a sensitivity analysis over alpha in [0,1] and over reasonable alternative score weightings, or show that the main ranking is a dominance result rather than an artifact of a particular parameter setting.
  3. [Table 2, Table 1] Per-category detection rates in Table 2 are based on only 30 harmful prompts per harm category, giving wide binomial confidence intervals; many differences of 10-20 percentage points between systems will not be statistically distinguishable. Several global scores in Table 1 also have overlapping uncertainty intervals (e.g., #5 DeepSeek V3 0.839 +/- 0.033 and #7 NeMo 0.820 +/- 0.075). To support the 'drastic limitations' and 'consistently outperform' claims, the paper should report per-cell confidence intervals or bootstrapped differences and avoid drawing strong comparative conclusions from differences that are within noise.
minor comments (5)
  1. [Section 4, point 2] There is a typo, 'sueprvisors', which should read 'supervisors'.
  2. [Tables 1 and 2] Table 2 includes Llama Guard 4 12B, but Table 1 omits it from the BELLS ranking; the FAQ explains this only indirectly. Please clarify in the main text why Llama Guard 4 is not included in the BELLS score table.
  3. [References] Reference [11] has mismatched arXiv identifiers: the text gives arXiv:2402.04249 while the URL points to arXiv:2406.01364; also, arXiv:2402.04249 is already used for HarmBench [6]. Please correct the identifier.
  4. [Appendix E] The sentence 'Given the significant imbalance in our dataset across adversarial attack types' is repeated verbatim in two paragraphs; please remove the duplicate.
  5. [Abstract and Section 5] The abstract and conclusion refer to 'supervisors from the market' or 'market-deployed supervision systems', while Section 5 and footnote 1 appropriately limit the claims to the five systems tested. Please make the scope language consistent throughout to avoid overgeneralization.

Circularity Check

1 steps flagged · score 6.0 of 10

GPT-4's top BELLS rank is partly circular: the benchmark ground truth was generated by GPT-4, and the paper's own appendix concedes an alignment advantage.

  1. self definitional [Appendix B, Table 4 note; Section 3.1; central claim in Section 4, point 1]
    "GPT-4 was used for initial labeling of harmfulness and harm categories in our dataset. While this enabled consistent and scalable annotation, it may give GPT-4 a slight advantage in evaluation due to alignment with the labeling process. We mitigated this by including human review for ambiguous cases, but some bias may remain."

    The BELLS ground-truth labels are produced by GPT-4-based annotation, and GPT-4 is then evaluated as a binary harm classifier against that same ground truth. Its #1 BELLS rank (0.926) and the Section 4 claim that 'simply prompting a frontier LLM ... outperforms all specialized supervision systems' therefore partly measure GPT-4's agreement with its own labeling judgments. Specialized supervisors never saw the annotator's labels, making the comparison asymmetric. Human review and external corpora provide only partial independent grounding, and the paper itself acknowledges that 'some bias may remain'; the 5,000+ adversarial prompts are transformed from base prompts without any described re-labeling, so the annotator bias can propagate into the headline adversarial detection margin.

full rationale

The paper's central empirical claim—that a frontier LLM prompted with a one-line binary prompt outperforms all tested specialized supervisors—is evaluated on BELLS, whose ground-truth labels were initialized by GPT-4. The Table 4 note explicitly concedes that this 'may give GPT-4 a slight advantage in evaluation due to alignment with the labeling process,' so the #1 rank of GPT-4 (0.926 vs. NeMo's 0.820) is partially a self-agreement measure rather than an independent benchmark result. Human review of ambiguous cases and sourcing from external corpora provide partial independent grounding, so the circularity is not total; the specialized systems' underperformance on direct and syntactic harms may still be real. No other load-bearing circular step was found: the BELLS alpha=0.7 weighting is an arbitrary but disclosed metric choice rather than a circular reduction, the self-citation to the authors' earlier BELLS framework is not load-bearing, and the metacognitive-coherence analysis is explicitly an internal-consistency measure rather than an external ground-truth claim. The score of 6 reflects that the central comparative claim is partly manufactured by the labeling loop, even though independent human review partially mitigates it.

Assumptions & free parameters 2 free parameters · 4 assumptions · 0 invented entities

The central claim rests on the benchmark's construction and metric design rather than on new physical or conceptual entities. The main burdens are the hand-set score weights, the model-derived labeling, and the assumption that the chosen taxonomy and supervisor sample are representative.

free parameters (2)
  • Balancing parameter alpha for adversarial detection rate = 0.7
    Chosen by hand in Appendix E to balance dataset representation while preventing dominance of narrative prompts; no sensitivity analysis is reported.
  • BELLS score component weights = 1/4 adversarial DR, 1/4 non-adversarial DR, 1/2 (1-FPR)
    Design choice assigning equal weight to detection and false-positive avoidance; no risk-based derivation is provided.
assumptions (4)
  • domain assumption Misuse detection is a single general ability to discriminate harmful from harmless content, uniformly across harm categories and adversarial wrappers.
    Frames the two-axis BELLS matrix and justifies scoring all systems on a single metric (Section 1, Figure 1).
  • domain assumption The 11 harm categories and 3 severity levels cover the relevant misuse space for LLM supervision.
    Taxonomy synthesized from AI Act, OpenAI policies, and research sources, but not independently validated (Section 3, Appendix A).
  • ad hoc to paper Human review after GPT-4 annotation is sufficient to correct GPT-4's labeling bias.
    The authors rely on this to claim ground truth independence, but do not report inter-annotator agreement or the number of labels the human review changed (Section 3.1, Table 4 note).
  • ad hoc to paper The alpha-weighted formula gives a fair representation of adversarial detection across narrative, syntactic, and generative attacks.
    Formula and alpha=0.7 are introduced for this benchmark; different weights could shift rankings (Appendix E).

how reviews work

0 comments
Cite this review

Pith. "Pith review of The bitter lesson of misuse detection." pith.science (2026). https://pith.science/paper/5HCL7PVZ

@misc{pith2026250706282,
  author       = {Pith},
  title        = {Pith review of: The bitter lesson of misuse detection},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/5HCL7PVZ}},
  note         = {Machine review of arXiv:2507.06282}
}
read the original abstract

Prior work on jailbreak detection has established the importance of adversarial robustness for LLMs but has largely focused on the model ability to resist adversarial inputs and to output safe content, rather than the effectiveness of external supervision systems. The only public and independent benchmark of these guardrails to date evaluates a narrow set of supervisors on limited scenarios. Consequently, no comprehensive public benchmark yet verifies how well supervision systems from the market perform under realistic, diverse attacks. To address this, we introduce BELLS, a Benchmark for the Evaluation of LLM Supervision Systems. The framework is two dimensional: harm severity (benign, borderline, harmful) and adversarial sophistication (direct vs. jailbreak) and provides a rich dataset covering 3 jailbreak families and 11 harm categories. Our evaluations reveal drastic limitations of specialized supervision systems. While they recognize some known jailbreak patterns, their semantic understanding and generalization capabilities are very limited, sometimes with detection rates close to zero when asking a harmful question directly or with a new jailbreak technique such as base64 encoding. Simply asking generalist LLMs if the user question is "harmful or not" largely outperforms these supervisors from the market according to our BELLS score. But frontier LLMs still suffer from metacognitive incoherence, often responding to queries they correctly identify as harmful (up to 30 percent for Claude 3.7 and greater than 50 percent for Mistral Large). These results suggest that simple scaffolding could significantly improve misuse detection robustness, but more research is needed to assess the tradeoffs of such techniques. Our results support the "bitter lesson" of misuse detection: general capabilities of LLMs are necessary to detect a diverse array of misuses and jailbreaks.

Figures

Figures reproduced from arXiv: 2507.06282 by the authors.

Figure 1
Figure 1. BELLS Evaluation Framework. A discretized representation of the prompt space that categorizes content based on both harmfulness and adver￾sarial sophistication. The boundaries between benign, borderline, and harmful content are defined by moral and legal lines (varying across different cultures, jurisdictions, and time periods). Each cell of this matrix is explained in detail in Appendix D. By systematically evaluat… view at source ↗
Figure 2
Figure 2. Detection rates by jailbreak style. Performance breakdown across three types of adversarial attempts: Generative, Narrative, and Syntactic. Fron￾tier models show strong performance on narrative attacks but struggle with generative attacks, while specialized systems often fail completely on syntactic transformations. 4. Sensitivity to content severity [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Sensitivity to content severity. Detection rates for benign (gray), borderline (yellow), and harmful (red) prompts. Good calibration ideally means low false positives for benign, moderate detection rates for borderline content, and high detection rates for harmful content. Specialized supervision systems perform poorly across these dimensions, often showing high false positives, low detection rates for direct harmfu… view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Metacognitive coherence analysis. Percentage of responses where models classify as harmful but answer, or classify as benign but refuse. The lower the better. 6. Simple scaffolding can significantly improve robustness. Our metacog￾nitive coherence analysis shows that b…

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

20 extracted references · 11 canonical work pages

  1. [1]

    GuardBench: A Large-Scale Benchmark for Guardrail Models

    Elias Bassani and Ignacio Sanchez. GuardBench: A Large-Scale Benchmark for Guardrail Models. Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing (EMNLP 2024), 2024. https://aclanthology.org/2024.emnlp-main.1022 10 H. Mariaccia et al

  2. [2]

    Constitutional Classifiers: Defending against Universal Jailbreaks across Thousands of Hours of Red Teaming,

    Anthropic Research Team, “Constitutional Classifiers: Defending against Universal Jailbreaks across Thousands of Hours of Red Teaming,”Unpublished System De- scription, 2025, Note: Describes LLM-based classifiers fine-tuned on synthetic data from natural-language constitutions, enabling real-time misuse filtering

  3. [3]

    NeurIPS 2024 Datasets and Benchmarks Track, 2024

    Patrick Chao, Edoardo Debenedetti, Alexander Robey, et al.JailbreakBench: An Open Robustness Benchmark for Jailbreaking Large Language Models. NeurIPS 2024 Datasets and Benchmarks Track, 2024. https://github.com/JailbreakBench/jailbreakbench

  4. [4]

    Do Anything Now

    Xinyue Shen, Zeyuan Sun, Isaac Liu, et al. “Do Anything Now”: Characterizing and Evaluating In-The-Wild Jailbreak Prompts on Large Language Models. arXiv preprint arXiv:2308.03825, 2023. https://arxiv.org/abs/2308.03825

  5. [5]

    SORRY-Bench: Systematically Evaluating Large Language Model Safety Refusal Behaviors

    Tinghao Xie, Xiangyu Zhang, Rui Ma, et al. SORRY-Bench: Systematically Evaluating Large Language Model Safety Refusal Behaviors . arXiv preprint arXiv:2406.14598, 2024. https://arxiv.org/abs/2406.14598

  6. [7]

    AdvBench: Universal and Transferable Ad- versarial Attacks on Aligned Language Models,

    Zou, Andy and Wang, Zifan and others, “AdvBench: Universal and Transferable Ad- versarial Attacks on Aligned Language Models,”Hugging Face Dataset, 2023, Avail- able at:https://huggingface.co/datasets/walledai/AdvBench, Accessed: Febru- ary 22, 2025, Note: Includes 500 harmful behaviors as instructions to test model compliance, enhancing AI safety by iden...

  7. [8]

    CatQA: A Dataset for Categorizing Questions as Safe or Unsafe,

    CatQA Team, “CatQA: A Dataset for Categorizing Questions as Safe or Unsafe,” Unpublished Dataset,2025(assumed),Note:Likelyincludesdiversequestionslabeled by safety to filter out unsafe queries and prevent harm

  8. [9]

    Do Not Answer: Testing AI Refusal to Unsafe Questions,

    Do Not Answer Research Group, “Do Not Answer: Testing AI Refusal to Unsafe Questions,” Unpublished Dataset, 2025 (assumed), Note: Contains questions with expected refusal responses to ensure AI avoids harmful content and maintains com- pliance

Show all 20 references
  1. [10]

    HH-RLHF: Helpful and Harmless Reinforcement Learning from Hu- man Feedback,

    Anthropic, “HH-RLHF: Helpful and Harmless Reinforcement Learning from Hu- man Feedback,” GitHub Repository , 2023, Available at: https://github.com/ anthropics/hh-rlhf/tree/master, Accessed: February 22, 2025, Note: Comprises conversations with human feedback on responses to e...

  2. [11]

    BELLS: A Framework Towards Future Proof Benchmarks for the Evaluation of LLM Safeguards

    Diego Dorn, Alexandre Variengien, Charbel-Raphaël Segerie, and Vincent Corru- ble. BELLS: A Framework Towards Future Proof Benchmarks for the Evaluation of LLM Safeguards. arXiv preprint arXiv:2402.04249, 2024. https://arxiv.org/abs/2406.01364

  3. [12]

    NeurIPS 2024 Datasets and Benchmarks Track, 2024

    Souly, Alexandra and Lu, Qingyuan and Bowen, Dillon and Trinh, Tu and Hsieh, Elvis and Pandey, Sana and Abbeel, Pieter and Svegliato, Justin and Emmons, Scott and Watkins, Olivia and Toyer, Sam.A StrongREJECT for Empty Jailbreaks . NeurIPS 2024 Datasets and Benchmarks Track, 2...

  4. [13]

    The Twelfth International Conference on Learning Representations, 2024

    Xiangyu Qi and Yi Zeng and Tinghao Xie and Pin-Yu Chen and Ruoxi Jia and Prateek Mittal and Peter Henderson.Fine-tuning Aligned Language Models Com- promises Safety, Even When Users Do Not Intend To! . The Twelfth International Conference on Learning Representations, 2024. htt...

  5. [14]

    rubend18, ChatGPT-Jailbreak-Prompts, 2023, Available at: https: //huggingface.co/datasets/rubend18/ChatGPT-Jailbreak-Prompts, Accessed: February 23, 2025, Note: Contains a collection of prompts designed to test the robustness of language models against adversarial attacks

  6. [15]

    Peluche, Deck of Many Prompts , 2024, Available at: https://github.com/ peluche/deck-of-many-prompts, Note: Contains a collection of prompts designed to test the robustness of language models against adversarial attacks

  7. [16]

    DeepInception: Hypnotize Large Language Model to Be Jailbreaker

    Li, Xuan and Zhou, Zhanke and Zhu, Jianing and Yao, Jiangchao and Liu, Tongliang and Han, Bo. DeepInception: Hypnotize Large Language Model to Be Jailbreaker. arXiv preprint arXiv:2311.03191, 2023. https://arxiv.org/abs/2311.03191

  8. [17]

    Zico and Fredrikson, Matt.Universal and Transferable Adversarial Attacks on Aligned Language Models

    Zou, Andy and Wang, Zifan and Carlini, Nicholas and Nasr, Milad and Kolter, J. Zico and Fredrikson, Matt.Universal and Transferable Adversarial Attacks on Aligned Language Models. arXiv preprint arXiv:2307.15043, 2023. https://arxiv.org/abs/2307.15043

  9. [18]

    and Wong, Eric

    Chao, Patrick and Robey, Alexander and Dobriban, Edgar and Hassani, Hamed and Pappas, George J. and Wong, Eric. Jailbreaking Black Box Large Language Models in Twenty Queries . arXiv preprint arXiv:2310.08419, 2023. https://arxiv.org/abs/2310.08419

  10. [19]

    arXiv preprint arXiv:2312.06942, 2024

    Ryan Greenblatt, Buck Shlegeris, Kshitij Sachan, and Fabien Roger.AI Control: Improving Safety Despite Intentional Subversion . arXiv preprint arXiv:2312.06942, 2024. https://arxiv.org/abs/2312.06942

  11. [20]

    Kim, Stephen Fitz, and Dan Hendrycks

    Richard Ren, Steven Basart, Adam Khoja, Alice Gatti, Long Phan, Xuwang Yin, Mantas Mazeika, Alexander Pan, Gabriel Mukobi, Ryan H. Kim, Stephen Fitz, and Dan Hendrycks. Safetywashing: Do AI Safety Benchmarks Actually Measure Safety Progress?. arXiv preprint arXiv:2407.21792, 2...

  12. [21]

    Is this prompt harmful or not?

    Jesse Hoogland. The Sweet Lesson: AI Safety Should Scale With Compute . LessWrong blog post, 2025. Appendix This appendix provides additional details on the BELLS benchmark, includ- ing the taxonomy of harm categories, dataset examples, dataset access, evalua- tion metrics, an...

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.