Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,26 @@ dataset_info:
|
|
12 |
- name: tokens
|
13 |
sequence: string
|
14 |
- name: ner_tags
|
15 |
-
sequence:
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
splits:
|
19 |
- name: train
|
20 |
num_bytes: 3773244
|
@@ -25,7 +42,7 @@ dataset_info:
|
|
25 |
- name: test
|
26 |
num_bytes: 797853
|
27 |
num_examples: 1662
|
28 |
-
download_size:
|
29 |
dataset_size: 5381337
|
30 |
configs:
|
31 |
- config_name: default
|
@@ -36,6 +53,9 @@ configs:
|
|
36 |
path: data/validation-*
|
37 |
- split: test
|
38 |
path: data/test-*
|
|
|
|
|
|
|
39 |
---
|
40 |
# CyNER 2.0 Augmented Dataset
|
41 |
*CyNER 2.0 Augmented Dataset* is a comprehensive dataset designed for Named Entity Recognition (NER) tasks, specifically tailored for cybersecurity-related text. This dataset combines an original cybersecurity NER dataset (bnsapa/cybersecurity-ner) with additional augmented data (taken from OPENCTI using AlienValut Connect), resulting in a robust resource for training and evaluating models on cybersecurity entity recognition.
|
|
|
12 |
- name: tokens
|
13 |
sequence: string
|
14 |
- name: ner_tags
|
15 |
+
sequence:
|
16 |
+
class_label:
|
17 |
+
names:
|
18 |
+
'0': B-Date
|
19 |
+
'1': B-Indicator
|
20 |
+
'2': B-Location
|
21 |
+
'3': B-Malware
|
22 |
+
'4': B-Organization
|
23 |
+
'5': B-System
|
24 |
+
'6': B-Threat_group
|
25 |
+
'7': B-Vulnerability
|
26 |
+
'8': I-Date
|
27 |
+
'9': I-Indicator
|
28 |
+
'10': I-Location
|
29 |
+
'11': I-Malware
|
30 |
+
'12': I-Organization
|
31 |
+
'13': I-System
|
32 |
+
'14': I-Threat_group
|
33 |
+
'15': I-Vulnerability
|
34 |
+
'16': O
|
35 |
splits:
|
36 |
- name: train
|
37 |
num_bytes: 3773244
|
|
|
42 |
- name: test
|
43 |
num_bytes: 797853
|
44 |
num_examples: 1662
|
45 |
+
download_size: 1642952
|
46 |
dataset_size: 5381337
|
47 |
configs:
|
48 |
- config_name: default
|
|
|
53 |
path: data/validation-*
|
54 |
- split: test
|
55 |
path: data/test-*
|
56 |
+
tags:
|
57 |
+
- cybersecurity
|
58 |
+
- ner
|
59 |
---
|
60 |
# CyNER 2.0 Augmented Dataset
|
61 |
*CyNER 2.0 Augmented Dataset* is a comprehensive dataset designed for Named Entity Recognition (NER) tasks, specifically tailored for cybersecurity-related text. This dataset combines an original cybersecurity NER dataset (bnsapa/cybersecurity-ner) with additional augmented data (taken from OPENCTI using AlienValut Connect), resulting in a robust resource for training and evaluating models on cybersecurity entity recognition.
|