Datasets:
Upload dataset_card.json
Browse files- dataset_card.json +86 -0
dataset_card.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "exploitdb-dataset",
|
3 |
+
"dataset_description": "Comprehensive cybersecurity dataset with 70,233 vulnerability records from ExploitDB",
|
4 |
+
"homepage": "https://github.com/WaiperOK/dataset-parser",
|
5 |
+
"license": "MIT",
|
6 |
+
"version": "1.0.0",
|
7 |
+
"features": {
|
8 |
+
"input": {
|
9 |
+
"dtype": "string",
|
10 |
+
"description": "Question about the exploit (e.g., 'What is this exploit about: [title]')"
|
11 |
+
},
|
12 |
+
"output": {
|
13 |
+
"dtype": "string",
|
14 |
+
"description": "Structured answer with platform, type, description, and author information"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"splits": {
|
18 |
+
"train": {
|
19 |
+
"name": "train",
|
20 |
+
"num_examples": 70233,
|
21 |
+
"dataset_size": 10890684
|
22 |
+
}
|
23 |
+
},
|
24 |
+
"download_size": 10890684,
|
25 |
+
"dataset_size": 10890684,
|
26 |
+
"configs": [
|
27 |
+
{
|
28 |
+
"config_name": "default",
|
29 |
+
"data_files": [
|
30 |
+
{
|
31 |
+
"split": "train",
|
32 |
+
"path": "exploitdb_dataset.csv"
|
33 |
+
}
|
34 |
+
]
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"config_name": "parquet",
|
38 |
+
"data_files": [
|
39 |
+
{
|
40 |
+
"split": "train",
|
41 |
+
"path": "exploitdb_dataset.parquet"
|
42 |
+
}
|
43 |
+
]
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"config_name": "json",
|
47 |
+
"data_files": [
|
48 |
+
{
|
49 |
+
"split": "train",
|
50 |
+
"path": "exploitdb_dataset.json"
|
51 |
+
}
|
52 |
+
]
|
53 |
+
}
|
54 |
+
],
|
55 |
+
"task_categories": [
|
56 |
+
"text-classification",
|
57 |
+
"text-generation",
|
58 |
+
"question-answering",
|
59 |
+
"text2text-generation"
|
60 |
+
],
|
61 |
+
"task_ids": [
|
62 |
+
"vulnerability-classification",
|
63 |
+
"severity-prediction",
|
64 |
+
"platform-detection",
|
65 |
+
"cybersecurity-qa"
|
66 |
+
],
|
67 |
+
"language": ["en", "ru"],
|
68 |
+
"multilinguality": "multilingual",
|
69 |
+
"size_categories": "10K<n<100K",
|
70 |
+
"source_datasets": ["original"],
|
71 |
+
"annotations_creators": ["machine-generated"],
|
72 |
+
"language_creators": ["found"],
|
73 |
+
"pretty_name": "ExploitDB Cybersecurity Dataset",
|
74 |
+
"tags": [
|
75 |
+
"cybersecurity",
|
76 |
+
"vulnerability",
|
77 |
+
"exploit",
|
78 |
+
"security",
|
79 |
+
"cve",
|
80 |
+
"dataset",
|
81 |
+
"parquet",
|
82 |
+
"exploitdb",
|
83 |
+
"threat-intelligence",
|
84 |
+
"security-research"
|
85 |
+
]
|
86 |
+
}
|