Skip to content

Commit d2902cb

Browse files
authored
Merge pull request #17 from wuyoscar/fix/skill-and-website
fix: progress chart, SKILL.md callout, Chinese README sync
2 parents 563dfde + 15f9818 commit d2902cb

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494

9595
Coverage of [Arena Leaderboard](https://arena.ai/leaderboard) — updated 2026-03-26. **17 / 330 confirmed under ISC.**
9696

97+
<p align="center">
98+
<img src="assets/leaderboard_progress.svg" width="80%">
99+
</p>
100+
97101
> **Found ISC on an untested model?** [Submit via GitHub Issue →](https://github.com/wuyoscar/ISC-Bench/issues/new?template=isc-submission.md&title=[ISC]+Model+Name) — we'll verify and add you to the leaderboard.
98102
>
99103
> **Rules**: Rankings are synced with [Arena](https://arena.ai/leaderboard) weekly. Submit your ISC case via the [issue template](.github/ISSUE_TEMPLATE/isc-submission.md) — include a public conversation link, the type of harmful content generated, and the domain. ISC is a low-conditional design concept — just a professional task that causes models to generate harmful content on their own. See our [paper](paper.pdf) for details.

scripts/gen_leaderboard.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,19 @@ def main() -> None:
170170
# Extended table (rest)
171171
ext_rows = [gen_row(m, isc_cases) for m in arena[args.top:]]
172172

173+
chart = (
174+
'<p align="center">\n'
175+
' <img src="assets/leaderboard_progress.svg" width="80%">\n'
176+
'</p>'
177+
)
178+
173179
lines = [
174180
"## 🏆 JailbreakArena",
175181
"",
176182
header,
177183
"",
184+
chart,
185+
"",
178186
rules,
179187
"",
180188
table_header,

0 commit comments

Comments
 (0)