This dataset was created to compare single-turn and multi-turn jailbreak attacks on large language models (LLMs). The primary goal is to take a single harmful prompt and distribute the harm over multiple turns, making each prompt appear harmless in isolation. This approach is compared against traditional single-turn attacks with the complete prompt to understand their relative impacts and failure modes. The key feature of this dataset is the ability to directly compare single-turn and multi-turn attacks, varying only the prompting structure.
Note: for all of the datasets listed here, 1 entry is defined as one row, which will contain a single-turn attack and a multi-turn attack.
Input-only datasets consist of all the user-side inputs required to test a model. They do not include any model responses and hence, they are not labelled for jailbreak success. All input-only dataset have the same columns. All datasets are stored as CSV files.
The harmful dataset aims to compare single-turn and multi-turn attacks. It leverages a word substitution cipher approach to generate prompts that can bypass model defenses. The following steps outline the construction process:
Two word mapping variants are used:
There are two benign datasets that serve as control groups. The two datasets are:
Both benign datasets are constructed using a similar method. The key components are:
The complete harmful dataset is stored as a CSV file. It contains both user inputs and model responses (acquired during testing). Each attack was hand-labelled for two variables:
The classification criteria for the jailbroken variable is as follows:
For 0, at least one of the following must be true:
For 1, at least one of the following must be true:
For 2, at least one of the following must be true:
The classification criteria for the UTQ variable is as follows:
For 0, at least one of the following must be true:
For 1, at least one of the following must be true:
For 2, at least one of the following must be true:
By using the dataset, the user agrees to:
4 commits
This dataset was created to compare single-turn and multi-turn jailbreak attacks on large language models (LLMs). The primary goal is to take a single harmful prompt and distribute the harm over multiple turns, making each prompt appear harmless in isolation. This approach is compared against traditional single-turn attacks with the complete prompt to understand their relative impacts and failure modes. The key feature of this dataset is the ability to directly compare single-turn and multi-turn attacks, varying only the prompting structure.
Note: for all of the datasets listed here, 1 entry is defined as one row, which will contain a single-turn attack and a multi-turn attack.
Input-only datasets consist of all the user-side inputs required to test a model. They do not include any model responses and hence, they are not labelled for jailbreak success. All input-only dataset have the same columns. All datasets are stored as CSV files.
The harmful dataset aims to compare single-turn and multi-turn attacks. It leverages a word substitution cipher approach to generate prompts that can bypass model defenses. The following steps outline the construction process:
Two word mapping variants are used:
There are two benign datasets that serve as control groups. The two datasets are:
Both benign datasets are constructed using a similar method. The key components are:
The complete harmful dataset is stored as a CSV file. It contains both user inputs and model responses (acquired during testing). Each attack was hand-labelled for two variables:
The classification criteria for the jailbroken variable is as follows:
For 0, at least one of the following must be true:
For 1, at least one of the following must be true:
For 2, at least one of the following must be true:
The classification criteria for the UTQ variable is as follows:
For 0, at least one of the following must be true:
For 1, at least one of the following must be true:
For 2, at least one of the following must be true:
By using the dataset, the user agrees to:
4 commits