Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -153,7 +153,7 @@ Exploring Refusal Loss Landscapes </title>
|
|
153 |
<ul>
|
154 |
<li>Paper: <a href="https://arxiv.org/abs/2307.02483" target="_blank" rel="noopener noreferrer">
|
155 |
Jailbroken: How Does LLM Safety Training Fail?</a></li>
|
156 |
-
<li>Brief Introduction:
|
157 |
</ul>
|
158 |
</div>
|
159 |
<h3>LRL</h3>
|
@@ -161,7 +161,7 @@ Exploring Refusal Loss Landscapes </title>
|
|
161 |
<ul>
|
162 |
<li>Paper: <a href="https://arxiv.org/abs/2310.02446" target="_blank" rel="noopener noreferrer">
|
163 |
Low-Resource Languages Jailbreak GPT-4</a></li>
|
164 |
-
<li>Brief Introduction:
|
165 |
</ul>
|
166 |
</div>
|
167 |
</div>
|
|
|
153 |
<ul>
|
154 |
<li>Paper: <a href="https://arxiv.org/abs/2307.02483" target="_blank" rel="noopener noreferrer">
|
155 |
Jailbroken: How Does LLM Safety Training Fail?</a></li>
|
156 |
+
<li>Brief Introduction: Encode the malicious user query into base64 format before using it to query the model.</li>
|
157 |
</ul>
|
158 |
</div>
|
159 |
<h3>LRL</h3>
|
|
|
161 |
<ul>
|
162 |
<li>Paper: <a href="https://arxiv.org/abs/2310.02446" target="_blank" rel="noopener noreferrer">
|
163 |
Low-Resource Languages Jailbreak GPT-4</a></li>
|
164 |
+
<li>Brief Introduction: Translate the malicious user query into low resource languages before using it to query the model.</li>
|
165 |
</ul>
|
166 |
</div>
|
167 |
</div>
|