gregH commited on
Commit
4555af9
·
verified ·
1 Parent(s): bd81cb7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -92,7 +92,7 @@ Exploring Refusal Loss Landscapes </title>
92
  <p>
93
  From the above plot, we find that the loss landscape is more precipitous for malicious queries than for benign queries, which implies that
94
  the <strong>Refusal Loss</strong> tends to have a large gradient norm if the input represents a malicious query. This observation motivates our proposal of using
95
- the gradient norm of <strong>Refusal Loss</strong> to detect jailbreak attempts that pass the initial filtering of rejecting the input query when the function value is under 0.5.
96
  Below we present the definition of the <strong>Refusal Loss</strong> and the approximation of it's function value and gradient.
97
  See more details about the concept, approximation, gradient estimation and landscape drawing of it in our paper.
98
  </p>
 
92
  <p>
93
  From the above plot, we find that the loss landscape is more precipitous for malicious queries than for benign queries, which implies that
94
  the <strong>Refusal Loss</strong> tends to have a large gradient norm if the input represents a malicious query. This observation motivates our proposal of using
95
+ the gradient norm of <strong>Refusal Loss</strong> to detect jailbreak attempts that pass the initial filtering of rejecting the input query when the function value is under 0.5 (this is a naive detector bacause the Refusal Loss can be regarded the probability that the LLM won't reject the user query).
96
  Below we present the definition of the <strong>Refusal Loss</strong> and the approximation of it's function value and gradient.
97
  See more details about the concept, approximation, gradient estimation and landscape drawing of it in our paper.
98
  </p>