edit citations
Browse files- index.html +7 -5
index.html
CHANGED
@@ -964,11 +964,13 @@
|
|
964 |
<section class="section" id="BibTeX">
|
965 |
<div class="container is-max-desktop content">
|
966 |
<h2 class="title">BibTeX</h2>
|
967 |
-
<pre><code>@article{
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
|
|
|
|
972 |
}</code></pre>
|
973 |
</div>
|
974 |
</section>
|
|
|
964 |
<section class="section" id="BibTeX">
|
965 |
<div class="container is-max-desktop content">
|
966 |
<h2 class="title">BibTeX</h2>
|
967 |
+
<pre><code>@article{xiong2024defensive,
|
968 |
+
title={Defensive Prompt Patch: A Robust and Interpretable Defense of LLMs against Jailbreak Attacks},
|
969 |
+
author={Chen Xiong and Xiangyu Qi and Pin-Yu Chen and Tsung-Yi Ho},
|
970 |
+
year={2024},
|
971 |
+
eprint={2405.20099},
|
972 |
+
archivePrefix={arXiv},
|
973 |
+
primaryClass={cs.CR}
|
974 |
}</code></pre>
|
975 |
</div>
|
976 |
</section>
|