Datasets:
Tasks:
Text Classification
Formats:
json
Sub-tasks:
multi-label-classification
Languages:
Finnish
Size:
100K - 1M
Tags:
toxicity, multi-label
License:
Update README.md
Browse files
README.md
CHANGED
@@ -77,4 +77,26 @@ except when working on research unrelated to machine translation, so as not to i
|
|
77 |
### Licensing Information
|
78 |
Contents of this repository are distributed under the
|
79 |
[Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/).
|
80 |
-
Copyright of the dataset contents belongs to the original copyright holders.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
### Licensing Information
|
78 |
Contents of this repository are distributed under the
|
79 |
[Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/).
|
80 |
+
Copyright of the dataset contents belongs to the original copyright holders.
|
81 |
+
|
82 |
+
### Citing
|
83 |
+
To cite this dataset use the following bibtex.
|
84 |
+
|
85 |
+
```
|
86 |
+
@inproceedings{eskelinen-etal-2023-toxicity,
|
87 |
+
title = "Toxicity Detection in {F}innish Using Machine Translation",
|
88 |
+
author = "Eskelinen, Anni and
|
89 |
+
Silvala, Laura and
|
90 |
+
Ginter, Filip and
|
91 |
+
Pyysalo, Sampo and
|
92 |
+
Laippala, Veronika",
|
93 |
+
booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)",
|
94 |
+
month = may,
|
95 |
+
year = "2023",
|
96 |
+
address = "T{\'o}rshavn, Faroe Islands",
|
97 |
+
publisher = "University of Tartu Library",
|
98 |
+
url = "https://aclanthology.org/2023.nodalida-1.68",
|
99 |
+
pages = "685--697",
|
100 |
+
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.",
|
101 |
+
}
|
102 |
+
```
|