Rephrased version of allenai/wildjailbreak where, for each sample, 5 different rephrasing are created using Qwen/Qwen2.5-7B-Instruct.
The generation script used is as follows:
import torch
from tqdm import tqdm
from datasets import load_dataset, Dataset
from vllm import LLM, SamplingParams
PROMPT_TEMPLATE = """
You act as a rephraser. Given an input prompt, your task is to generate 5 different rephrasings of the same prompt while preserving its original meaning.
You only output the… See the full description on the dataset page:
https://huggingface.co/datasets/Peutlefaire/rephrased-wildjailbreak.