Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 7 |
+
library_name: transformers
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# TARS-SFT-7B
|
| 12 |
+
|
| 13 |
+
## Overview
|
| 14 |
+
|
| 15 |
+
**TARS-SFT-7B** is a lightweight SFT-tuned reasoning model for safety used for **TARS**: *Training Adaptive Reasoners for Safety* introduced in the paper: [**Reasoning as an Adaptive Defense for Safety**](https://arxiv.org/abs/2507.00971). This model is \\(\pi_{SFT}\\), which is used as the base model for RL training, trained starting from [Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct).
|
| 16 |
+
|
| 17 |
+
For full details, please check out our [paper](https://arxiv.org/pdf/2507.00971) or [blogpost](https://training-adaptive-reasoners-safety.github.io).
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
## 📖 Citation
|
| 22 |
+
|
| 23 |
+
If you use **TARS-SFT-7B** in your work, please cite us:
|
| 24 |
+
|
| 25 |
+
```bibtex
|
| 26 |
+
@misc{kim2025reasoningadaptivedefensesafety,
|
| 27 |
+
title = {Reasoning as an Adaptive Defense for Safety},
|
| 28 |
+
author = {Taeyoun Kim and Fahim Tajwar and Aditi Raghunathan and Aviral Kumar},
|
| 29 |
+
year = {2025},
|
| 30 |
+
eprint = {2507.00971},
|
| 31 |
+
archivePrefix= {arXiv},
|
| 32 |
+
primaryClass = {cs.LG},
|
| 33 |
+
url = {https://arxiv.org/abs/2507.00971}
|
| 34 |
+
}
|