Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -138,8 +138,8 @@ gradient norm and then apply soft removal on them to mitigate the potential jail
|
|
138 |
$$
|
139 |
\displaystyle
|
140 |
\begin{aligned}
|
141 |
-
x_{1:n} =\mathtt{embed}_\theta(q_{1:n})
|
142 |
-
\mathtt{Affirmation~Loss}(x_{1:n},\theta)
|
143 |
\end{aligned}
|
144 |
$$
|
145 |
</span>
|
@@ -148,9 +148,9 @@ gradient norm and then apply soft removal on them to mitigate the potential jail
|
|
148 |
\displaystyle
|
149 |
\begin{aligned}
|
150 |
\label{eq:influence}
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
\end{aligned}
|
155 |
$$
|
156 |
</span>
|
|
|
138 |
$$
|
139 |
\displaystyle
|
140 |
\begin{aligned}
|
141 |
+
x_{1:n}& =\mathtt{embed}_\theta(q_{1:n})\\
|
142 |
+
\mathtt{Affirmation~Loss}&(x_{1:n},\theta)=-\log P(y|x_{1:n})
|
143 |
\end{aligned}
|
144 |
$$
|
145 |
</span>
|
|
|
148 |
\displaystyle
|
149 |
\begin{aligned}
|
150 |
\label{eq:influence}
|
151 |
+
&\mathtt{Influence} (x_i) = \Vert \nabla_{x_i} \log P_\theta(y|x_{1:n}) \Vert_2 \\
|
152 |
+
&\mathcal{X} = \mathtt{argtop}\text{-}n\alpha(\{\mathtt{Influence}(x_i), \forall x_i \in x_{1:n}\}) \\
|
153 |
+
&\mathcal{Q} = \{q_i, \forall x_i \in \mathcal{X}\}
|
154 |
\end{aligned}
|
155 |
$$
|
156 |
</span>
|