mirror of https://github.com/aliasrobotics/cai.git
83 lines
3.9 KiB
HTML
83 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Leaderboard | SecEval: A Comprehensive Benchmark for Evaluating Cybersecurity Knowledge of Foundation Models</title>
|
|
<link rel="icon" href="img/logo.png" type="image/icon type">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<link rel="stylesheet" href="css/nav.css">
|
|
<link rel="stylesheet" href="css/leaderboard.css">
|
|
<script type="text/javascript" src="javascript/leaderboard/sort-table.js" defer></script>
|
|
<script type="text/javascript" src="javascript/leaderboard/leaderboard-data.js" defer></script>
|
|
<script type="text/javascript" src="javascript/leaderboard/leaderboard.js" defer></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="nav">
|
|
<div id="icon">
|
|
<img src="img/logo.png" id="nav-icon">
|
|
<a class="nav-button" href="https://XuanwuAI.github.io/SecEval/"
|
|
style="margin-left: 2px; font-size: 24px">SecEval
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<a class="nav-button" href="index.html#home">Home</a>
|
|
<a class="nav-button" href="index.html#dataset">Dataset</a>
|
|
<a class="nav-button" href="#paper_placeholder.html" target="_blank">Paper</a>
|
|
<a class="nav-button" href="https://github.com/XuanwuAI/SecEval" target="_blank">Github</a>
|
|
<a class="nav-button" href="index.html#citation">Citation</a>
|
|
<a class="nav-button" href="index.html#contact">Contact</a>
|
|
<a class="nav-button" href="leaderboard.html">Leaderboard</a>
|
|
<a class="nav-button" href="explore.html">Explore</a>
|
|
</div>
|
|
</div>
|
|
<div id="body">
|
|
<br><br><br><br>
|
|
<div class="section">
|
|
<h1>Leaderboard - SecEval</h1>
|
|
<p>
|
|
Evaluation results of different models.
|
|
</p>
|
|
<!--
|
|
<p>
|
|
Please fill in this
|
|
<a href="https://forms.gle/iwEMepqowMkknNvb8" class="ext-link">Google Form
|
|
</a> to submit your evaluation results.
|
|
</p>
|
|
-->
|
|
|
|
<!-- https://www.cssscript.com/sort-table-header-column/ -->
|
|
<table class="js-sort-table" id="results">
|
|
<thead>
|
|
<tr>
|
|
<td class="js-sort-number"><strong>#</strong></td>
|
|
<td class="js-sort-number"><strong>Model</strong></td>
|
|
<!-- <td class="js-sort-number"><strong>Learning</strong></td> -->
|
|
<td class="js-sort-number"><strong>Creator</strong></td>
|
|
<td class="js-sort-number"><strong>Access</strong></td>
|
|
<td class="js-sort-number"><strong>Submission Date</strong></td>
|
|
<td class="js-sort-number"><strong>Network Security</strong></td>
|
|
<td class="js-sort-number"><strong><u>Vulnerability</u></strong></td>
|
|
<td class="js-sort-number"><strong>Memory Safety</strong></td>
|
|
<td class="js-sort-number"><strong>Web Security</strong></td>
|
|
<td class="js-sort-number"><strong>Application Security</strong></td>
|
|
<td class="js-sort-number"><strong>Cryptography</strong></td>
|
|
<td class="js-sort-number"><strong>System Security</strong></td>
|
|
<td class="js-sort-number"><strong>Software Security</strong></td>
|
|
<td class="js-sort-number"><strong>PenTest</strong></td>
|
|
<td class="js-sort-number"><strong>Overall</strong></td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |