Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,33 @@ configs:
|
|
| 8 |
path: Alert_Triaging_Dataset_TII/TP/*.json
|
| 9 |
- split: fp
|
| 10 |
path: Alert_Triaging_Dataset_TII/FP/*.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
- config_name: alert_triaging_cic
|
| 13 |
data_files:
|
|
@@ -15,15 +42,76 @@ configs:
|
|
| 15 |
path: Alert_Triaging_Dataset_CIC/TP/*.json
|
| 16 |
- split: fp
|
| 17 |
path: Alert_Triaging_Dataset_CIC/FP/*.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
- config_name: sia_dataset
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: SIA_Dataset/*.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
license: apache-2.0
|
| 25 |
task_categories:
|
| 26 |
- question-answering
|
|
|
|
| 27 |
language:
|
| 28 |
- en
|
| 29 |
tags:
|
|
@@ -35,18 +123,18 @@ tags:
|
|
| 35 |
- MITRE-ATTCK
|
| 36 |
- PCAP
|
| 37 |
- SOC
|
| 38 |
-
pretty_name:
|
| 39 |
size_categories:
|
| 40 |
- n<1K
|
| 41 |
---
|
| 42 |
|
| 43 |
-
#
|
| 44 |
|
| 45 |
-
|
| 46 |
|
| 47 |
## Dataset Structure
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
| Config | Description | Splits |
|
| 52 |
|---|---|---|
|
|
@@ -83,5 +171,3 @@ Each JSON file contains two blocks:
|
|
| 83 |
- `files_available`: linked PCAP file (`capture.pcap`)
|
| 84 |
- `directory`: set to `"(directory_of_the_file)"`
|
| 85 |
- `questions`: Q&A pairs (with `adversarial_tactic` in SIA_Dataset)
|
| 86 |
-
|
| 87 |
-
```
|
|
|
|
| 8 |
path: Alert_Triaging_Dataset_TII/TP/*.json
|
| 9 |
- split: fp
|
| 10 |
path: Alert_Triaging_Dataset_TII/FP/*.json
|
| 11 |
+
features:
|
| 12 |
+
scenarios:
|
| 13 |
+
- metadata:
|
| 14 |
+
scenario_name:
|
| 15 |
+
dtype: string
|
| 16 |
+
alert_type:
|
| 17 |
+
dtype: string
|
| 18 |
+
alert_name:
|
| 19 |
+
dtype: string
|
| 20 |
+
sia_components:
|
| 21 |
+
scenario:
|
| 22 |
+
dtype: string
|
| 23 |
+
alert:
|
| 24 |
+
dtype: string
|
| 25 |
+
tools_available:
|
| 26 |
+
sequence: string
|
| 27 |
+
files_available:
|
| 28 |
+
dtype: string
|
| 29 |
+
instructions:
|
| 30 |
+
dtype: string
|
| 31 |
+
directory:
|
| 32 |
+
dtype: string
|
| 33 |
+
questions:
|
| 34 |
+
- question:
|
| 35 |
+
dtype: string
|
| 36 |
+
answer:
|
| 37 |
+
dtype: string
|
| 38 |
|
| 39 |
- config_name: alert_triaging_cic
|
| 40 |
data_files:
|
|
|
|
| 42 |
path: Alert_Triaging_Dataset_CIC/TP/*.json
|
| 43 |
- split: fp
|
| 44 |
path: Alert_Triaging_Dataset_CIC/FP/*.json
|
| 45 |
+
features:
|
| 46 |
+
scenarios:
|
| 47 |
+
- metadata:
|
| 48 |
+
scenario_name:
|
| 49 |
+
dtype: string
|
| 50 |
+
alert_type:
|
| 51 |
+
dtype: string
|
| 52 |
+
alert_name:
|
| 53 |
+
dtype: string
|
| 54 |
+
sia_components:
|
| 55 |
+
scenario:
|
| 56 |
+
dtype: string
|
| 57 |
+
alert:
|
| 58 |
+
dtype: string
|
| 59 |
+
tools_available:
|
| 60 |
+
sequence: string
|
| 61 |
+
files_available:
|
| 62 |
+
dtype: string
|
| 63 |
+
instructions:
|
| 64 |
+
dtype: string
|
| 65 |
+
directory:
|
| 66 |
+
dtype: string
|
| 67 |
+
questions:
|
| 68 |
+
- question:
|
| 69 |
+
dtype: string
|
| 70 |
+
answer:
|
| 71 |
+
dtype: string
|
| 72 |
|
| 73 |
- config_name: sia_dataset
|
| 74 |
data_files:
|
| 75 |
- split: train
|
| 76 |
path: SIA_Dataset/*.json
|
| 77 |
+
features:
|
| 78 |
+
scenarios:
|
| 79 |
+
- metadata:
|
| 80 |
+
source:
|
| 81 |
+
dtype: string
|
| 82 |
+
scenario_name:
|
| 83 |
+
dtype: string
|
| 84 |
+
last_accessed:
|
| 85 |
+
dtype: string
|
| 86 |
+
writeup:
|
| 87 |
+
dtype: string
|
| 88 |
+
sia_components:
|
| 89 |
+
scenario:
|
| 90 |
+
dtype: string
|
| 91 |
+
task_category:
|
| 92 |
+
dtype: string
|
| 93 |
+
complexity:
|
| 94 |
+
dtype: string
|
| 95 |
+
tools_available:
|
| 96 |
+
sequence: string
|
| 97 |
+
files_available:
|
| 98 |
+
dtype: string
|
| 99 |
+
instructions:
|
| 100 |
+
dtype: string
|
| 101 |
+
directory:
|
| 102 |
+
dtype: string
|
| 103 |
+
questions:
|
| 104 |
+
- question:
|
| 105 |
+
dtype: string
|
| 106 |
+
answer:
|
| 107 |
+
dtype: string
|
| 108 |
+
adversarial_tactic:
|
| 109 |
+
dtype: string
|
| 110 |
|
| 111 |
license: apache-2.0
|
| 112 |
task_categories:
|
| 113 |
- question-answering
|
| 114 |
+
- text-classification
|
| 115 |
language:
|
| 116 |
- en
|
| 117 |
tags:
|
|
|
|
| 123 |
- MITRE-ATTCK
|
| 124 |
- PCAP
|
| 125 |
- SOC
|
| 126 |
+
pretty_name: SIABENCH
|
| 127 |
size_categories:
|
| 128 |
- n<1K
|
| 129 |
---
|
| 130 |
|
| 131 |
+
# SIABENCH — Security Incident Analysis Benchmark
|
| 132 |
|
| 133 |
+
SIABENCH is a benchmark for evaluating LLMs on cybersecurity incident analysis tasks, developed at **Concordia University's Security Research Centre** in collaboration with **Defence Research and Development Canada (DRDC)**, published at **PST 2025**.
|
| 134 |
|
| 135 |
## Dataset Structure
|
| 136 |
|
| 137 |
+
SIABENCH contains three sub-datasets accessible as separate configs:
|
| 138 |
|
| 139 |
| Config | Description | Splits |
|
| 140 |
|---|---|---|
|
|
|
|
| 171 |
- `files_available`: linked PCAP file (`capture.pcap`)
|
| 172 |
- `directory`: set to `"(directory_of_the_file)"`
|
| 173 |
- `questions`: Q&A pairs (with `adversarial_tactic` in SIA_Dataset)
|
|
|
|
|
|