Update README.md
Browse files
README.md
CHANGED
@@ -71,11 +71,17 @@ We follow the same training procedure and mostly same hyper-parameters to fine-t
|
|
71 |
|
72 |
## Citation
|
73 |
|
74 |
-
|
75 |
|
76 |
**BibTeX:**
|
77 |
-
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
|
81 |
|
|
|
71 |
|
72 |
## Citation
|
73 |
|
74 |
+
The model is mostly developed for the paper below. Please cite it if you find the repository helpful.
|
75 |
|
76 |
**BibTeX:**
|
77 |
+
```
|
78 |
+
@article{hao2024exploring,
|
79 |
+
title={Exploring Backdoor Vulnerabilities of Chat Models},
|
80 |
+
author={Hao, Yunzhuo and Yang, Wenkai and Lin, Yankai},
|
81 |
+
journal={arXiv preprint arXiv:2404.02406},
|
82 |
+
year={2024}
|
83 |
+
}
|
84 |
+
```
|
85 |
|
86 |
|
87 |
|