Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,48 +8,47 @@ pinned: false
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<style>
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
}
|
| 41 |
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
|
| 54 |
<h2 style="font-size: 1.6em; margin-bottom: 0.1em">
|
| 55 |
<b style="font-size: 1.8em;">S<img src="https://sorry-bench.github.io/sorry_bench_files/images/sorry-bench-logo.jpg" style="width: 1em; border: 8px solid #394150; border-radius: 100%; display: inline-block; margin: auto 0; margin-bottom: 0.15em; ">RRY-Bench</b>: Systematically Evaluating LLM Safety Refusal Behaviors
|
|
@@ -61,6 +60,9 @@ pinned: false
|
|
| 61 |
<a href="http://arxiv.org/abs/2406.14598" style="text-decoration:none">
|
| 62 |
<button>📑Paper </button>
|
| 63 |
</a>
|
|
|
|
|
|
|
|
|
|
| 64 |
<a href="https://github.com/SORRY-Bench/SORRY-Bench" style="text-decoration:none">
|
| 65 |
<button>💻Github </button>
|
| 66 |
</a>
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<style>
|
| 11 |
+
button {
|
| 12 |
+
/* margin: calc(20vw / 100); */
|
| 13 |
+
margin: 0.5em;
|
| 14 |
+
padding-left: calc(40vw / 100);
|
| 15 |
+
padding-right: calc(40vw / 100);
|
| 16 |
+
padding-bottom: calc(0vw / 100);
|
| 17 |
+
text-align: center;
|
| 18 |
+
font-size: 12px;
|
| 19 |
+
height: 25px;
|
| 20 |
+
/* padding-left: calc(40vw / 100);
|
| 21 |
+
padding-right: calc(40vw / 100);
|
| 22 |
+
padding-bottom: calc(0vw / 100);
|
| 23 |
+
text-align: center;
|
| 24 |
+
font-size: calc(60vw / 100);
|
| 25 |
+
height: calc(120vw / 100); */
|
| 26 |
+
transition: 0.5s;
|
| 27 |
+
background-size: 200% auto;
|
| 28 |
+
color: white;
|
| 29 |
+
border-radius: calc(60vw / 100);
|
| 30 |
+
display: inline;
|
| 31 |
+
/* border: 2px solid black; */
|
| 32 |
+
font-weight: 500;
|
| 33 |
+
box-shadow: 0px 0px 14px -7px #f09819;
|
| 34 |
+
background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
|
| 35 |
+
cursor: pointer;
|
| 36 |
+
user-select: none;
|
| 37 |
+
-webkit-user-select: none;
|
| 38 |
+
touch-action: manipulation;
|
| 39 |
+
}
|
|
|
|
| 40 |
|
| 41 |
+
button:hover {
|
| 42 |
+
background-position: right center;
|
| 43 |
+
/* change the direction of the change here */
|
| 44 |
+
color: #fff;
|
| 45 |
+
text-decoration: none;
|
| 46 |
+
}
|
| 47 |
|
| 48 |
+
button:active {
|
| 49 |
+
transform: scale(0.95);
|
| 50 |
+
}
|
| 51 |
+
</style>
|
| 52 |
|
| 53 |
<h2 style="font-size: 1.6em; margin-bottom: 0.1em">
|
| 54 |
<b style="font-size: 1.8em;">S<img src="https://sorry-bench.github.io/sorry_bench_files/images/sorry-bench-logo.jpg" style="width: 1em; border: 8px solid #394150; border-radius: 100%; display: inline-block; margin: auto 0; margin-bottom: 0.15em; ">RRY-Bench</b>: Systematically Evaluating LLM Safety Refusal Behaviors
|
|
|
|
| 60 |
<a href="http://arxiv.org/abs/2406.14598" style="text-decoration:none">
|
| 61 |
<button>📑Paper </button>
|
| 62 |
</a>
|
| 63 |
+
<a href="https://huggingface.co/datasets/sorry-bench/sorry-bench-202406" style="text-decoration:none">
|
| 64 |
+
<button>📚Dataset </button>
|
| 65 |
+
</a>
|
| 66 |
<a href="https://github.com/SORRY-Bench/SORRY-Bench" style="text-decoration:none">
|
| 67 |
<button>💻Github </button>
|
| 68 |
</a>
|