Add task category metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,33 +1,35 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
size_categories:
|
| 6 |
-
|
| 7 |
-
tags:
|
| 8 |
-
- security
|
| 9 |
-
- pentesting
|
| 10 |
-
- vulnerability-assessment
|
| 11 |
-
- ground-truth
|
| 12 |
-
- benchmark
|
| 13 |
pretty_name: EthiBench Ground Truth
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
configs:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
default_config_name: all
|
| 32 |
---
|
| 33 |
|
|
@@ -126,4 +128,4 @@ This dataset is released under the [MIT License](LICENSE).
|
|
| 126 |
|
| 127 |
---
|
| 128 |
|
| 129 |
-
**Disclaimer:** This content is intended for educational purposes and authorized security testing only. Users are responsible for ensuring compliance with applicable laws and regulations.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
size_categories:
|
| 8 |
+
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pretty_name: EthiBench Ground Truth
|
| 10 |
+
tags:
|
| 11 |
+
- security
|
| 12 |
+
- pentesting
|
| 13 |
+
- vulnerability-assessment
|
| 14 |
+
- ground-truth
|
| 15 |
+
- benchmark
|
| 16 |
configs:
|
| 17 |
+
- config_name: paygoat
|
| 18 |
+
data_files:
|
| 19 |
+
- split: test
|
| 20 |
+
path: data/paygoat_gt.jsonl
|
| 21 |
+
- config_name: vulnbank
|
| 22 |
+
data_files:
|
| 23 |
+
- split: test
|
| 24 |
+
path: data/vulnbank_gt.jsonl
|
| 25 |
+
- config_name: xben
|
| 26 |
+
data_files:
|
| 27 |
+
- split: test
|
| 28 |
+
path: data/xben_gt.jsonl
|
| 29 |
+
- config_name: all
|
| 30 |
+
data_files:
|
| 31 |
+
- split: test
|
| 32 |
+
path: data/*_gt.jsonl
|
| 33 |
default_config_name: all
|
| 34 |
---
|
| 35 |
|
|
|
|
| 128 |
|
| 129 |
---
|
| 130 |
|
| 131 |
+
**Disclaimer:** This content is intended for educational purposes and authorized security testing only. Users are responsible for ensuring compliance with applicable laws and regulations.
|