TARS-1.5B is an open-source reasoning model trained for safety using
TARS:
Training Adaptive Reasoners for Safety introduced in the paper:
Reasoning as an Adaptive Defense for Safety, to facilitate the research of reasoning models for LLM safety. This model is trained using a mixing ratio of \(\lambda = 0.5\) between harmful and harmless prompts, starting from the base model
Qwen2.5-1.5B-Instruct.
TARS is a simple but effective online reinforcement learning (RL) method that trains models to adaptively reason for low refusal and safe behavior, using three key ingredients:
For full details, please check out our
paper or
blogpost.
1@article{kim2025reasoning,
2 title={Reasoning as an Adaptive Defense for Safety},
3 author={Kim, Taeyoun and Tajwar, Fahim and Raghunathan, Aditi and Kumar, Aviral},
4 journal={arXiv preprint arXiv:2507.00971},
5 year={2025}
6}