mengru commited on
Commit
adcb499
·
verified ·
1 Parent(s): 2a461c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+
6
+ This is the data for paper "Beyond Prompt Engineering: Robust Behavior Control in LLMs via Steering Target Atoms".
7
+
8
+ # 💻 Usage
9
+ ```shell
10
+ huggingface-cli download --repo-type dataset mengru/data_for_STA --local-dir ./
11
+ ```
12
+
13
+ # 📖 Citation
14
+
15
+ Please cite our paper if you use **STA** in your work.
16
+
17
+ ```bibtex
18
+ @misc{wang2025STA,
19
+ title={Beyond Prompt Engineering: Robust Behavior Control in LLMs via Steering Target Atoms},
20
+ author={Mengru Wang, Ziwen Xu, Shengyu Mao, Shumin Deng, Zhaopeng Tu, Huajun Chen, Ningyu Zhang},
21
+ year={2025},
22
+ eprint={2505.20322},
23
+ archivePrefix={arXiv},
24
+ primaryClass={cs.CL}
25
+ }
26
+ ```