Spaces:
Running
Running
johnsonhung906
commited on
Commit
·
c01eb77
1
Parent(s):
973e1b3
update bibtex
Browse files- index.html +7 -5
index.html
CHANGED
|
@@ -324,13 +324,15 @@
|
|
| 324 |
<div class="language-plaintext highlighter-rouge">
|
| 325 |
<div class="highlight">
|
| 326 |
<pre class="highlight"><code>
|
| 327 |
-
|
| 328 |
-
title={
|
| 329 |
-
author={
|
| 330 |
year={2024},
|
| 331 |
-
eprint={
|
| 332 |
archivePrefix={arXiv},
|
| 333 |
-
primaryClass={cs.CR}
|
|
|
|
|
|
|
| 334 |
</code></pre>
|
| 335 |
</div>
|
| 336 |
</div>
|
|
|
|
| 324 |
<div class="language-plaintext highlighter-rouge">
|
| 325 |
<div class="highlight">
|
| 326 |
<pre class="highlight"><code>
|
| 327 |
+
@misc{hung2024attentiontrackerdetectingprompt,
|
| 328 |
+
title={Attention Tracker: Detecting Prompt Injection Attacks in LLMs},
|
| 329 |
+
author={Kuo-Han Hung and Ching-Yun Ko and Ambrish Rawat and I-Hsin Chung and Winston H. Hsu and Pin-Yu Chen},
|
| 330 |
year={2024},
|
| 331 |
+
eprint={2411.00348},
|
| 332 |
archivePrefix={arXiv},
|
| 333 |
+
primaryClass={cs.CR},
|
| 334 |
+
url={https://arxiv.org/abs/2411.00348},
|
| 335 |
+
}
|
| 336 |
</code></pre>
|
| 337 |
</div>
|
| 338 |
</div>
|