Skip to content

Commit

Permalink
FIX: Add red team social bias source information (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoolmanM committed Mar 1, 2025
1 parent f533066 commit 04b3101
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyrit/datasets/fetch_example_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,14 @@ def fetch_red_team_social_bias_prompts_dataset() -> SeedPromptDataset:
Returns:
SeedPromptDataset: A SeedPromptDataset containing the examples.
Note:
For more information and access to the original dataset and related materials, visit:
https://svannie678.github.io/svannie678-red_team_repo_social_bias. This dataset
contains aggregated and unified existing red-teaming prompts designed to identify
stereotypes,discrimination, hate speech, and other representationharms in text-based
Large Language Models (LLMs).
Written by Simone Van Taylor.
"""
data = load_dataset("svannie678/red_team_repo_social_bias_prompts", "default")

Expand Down

0 comments on commit 04b3101

Please sign in to comment.