gregH commited on
Commit
fda3749
·
verified ·
1 Parent(s): 48cf386

Update index.html

Browse files
Files changed (1) hide show
  1. 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)&=-\log P(y|x_{1:n})
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
- \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>
 
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>