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
@@ -15,10 +15,10 @@ size_categories:
|
|
15 |
---
|
16 |
|
17 |
|
18 |
-
### Dataset
|
19 |
|
20 |
This dataset is a DeepL -based machine translated version of the Jigsaw toxicity dataset for Finnish. The dataset is originally from a Kaggle competition https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge/data.
|
21 |
-
The dataset poses a multi-label text classification problem and includes the labels `identity_attack
|
22 |
|
23 |
#### Example data
|
24 |
|
@@ -36,7 +36,7 @@ The dataset poses a multi-label text classification problem and includes the lab
|
|
36 |
}
|
37 |
```
|
38 |
|
39 |
-
### Data
|
40 |
|
41 |
Fields marked as `label_` have either `0` to convey *not* having that category of toxicity in the text and `1` to convey having that category of toxicity present in the text.
|
42 |
|
@@ -51,7 +51,7 @@ Fields marked as `label_` have either `0` to convey *not* having that category o
|
|
51 |
- `text`: a `string` feature.
|
52 |
|
53 |
|
54 |
-
### Data
|
55 |
|
56 |
The splits are the same as in the original English data.
|
57 |
|
@@ -59,6 +59,18 @@ The splits are the same as in the original English data.
|
|
59 |
| -------- | -----: | ---------: |
|
60 |
| Jigsaw toxicity data | 159571 | 63978 |
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
### Considerations for Using the Data
|
63 |
Due to DeepL terms and conditions, this dataset **must not be used for any machine translation work**, namely machine translation
|
64 |
system development and evaluation of any kind. In general, we wish you do not pair the original English data with the translations
|
|
|
15 |
---
|
16 |
|
17 |
|
18 |
+
### Dataset Summary
|
19 |
|
20 |
This dataset is a DeepL -based machine translated version of the Jigsaw toxicity dataset for Finnish. The dataset is originally from a Kaggle competition https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge/data.
|
21 |
+
The dataset poses a multi-label text classification problem and includes the labels `identity_attack`, `insult`, `obscene`, `severe_toxicity`, `threat` and `toxicity`.
|
22 |
|
23 |
#### Example data
|
24 |
|
|
|
36 |
}
|
37 |
```
|
38 |
|
39 |
+
### Data Fields
|
40 |
|
41 |
Fields marked as `label_` have either `0` to convey *not* having that category of toxicity in the text and `1` to convey having that category of toxicity present in the text.
|
42 |
|
|
|
51 |
- `text`: a `string` feature.
|
52 |
|
53 |
|
54 |
+
### Data Splits
|
55 |
|
56 |
The splits are the same as in the original English data.
|
57 |
|
|
|
59 |
| -------- | -----: | ---------: |
|
60 |
| Jigsaw toxicity data | 159571 | 63978 |
|
61 |
|
62 |
+
### Evaluation Results
|
63 |
+
|
64 |
+
Results from fine-tuning [TurkuNLP/bert-large-finnish-cased-v1](https://huggingface.co/TurkuNLP/bert-large-finnish-cased-v1) for multi-label toxicity detection.
|
65 |
+
| dataset | F1-micro | Precision | Recall |
|
66 |
+
| -------------------- | ----: | ---: | ----: |
|
67 |
+
| TurkuNLP/wikipedia-toxicity-data-fi | 0.66 | 0.58 | 0.76 |
|
68 |
+
|
69 |
+
<!--- Base results from fine-tuning [bert-large-cased](https://huggingface.co/bert-large-cased) on the original English data for multi-label toxicity detection.
|
70 |
+
| dataset | F1-micro | Precision | Recall |
|
71 |
+
| -------------------- | ----: | ---: | ----: |
|
72 |
+
| jigsaw_toxicity_pred | 0.69 | 0.59 | 0.81 | --->
|
73 |
+
|
74 |
### Considerations for Using the Data
|
75 |
Due to DeepL terms and conditions, this dataset **must not be used for any machine translation work**, namely machine translation
|
76 |
system development and evaluation of any kind. In general, we wish you do not pair the original English data with the translations
|