File size: 1,335 Bytes
8c633f0
9e40670
 
 
8c633f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9e40670
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
task_categories:
- text-generation
- text-classification
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: response
    dtype: string
  - name: prompt_label
    dtype: string
  - name: response_label
    dtype: string
  splits:
  - name: train
    num_bytes: 225057185
    num_examples: 39787
  download_size: 114338356
  dataset_size: 225057185
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# ThinkSafe Dataset

This dataset is associated with the paper [THINKSAFE: Self-Generated Safety Alignment for Reasoning Models](https://huggingface.co/papers/2601.23143).

**Paper:** https://arxiv.org/abs/2601.23143  
**GitHub:** https://github.com/seanie12/ThinkSafe.git

## Dataset Description

This dataset contains 39,787 training examples with instructions and responses, labeled for safety alignment. Each example includes:
- `instruction`: The input instruction
- `response`: The generated response
- `prompt_label`: Safety label for the prompt
- `response_label`: Safety label for the response

## Citation

If you use this dataset, please cite:

```bibtex
@article{lee2025thinksafe,
  title={THINKSAFE: Self-Generated Safety Alignment for Reasoning Models},
  author={Lee, Seanie and others},
  journal={arXiv preprint arXiv:2601.23143},
  year={2025}
}
```