Update README.md
Browse files
README.md
CHANGED
@@ -59,9 +59,12 @@ dataset_info:
|
|
59 |
**MultiParaDetox (Test)**
|
60 |
|
61 |
This is the multilingual parallel dataset for text detoxification prepared for [CLEF TextDetox 2024](https://pan.webis.de/clef24/pan24-web/text-detoxification.html) shared task.
|
62 |
-
For each of 9 languages, we collected 1k pairs of toxic<->detoxified instances splitted into two parts: dev (400 pairs) and test (600 pairs).
|
|
|
|
|
|
|
|
|
63 |
|
64 |
-
**Now, only dev set toxic sentences are released. Dev set references and test set toxic sentences will be released later with the test phase of the competition!**
|
65 |
|
66 |
The list of the sources for the original toxic sentences:
|
67 |
* English: [Jigsaw](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge), [Unitary AI Toxicity Dataset](https://github.com/unitaryai/detoxify)
|
@@ -71,4 +74,6 @@ The list of the sources for the original toxic sentences:
|
|
71 |
* German: [GemEval 2018, 2021](https://aclanthology.org/2021.germeval-1.1/)
|
72 |
* Amhairc: [Amharic Hate Speech](https://github.com/uhh-lt/AmharicHateSpeech)
|
73 |
* Arabic: [OSACT4](https://edinburghnlp.inf.ed.ac.uk/workshops/OSACT4/)
|
74 |
-
* Hindi: [Hostility Detection Dataset in Hindi](https://competitions.codalab.org/competitions/26654#learn_the_details-dataset), [Overview of the HASOC track at FIRE 2019: Hate Speech and Offensive Content Identification in Indo-European Languages](https://dl.acm.org/doi/pdf/10.1145/3368567.3368584?download=true)
|
|
|
|
|
|
59 |
**MultiParaDetox (Test)**
|
60 |
|
61 |
This is the multilingual parallel dataset for text detoxification prepared for [CLEF TextDetox 2024](https://pan.webis.de/clef24/pan24-web/text-detoxification.html) shared task.
|
62 |
+
For each of 9 languages, we collected 1k pairs of toxic<->detoxified instances splitted into two parts: dev (400 pairs) and test (600 pairs).
|
63 |
+
|
64 |
+
|
65 |
+
### !! This is a **test** part of MultiParadetox. For the **dev** part please refer to [textdetox/multilingual_paradetox](https://huggingface.co/datasets/textdetox/multilingual_paradetox)
|
66 |
+
|
67 |
|
|
|
68 |
|
69 |
The list of the sources for the original toxic sentences:
|
70 |
* English: [Jigsaw](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge), [Unitary AI Toxicity Dataset](https://github.com/unitaryai/detoxify)
|
|
|
74 |
* German: [GemEval 2018, 2021](https://aclanthology.org/2021.germeval-1.1/)
|
75 |
* Amhairc: [Amharic Hate Speech](https://github.com/uhh-lt/AmharicHateSpeech)
|
76 |
* Arabic: [OSACT4](https://edinburghnlp.inf.ed.ac.uk/workshops/OSACT4/)
|
77 |
+
* Hindi: [Hostility Detection Dataset in Hindi](https://competitions.codalab.org/competitions/26654#learn_the_details-dataset), [Overview of the HASOC track at FIRE 2019: Hate Speech and Offensive Content Identification in Indo-European Languages](https://dl.acm.org/doi/pdf/10.1145/3368567.3368584?download=true)
|
78 |
+
|
79 |
+
We also added toxic words from Toxicity-200 [corpus](https://github.com/facebookresearch/flores/blob/main/toxicity/README.md) from Facebook Research for all the languages.
|