dardem commited on
Commit
7a81983
·
1 Parent(s): b9c5b98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # ParaDetox: Detoxification with Parallel Data. Content Task Results
6
+
7
+ This repository contains information about Content Task markup from [English Paradetox dataset](https://huggingface.co/datasets/s-nlp/paradetox) collection pipeline.
8
+ The original paper ["ParaDetox: Detoxification with Parallel Data"](https://aclanthology.org/2022.acl-long.469/) was presented at ACL 2022 main conference.
9
+
10
+ ## ParaDetox Collection Pipeline
11
+
12
+ The ParaDetox Dataset collection was done via [Yandex.Toloka](https://toloka.yandex.com/) crowdsource platform. The collection was done in three steps:
13
+ * *Task 1:* **Generation of Paraphrases**: The first crowdsourcing task asks users to eliminate toxicity in a given sentence while keeping the content.
14
+ * *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.
15
+ * *Task 3:* **Toxicity Check**: Finally, we check if the workers succeeded in removing toxicity.
16
+
17
+ Specifically this repo contains the results of Task 2: Content Preservation Check. Here, the samples with markup confidence >= 90 are present. One text in the pair is toxic, another -- its non-toxic paraphrase (should be).
18
+ Totally, datasets contains 32,317 pairs. Among them, the minor part is negative examples (4,562 pairs).
19
+
20
+ ## Citation
21
+
22
+ ```
23
+ @inproceedings{logacheva-etal-2022-paradetox,
24
+ title = "{P}ara{D}etox: Detoxification with Parallel Data",
25
+ author = "Logacheva, Varvara and
26
+ Dementieva, Daryna and
27
+ Ustyantsev, Sergey and
28
+ Moskovskiy, Daniil and
29
+ Dale, David and
30
+ Krotova, Irina and
31
+ Semenov, Nikita and
32
+ Panchenko, Alexander",
33
+ booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
34
+ month = may,
35
+ year = "2022",
36
+ address = "Dublin, Ireland",
37
+ publisher = "Association for Computational Linguistics",
38
+ url = "https://aclanthology.org/2022.acl-long.469",
39
+ pages = "6804--6818",
40
+ abstract = "We present a novel pipeline for the collection of parallel data for the detoxification task. We collect non-toxic paraphrases for over 10,000 English toxic sentences. We also show that this pipeline can be used to distill a large existing corpus of paraphrases to get toxic-neutral sentence pairs. We release two parallel corpora which can be used for the training of detoxification models. To the best of our knowledge, these are the first parallel datasets for this task.We describe our pipeline in detail to make it fast to set up for a new language or domain, thus contributing to faster and easier development of new parallel resources.We train several detoxification models on the collected data and compare them with several baselines and state-of-the-art unsupervised approaches. We conduct both automatic and manual evaluations. All models trained on parallel data outperform the state-of-the-art unsupervised models by a large margin. This suggests that our novel datasets can boost the performance of detoxification systems.",
41
+ }
42
+ ```
43
+
44
+ ## Contacts
45
+
46
+ For any questions, please contact: Daryna Dementieva ([email protected])