aiml-toxigen-benchmark

Evaluate implicit hate recall in LLM safety benchmarks using ToxiGen HateBERT.

934|152|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/wuyoscar/ISC-Bench --skill aiml-toxigen-benchmark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiml-toxigen-benchmark
Source: https://github.com/wuyoscar/ISC-Bench/tree/main/templates/aiml_toxigen
Command: npx skills add https://github.com/wuyoscar/ISC-Bench --skill aiml-toxigen-benchmark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use benchmark setup for evaluating implicit hate recall using ToxiGen HateBERT, streamlining the construction and validation of toxicity detectors within AI safety research.

Core Features & Use Cases

  • Preconfigured benchmark: Includes a dataset with target groups and coded, implicit samples to test recall, plus validation scripts to enforce data quality constraints.
  • Automated evaluation: Executes a text-classification model to score implicit hate for each sample and computes overall recall.
  • Use Case: A researcher wants to validate that a new model's implicit-hate detection remains robust across diverse groups before deployment.

Quick Start

Run the toxigen benchmark against the provided dataset to assess how well a model detects implicit hate.

Frequently Asked Questions about aiml-toxigen-benchmark

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate implicit hate detection recall in LLM safety benchmarks?

To evaluate implicit hate detection recall, you can use this Skill to run a ToxiGen HateBERT text-classification model against a dataset of coded samples and compute overall recall metrics for LLM safety benchmarks.

How does HateBERT detect implicit hate speech across diverse demographic groups?

HateBERT detects implicit hate speech by executing a preconfigured text-classification model to score coded, implicit samples for each target group, ensuring robust toxicity detection across diverse demographic groups.

How do I benchmark a new model's implicit hate detection robustness before deployment?

To benchmark a new model's implicit-hate detection robustness, run the automated evaluation to score implicit hate across target groups and validate that recall remains consistent before deployment.

Do I need a specific dataset format to test implicit toxicity recall?

Yes, you need a dataset containing target demographic groups and coded, implicit hate samples to enforce data quality constraints and produce accurate recall metrics during evaluation.

What is the difference between implicit hate detection and standard toxicity benchmarking?

Implicit hate detection focuses on coded language and subtle biases across demographic groups, whereas standard toxicity benchmarking often targets explicit language, requiring specialized HateBERT models for accurate recall evaluation.

Why does my implicit hate detection model fail to generalize across different demographic groups?

Your model may fail to generalize if it is not validated against a diverse dataset with coded, implicit samples; running this benchmark computes recall metrics across target groups to identify robustness gaps.