SIABench commited on
Commit
d19c05d
·
verified ·
1 Parent(s): b776ae6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -100
README.md CHANGED
@@ -3,112 +3,33 @@ license: apache-2.0
3
  ---
4
  configs:
5
  - config_name: alert_triaging_tii
6
- data_files:
7
- - split: tp
8
- path: SIABench-main/Alert_Triaging_Dataset_TII/TP/*.json
9
- - split: fp
10
- path: SIABench-main/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:
41
- - split: tp
42
- path: SIABench-main/Alert_Triaging_Dataset_CIC/TP/*.json
43
- - split: fp
44
- path: SIABench-main/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: SIABench-main/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
 
3
  ---
4
  configs:
5
  - config_name: alert_triaging_tii
6
+ data_files: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  - config_name: alert_triaging_cic
9
+ data_files: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  - config_name: sia_dataset
12
+ data_files: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  license: apache-2.0
15
+ task_categories:
16
+ - question-answering
17
+ - text-classification
18
+ language:
19
+ - en
20
+ tags:
21
+ - cybersecurity
22
+ - incident-analysis
23
+ - LLM-benchmark
24
+ - alert-triaging
25
+ - network-forensics
26
+ - MITRE-ATTCK
27
+ - PCAP
28
+ - SOC
29
+ pretty_name: SIABench
30
+ size_categories:
31
+ - n<1K
32
+ ---
33
  task_categories:
34
  - question-answering
35
  - text-classification