sarahwei commited on
Commit
de8cfff
·
verified ·
1 Parent(s): d2194c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -6,4 +6,10 @@ language:
6
  - en
7
  size_categories:
8
  - 10K<n<100K
9
- ---
 
 
 
 
 
 
 
6
  - en
7
  size_categories:
8
  - 10K<n<100K
9
+ ---
10
+
11
+ This dataset is a specialized resource designed for training and evaluating question-answering models in the context of Cyber Threat Intelligence (CTI), specifically targeting the identification of tactics and techniques based on natural language descriptions of cyber-attacks. The dataset is derived from the MITRE ATT&CK framework (version 15) and contains annotated pairs of sentences and their corresponding tactics and techniques. The primary goal is to assist automated systems in understanding and categorizing cyber-attack behaviors by mapping real-world attack descriptions to the appropriate tactics and techniques.
12
+
13
+ ### Dataset Overview:
14
+ - Source: [MITRE ATT&CK framework (v15)](https://attack.mitre.org/versions/v15/) for representing adversary behavior, tactics, and techniques.
15
+ - Format: Each entry in the dataset consists of a natural language sentence that describes a cyber attack or tactic, along with annotations identifying the relevant tactic(s) and technique(s) from the ATT&CK matrix.