PranavaKailash commited on
Commit
e962447
·
verified ·
1 Parent(s): 0d495c4

ReadMe Update for the Dataset

Browse files
Files changed (1) hide show
  1. README.md +57 -1
README.md CHANGED
@@ -36,4 +36,60 @@ language:
36
  pretty_name: CyNER
37
  size_categories:
38
  - 1K<n<10K
39
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  pretty_name: CyNER
37
  size_categories:
38
  - 1K<n<10K
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.
42
+
43
+ # Dataset Overview
44
+ The dataset is divided into three splits:
45
+
46
+ - Train: 7,751 examples
47
+ - Validation: 1,661 examples
48
+ - Test: 1,662 examples
49
+ Each example in the dataset consists of a sequence of tokens and their corresponding NER tags.
50
+ The dataset has been carefully preprocessed to ensure high quality and consistency.
51
+ The dataset mostly contains threat and intelligence report descriptions from the Alien Vault
52
+
53
+ # Features
54
+ - tokens: A sequence of strings representing the tokens in the text.
55
+
56
+ - ner_tags: A sequence of strings representing each token's Named Entity Recognition tags.
57
+
58
+ # NER Tags
59
+ The NER tags follow the BIO (Begin, Inside, Outside) tagging format and cover various cybersecurity-related entities, including but not limited to:
60
+
61
+ - B-Indicator: Indicators of Compromise (IOCs) such as IP addresses, file hashes, and domain names.
62
+ - I-Indicator: Continuation of an Indicator entity.
63
+ - B-Malware: Names of malware, trojans, or viruses.
64
+ - I-Malware: Continuation of a Malware entity.
65
+ - B-Organization: Names of organisations, companies, or groups.
66
+ - I-Organization: Continuation of an Organization entity.
67
+ - B-System: Operating systems, software, and platforms.
68
+ - I-System: Continuation of a System entity.
69
+ - B-Vulnerability: Known vulnerabilities or CVEs (Common Vulnerabilities and Exposures).
70
+ - I-Vulnerability: Continuation of a Vulnerability entity.
71
+ - B-ThreatActor: Threat actor names or groups (e.g., Threat_group).
72
+ - I-ThreatActor: Continuation of a ThreatActor entity.
73
+ - B-Date: Specific dates related to incidents or reports.
74
+ - I-Date: Continuation of a Date entity.
75
+ - O: Outside of any named entity.
76
+ # Usage
77
+ This dataset is suitable for training, fine-tuning, and evaluating NER models, particularly those designed for cybersecurity applications. It has been structured to work seamlessly with popular NLP frameworks such as Hugging Face's transformers and dataset libraries.
78
+
79
+ # License
80
+ This dataset is released under the MIT License, which allows for open and flexible usage with minimal restrictions. Users are free to use, modify, and distribute the dataset, provided that proper attribution is given to the original creators.
81
+
82
+ # Citation
83
+ If you use this dataset in your research, please cite it as follows:
84
+ ```
85
+ @dataset{pranava_kailash_2024_cyner,
86
+ title={CyNER 2.0 Augmented Dataset},
87
+ author={Pranava Kailash},
88
+ year={2024},
89
+ howpublished={Hugging Face, https://huggingface.co/datasets/PranavaKailash/CyNER2.0_augmented_dataset},
90
+ license={MIT}
91
+ }
92
+ ```
93
+
94
+ # Contact
95
+ For questions or issues regarding the dataset, please get in touch with [email protected].