gregH commited on
Commit
e1b3574
·
verified ·
1 Parent(s): 77d5a5e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -15
index.html CHANGED
@@ -185,22 +185,16 @@ in this demonstration. Multiple Bin numbers are also supported </p>
185
  <h2 id="citations">Citations</h2>
186
  <p>If you find Neural Clamping helpful and useful for your research, please cite our main paper as follows:</p>
187
 
188
- <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>@inproceedings{hsiung2023nctv,
189
- title={{NCTV: Gradient Cuff: Detecting Jailbreak Attacks on Large Language Models by Exploring Refusal Loss Landscapes}},
190
- author={Lei Hsiung, Yung-Chen Tang and Pin-Yu Chen and Tsung-Yi Ho},
191
- booktitle={Proceedings of the Thirty-Seventh AAAI Conference on Artificial Intelligence},
192
- publisher={Association for the Advancement of Artificial Intelligence},
193
- year={2023},
194
- month={February}
195
- }
196
-
197
- @misc{tang2022neural_clamping,
198
- title={{Neural Clamping: Joint Input Perturbation and Temperature Scaling for Neural Network Calibration}},
199
- author={Yung-Chen Tang and Pin-Yu Chen and Tsung-Yi Ho},
200
- year={2022},
201
- eprint={2209.11604},
202
  archivePrefix={arXiv},
203
- primaryClass={cs.LG}
204
  }
205
  </code></pre></div></div>
206
 
 
185
  <h2 id="citations">Citations</h2>
186
  <p>If you find Neural Clamping helpful and useful for your research, please cite our main paper as follows:</p>
187
 
188
+ <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>
189
+
190
+ @misc{xxx,
191
+ title={{Gradient Cuff: Detecting Jailbreak Attacks on Large Language Models by
192
+ Exploring Refusal Loss Landscapes}},
193
+ author={Xiaomeng Hu and Pin-Yu Chen and Tsung-Yi Ho},
194
+ year={2024},
195
+ eprint={},
 
 
 
 
 
 
196
  archivePrefix={arXiv},
197
+ primaryClass={}
198
  }
199
  </code></pre></div></div>
200