Update README.md
Browse files
README.md
CHANGED
@@ -74,10 +74,18 @@ configs:
|
|
74 |
---
|
75 |
**MultiParaDetox**
|
76 |
|
77 |
-
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.
|
78 |
For each of 9 languages, we collected 1k pairs of toxic<->detoxified instances splitted into two parts: dev (400 pairs) and test (600 pairs).
|
79 |
|
80 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
The list of the sources for the original toxic sentences:
|
83 |
* English: [Jigsaw](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge), [Unitary AI Toxicity Dataset](https://github.com/unitaryai/detoxify)
|
|
|
74 |
---
|
75 |
**MultiParaDetox**
|
76 |
|
77 |
+
This is the multilingual parallel dataset for the text detoxification task prepared for [CLEF TextDetox 2024](https://pan.webis.de/clef24/pan24-web/text-detoxification.html) shared task.
|
78 |
For each of 9 languages, we collected 1k pairs of toxic<->detoxified instances splitted into two parts: dev (400 pairs) and test (600 pairs).
|
79 |
|
80 |
+
📰 **Updates**
|
81 |
+
|
82 |
+
**[2024]** You can check additional releases for [Ukrainian ParaDetox](https://huggingface.co/datasets/textdetox/uk_paradetox) and [Spanish ParaDetox](https://huggingface.co/datasets/textdetox/es_paradetox) from NAACL 2024!
|
83 |
+
|
84 |
+
**[2024]** **April, 23rd, update: We are realsing the parallel dev set! The test part for the final phase of the competition is available [here](https://huggingface.co/datasets/textdetox/multilingual_paradetox_test)!!!**
|
85 |
+
|
86 |
+
**[2022]** You can also check previously created training corpora: [English ParaDetox](https://huggingface.co/datasets/s-nlp/paradetox) from ACL 2022 and [Russian ParaDetox](https://huggingface.co/datasets/s-nlp/ru_paradetox).
|
87 |
+
|
88 |
+
## Toxic Samples Sources
|
89 |
|
90 |
The list of the sources for the original toxic sentences:
|
91 |
* English: [Jigsaw](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge), [Unitary AI Toxicity Dataset](https://github.com/unitaryai/detoxify)
|