refusal
Datasets
All datasets matching “refusal”refusal-activations
Refusal Activations Dataset
This dataset is now configured to load the full ~97k samples from jailbreak_mixed_100k.csv.
refusal-exp031-staterefusal-lens-graphskalo-opus-instruct-22k-no-refusalgemma3-refusal-axis-data
Gemma 3 12B Refusal Axis: Activations and SAE Encodings
Mechanistic interpretability data for studying the refusal axis in Gemma 3 12B-IT.
This dataset contains the layer-41 residual-stream activations and Gemma Scope 2 SAE
encodings produced by running 280 contrastive prompt pairs through Gemma 3 12B, plus the
refusal direction vectors derived from those activations.
It is the data side of the gemma3-refusal-axis
project: an independent investigation of whether refusal in Gemma 3… See the full description on the dataset page: https://huggingface.co/datasets/abotresol/gemma3-refusal-axis-data.refusal_dataset_ultra
RoboRefusals
Overview
RoboRefusal Ultra is part of the Refusals dataset family for studying model refusal behavior in instruction-tuned and RLHF-trained language models.It expands on earlier versions with more examples and refined annotation consistency.
Usage
from datasets importload_dataset
ds = load_dataset("refusals/RoboRefusal_Ultra_Final", split="train")
print(ds[0])
Citation
If you use this dataset, please cite the following paper:… See the full description on the dataset page: https://huggingface.co/datasets/refusals/refusal_dataset_ultra.
