Update citation
Browse files
README.md
CHANGED
@@ -98,4 +98,18 @@ pipeline = transformers.pipeline(
|
|
98 |
device_map="auto",
|
99 |
)
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
```
|
|
|
98 |
device_map="auto",
|
99 |
)
|
100 |
|
101 |
+
```
|
102 |
+
|
103 |
+
## Bibtex Citation
|
104 |
+
If you use this model, please consider to cite
|
105 |
+
```
|
106 |
+
@misc{li2024llmdefensesrobustmultiturn,
|
107 |
+
title={LLM Defenses Are Not Robust to Multi-Turn Human Jailbreaks Yet},
|
108 |
+
author={Nathaniel Li and Ziwen Han and Ian Steneker and Willow Primack and Riley Goodside and Hugh Zhang and Zifan Wang and Cristina Menghini and Summer Yue},
|
109 |
+
year={2024},
|
110 |
+
eprint={2408.15221},
|
111 |
+
archivePrefix={arXiv},
|
112 |
+
primaryClass={cs.LG},
|
113 |
+
url={https://arxiv.org/abs/2408.15221},
|
114 |
+
}
|
115 |
```
|