Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,9 @@ This repository contains information about Russian Paradetox dataset -- the firs
|
|
26 |
|
27 |
## ParaDetox Collection Pipeline
|
28 |
|
29 |
-
|
|
|
|
|
30 |
* *Task 1:* **Generation of Paraphrases**: The first crowdsourcing task asks users to eliminate toxicity in a given sentence while keeping the content.
|
31 |
* *Task 2:* **Content Preservation Check**: We show users the generated paraphrases along with their original variants and ask them to indicate if they have close meanings.
|
32 |
* *Task 3:* **Toxicity Check**: Finally, we check if the workers succeeded in removing toxicity.
|
@@ -36,14 +38,19 @@ All these steps were done to ensure high quality of the data and make the proces
|
|
36 |
## Detoxification model
|
37 |
The first *seqseq* SOTA for the detoxification task in Russian -- ruT5 (base) model fine-tuned on the Russian ParaDetox dataset -- we released online in HuggingFace🤗 repository [here](https://huggingface.co/s-nlp/ruT5-base-detox).
|
38 |
|
39 |
-
|
|
|
|
|
40 |
|
41 |
## Citation
|
42 |
|
43 |
```
|
44 |
-
@article{
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
47 |
}
|
48 |
```
|
49 |
and
|
|
|
26 |
|
27 |
## ParaDetox Collection Pipeline
|
28 |
|
29 |
+
<img alt="Collection Pipeline" src="generation_pipeline_blue-1.png">
|
30 |
+
|
31 |
+
The ParaDetox Dataset collection was done via [Toloka.ai](https://toloka.ai) crowdsource platform. The collection was done in three steps:
|
32 |
* *Task 1:* **Generation of Paraphrases**: The first crowdsourcing task asks users to eliminate toxicity in a given sentence while keeping the content.
|
33 |
* *Task 2:* **Content Preservation Check**: We show users the generated paraphrases along with their original variants and ask them to indicate if they have close meanings.
|
34 |
* *Task 3:* **Toxicity Check**: Finally, we check if the workers succeeded in removing toxicity.
|
|
|
38 |
## Detoxification model
|
39 |
The first *seqseq* SOTA for the detoxification task in Russian -- ruT5 (base) model fine-tuned on the Russian ParaDetox dataset -- we released online in HuggingFace🤗 repository [here](https://huggingface.co/s-nlp/ruT5-base-detox).
|
40 |
|
41 |
+
Also, we release the toxicity classifier 🤗[here](https://huggingface.co/s-nlp/russian_toxicity_classifier)
|
42 |
+
|
43 |
+
[Old Versions] You can also check out our [demo](https://detoxifier.nlp.zhores.net/junction/) and telegram [bot](https://t.me/rudetoxifierbot).
|
44 |
|
45 |
## Citation
|
46 |
|
47 |
```
|
48 |
+
@article{Dementieva2022RUSSE2022FO,
|
49 |
+
title = {{RUSSE-2022: Findings of the First Russian Detoxification Shared Task Based on Parallel Corpora}},
|
50 |
+
author = {Daryna Dementieva and Varvara Logacheva and Irina Nikishina and Alena Fenogenova and David Dale and I. Krotova and Nikita Semenov and Tatiana Shavrina and Alexander Panchenko},
|
51 |
+
year = 2022,
|
52 |
+
journal = {COMPUTATIONAL LINGUISTICS AND INTELLECTUAL TECHNOLOGIES},
|
53 |
+
url = {https://api.semanticscholar.org/CorpusID:253169495}
|
54 |
}
|
55 |
```
|
56 |
and
|