Update README.md
Browse files
README.md
CHANGED
@@ -2,22 +2,45 @@
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
This is a binary classification model fine-tuned using the model 'bert-base-uncased'.
|
5 |
-
It is built using a large Twitter dataset and is suitable especially for Twitter style data
|
6 |
|
7 |
This can be used to classify the text into the categories of 'Privacy & Security' or 'Non-Privacy and Security'.
|
8 |
|
9 |
It achieved the following results on the evaluation set:
|
10 |
|
11 |
-
Accuracy: 0.91
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
1016/j.cose.2022.103008
|
23 |
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
This is a binary classification model fine-tuned using the model 'bert-base-uncased'.
|
5 |
+
It is built using a large Twitter dataset and is suitable especially for Twitter style data.
|
6 |
|
7 |
This can be used to classify the text into the categories of 'Privacy & Security' or 'Non-Privacy and Security'.
|
8 |
|
9 |
It achieved the following results on the evaluation set:
|
10 |
|
|
|
11 |
|
12 |
+
The validation scores for the module were as follows
|
13 |
+
|
14 |
+
Accuracy = 0.92
|
15 |
+
|
16 |
+
<table>
|
17 |
+
<tr>
|
18 |
+
<th>Class</th>
|
19 |
+
<th>Precision</th>
|
20 |
+
<th>Recall</th>
|
21 |
+
<th>F1-Score</th>
|
22 |
+
</tr>
|
23 |
+
<tr>
|
24 |
+
<td>PrivSec</td>
|
25 |
+
<td>0.91</td>
|
26 |
+
<td>0.94</td>
|
27 |
+
<td>0.92</td>
|
28 |
+
</tr>
|
29 |
+
<tr>
|
30 |
+
<td>Non-PrivSec</td>
|
31 |
+
<td>0.93</td>
|
32 |
+
<td>0.89</td>
|
33 |
+
<td>0.91</td>
|
34 |
+
</tr>
|
35 |
+
|
36 |
+
</table>
|
37 |
+
|
38 |
+
<b>Paper:</b> The paper detailing how it was designed can be found here <a href="https://www.sciencedirect.com/science/article/pii/S016740482200400X">Perspectives of non-expert users on cyber security and privacy: An analysis of online discussions on twitter</a>
|
39 |
+
|
40 |
+
<b>Please cite the paper if you use this model </b>:
|
41 |
+
|
42 |
+
Nandita Pattnaik, Shujun Li, and Jason R.C. Nurse. 2023. <br> Perspectives of non-expert users on cyber security and
|
43 |
+
privacy: An analysis of online discussions on Twitter. <br>Computers & Security 125 (2023), 103008. https://doi.org/10.
|
44 |
1016/j.cose.2022.103008
|
45 |
|
46 |
+
|