gregH commited on
Commit
8a58392
·
verified ·
1 Parent(s): 7c5b42c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -93,7 +93,7 @@ Exploring Refusal Loss Landscapes </title>
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 how we approximate 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>
99
 
 
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>
99