shirman commited on
Commit
cc46053
·
verified ·
1 Parent(s): 7124eb0

Present ExploitBench results as released dataset

Browse files
Files changed (1) hide show
  1. README.md +8 -16
README.md CHANGED
@@ -23,9 +23,7 @@ tags:
23
 
24
  # Independent ExploitBench Results
25
 
26
- > **Status:** Dataset scaffold created; evaluation results will be added soon.
27
-
28
- This repository will publish **independent ExploitBench v8-bench evaluation results** for LLM cybersecurity agents. It is intended to make model-level results, capability-ladder scores, run metadata, transcripts, and tool-call traces easy to find, compare, audit, and reproduce.
29
 
30
  **This is an unofficial, independent results repository.** It is not maintained by the ExploitBench authors, Carnegie Mellon University, or the official ExploitBench organization.
31
 
@@ -42,9 +40,9 @@ Canonical resources:
42
  - [Official ExploitBench code](https://github.com/exploitbench/exploitbench)
43
  - [Official ExploitBench Hugging Face dataset](https://huggingface.co/datasets/exploitbench/v8)
44
 
45
- ## What will be published here
46
 
47
- The uploaded dataset is planned to include:
48
 
49
  - aggregate results by model, provider, run, vulnerability, and capability tier;
50
  - per-environment capability grades and the highest capability reached;
@@ -54,11 +52,11 @@ The uploaded dataset is planned to include:
54
  - token usage, cost, timing, and failure information when available;
55
  - reproduction and audit status for each result.
56
 
57
- Exact columns, splits, coverage, and licensing will be documented when the result files are uploaded.
58
 
59
- ## Planned evaluation metadata
60
 
61
- Each published result should identify enough context to make comparisons meaningful:
62
 
63
  | Field | Description |
64
  |---|---|
@@ -74,7 +72,7 @@ Each published result should identify enough context to make comparisons meaning
74
 
75
  ## Loading the dataset
76
 
77
- Once data files are published:
78
 
79
  ```python
80
  from datasets import load_dataset
@@ -83,8 +81,6 @@ dataset = load_dataset("shirman/exploitbench-results")
83
  print(dataset)
84
  ```
85
 
86
- Until then, the repository contains only this dataset card and no result records.
87
-
88
  ## Responsible use and benchmark integrity
89
 
90
  ExploitBench concerns real vulnerability exploitation. Use these materials only for authorized security research, defensive evaluation, reproducibility, and model-safety work. Do not use them to compromise systems or data you do not own or have explicit permission to test.
@@ -111,8 +107,4 @@ Please cite the original ExploitBench paper when using the benchmark:
111
  }
112
  ```
113
 
114
- A separate citation for this results dataset will be added with the first data release.
115
-
116
- ## License
117
-
118
- The license will be selected and documented when the dataset contents and upstream provenance are known.
 
23
 
24
  # Independent ExploitBench Results
25
 
26
+ This dataset contains **independent ExploitBench v8-bench evaluation results** for LLM cybersecurity agents. It makes model-level results, capability-ladder scores, run metadata, transcripts, and tool-call traces easy to find, compare, audit, and reproduce.
 
 
27
 
28
  **This is an unofficial, independent results repository.** It is not maintained by the ExploitBench authors, Carnegie Mellon University, or the official ExploitBench organization.
29
 
 
40
  - [Official ExploitBench code](https://github.com/exploitbench/exploitbench)
41
  - [Official ExploitBench Hugging Face dataset](https://huggingface.co/datasets/exploitbench/v8)
42
 
43
+ ## Dataset contents
44
 
45
+ The dataset includes:
46
 
47
  - aggregate results by model, provider, run, vulnerability, and capability tier;
48
  - per-environment capability grades and the highest capability reached;
 
52
  - token usage, cost, timing, and failure information when available;
53
  - reproduction and audit status for each result.
54
 
55
+ Release-specific schema and provenance metadata document the exact columns, splits, and evaluation coverage.
56
 
57
+ ## Evaluation metadata
58
 
59
+ Each result includes enough context to make comparisons meaningful:
60
 
61
  | Field | Description |
62
  |---|---|
 
72
 
73
  ## Loading the dataset
74
 
75
+ Load the dataset with the Hugging Face `datasets` library:
76
 
77
  ```python
78
  from datasets import load_dataset
 
81
  print(dataset)
82
  ```
83
 
 
 
84
  ## Responsible use and benchmark integrity
85
 
86
  ExploitBench concerns real vulnerability exploitation. Use these materials only for authorized security research, defensive evaluation, reproducibility, and model-safety work. Do not use them to compromise systems or data you do not own or have explicit permission to test.
 
107
  }
108
  ```
109
 
110
+ When citing these results, include the repository URL and an immutable Hugging Face revision alongside the benchmark citation.