annieske commited on
Commit
c84d392
1 Parent(s): 0223c85

Update evaluation results and add cite information.

Browse files
Files changed (1) hide show
  1. README.md +31 -8
README.md CHANGED
@@ -20,6 +20,29 @@ Process of annotation included initial annotation of 100-200 comments followed b
20
  Examples that made it to the dataset are ones that had unanimous agreement or were resolved through discussion.
21
 
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ## Label definitions taken from Perspective API
24
 
25
  THREAT: Describes an intention to inflict pain, injury, or violence against an individual or group.
@@ -93,17 +116,17 @@ target does not need to be present nor does the target matter
93
 
94
  ## Evaluation results
95
 
96
- Evaluation results from using a fine-tuned `TurkuNLP/bert-base-finnish-cased-toxicity`. (This specific model currently not in Huggingface, but a large variant is)
97
 
98
  | Label | Precision | Recall | F1 |
99
  |------ | ------------------- | ---------------------------- | ---------------------- |
100
- | identity attack | 54,8 | 67,2 | 60,4 |
101
- | insult | 48,6 | 61, 2 | 54,1 |
102
- | severe toxicity | 11,9 | 81 | 20,7 |
103
- | threat | 16,3 | 82,5 | 27,2 |
104
- | toxicity | 57,6 | 64,9 | 61,1 |
105
- | obscene | 57,7 | 68,9 | 62,8 |
106
- | OVERALL | 41,4 | 67,2 | 51,2 |
107
  | OVERALL weighted by original sample counts | 55,5 | 65,5 | 60,1 |
108
 
109
  ## Licensing Information
 
20
  Examples that made it to the dataset are ones that had unanimous agreement or were resolved through discussion.
21
 
22
 
23
+ ### Citing
24
+
25
+ To cite this dataset use the following bibtex.
26
+
27
+ ```
28
+ @inproceedings{eskelinen-etal-2023-toxicity,
29
+ title = "Toxicity Detection in {F}innish Using Machine Translation",
30
+ author = "Eskelinen, Anni and
31
+ Silvala, Laura and
32
+ Ginter, Filip and
33
+ Pyysalo, Sampo and
34
+ Laippala, Veronika",
35
+ booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)",
36
+ month = may,
37
+ year = "2023",
38
+ address = "T{\'o}rshavn, Faroe Islands",
39
+ publisher = "University of Tartu Library",
40
+ url = "https://aclanthology.org/2023.nodalida-1.68",
41
+ pages = "685--697",
42
+ abstract = "Due to the popularity of social media platforms and the sheer amount of user-generated content online, the automatic detection of toxic language has become crucial in the creation of a friendly and safe digital space. Previous work has been mostly focusing on English leaving many lower-resource languages behind. In this paper, we present novel resources for toxicity detection in Finnish by introducing two new datasets, a machine translated toxicity dataset for Finnish based on the widely used English Jigsaw dataset and a smaller test set of Suomi24 discussion forum comments originally written in Finnish and manually annotated following the definitions of the labels that were used to annotate the Jigsaw dataset. We show that machine translating the training data to Finnish provides better toxicity detection results than using the original English training data and zero-shot cross-lingual transfer with XLM-R, even with our newly annotated dataset from Suomi24.",
43
+ }
44
+ ```
45
+
46
  ## Label definitions taken from Perspective API
47
 
48
  THREAT: Describes an intention to inflict pain, injury, or violence against an individual or group.
 
116
 
117
  ## Evaluation results
118
 
119
+ Evaluation results from using `TurkuNLP/bert-large-finnish-cased-toxicity`.
120
 
121
  | Label | Precision | Recall | F1 |
122
  |------ | ------------------- | ---------------------------- | ---------------------- |
123
+ | identity attack | 73,2 | 32 | 44,6 |
124
+ | insult | 59,4 | 646,8 | 52,4 |
125
+ | severe toxicity | 12 | 28,6 | 16,9 |
126
+ | threat | 32,4 | 28,6 | 30,4 |
127
+ | toxicity | 60,4 | 79,2 | 68,5 |
128
+ | obscene | 64,5 | 82,4 | 72,3 |
129
+ | OVERALL | 57,4 | 58,9 | 51,1 |
130
  | OVERALL weighted by original sample counts | 55,5 | 65,5 | 60,1 |
131
 
132
  ## Licensing Information