data_for_STA / README.md
mengru's picture
Update README.md
adcb499 verified
---
license: mit
---
This is the data for paper "Beyond Prompt Engineering: Robust Behavior Control in LLMs via Steering Target Atoms".
# 💻 Usage
```shell
huggingface-cli download --repo-type dataset mengru/data_for_STA --local-dir ./
```
# 📖 Citation
Please cite our paper if you use **STA** in your work.
```bibtex
@misc{wang2025STA,
title={Beyond Prompt Engineering: Robust Behavior Control in LLMs via Steering Target Atoms},
author={Mengru Wang, Ziwen Xu, Shengyu Mao, Shumin Deng, Zhaopeng Tu, Huajun Chen, Ningyu Zhang},
year={2025},
eprint={2505.20322},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```