Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
dardem commited on
Commit
e7dbfcf
·
verified ·
1 Parent(s): eda7669

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -79,6 +79,8 @@ For each of 9 languages, we collected 1k pairs of toxic<->detoxified instances s
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)!!!**
@@ -100,6 +102,40 @@ The list of the sources for the original toxic sentences:
100
  ## Citation
101
  If you would like to acknowledge our work, please, cite the following manuscripts:
102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  ```
104
  @inproceedings{dementieva2024overview,
105
  title={Overview of the Multilingual Text Detoxification Task at PAN 2024},
 
79
 
80
  📰 **Updates**
81
 
82
+ **[2025]** We dived into the explainability of our data in our new [COLING paper](https://huggingface.co/papers/2412.11691)!
83
+
84
  **[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!
85
 
86
  **[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)!!!**
 
102
  ## Citation
103
  If you would like to acknowledge our work, please, cite the following manuscripts:
104
 
105
+ ```
106
+ @inproceedings{dementieva-etal-2025-multilingual,
107
+ title = "Multilingual and Explainable Text Detoxification with Parallel Corpora",
108
+ author = "Dementieva, Daryna and
109
+ Babakov, Nikolay and
110
+ Ronen, Amit and
111
+ Ayele, Abinew Ali and
112
+ Rizwan, Naquee and
113
+ Schneider, Florian and
114
+ Wang, Xintong and
115
+ Yimam, Seid Muhie and
116
+ Moskovskiy, Daniil Alekhseevich and
117
+ Stakovskii, Elisei and
118
+ Kaufman, Eran and
119
+ Elnagar, Ashraf and
120
+ Mukherjee, Animesh and
121
+ Panchenko, Alexander",
122
+ editor = "Rambow, Owen and
123
+ Wanner, Leo and
124
+ Apidianaki, Marianna and
125
+ Al-Khalifa, Hend and
126
+ Eugenio, Barbara Di and
127
+ Schockaert, Steven",
128
+ booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",
129
+ month = jan,
130
+ year = "2025",
131
+ address = "Abu Dhabi, UAE",
132
+ publisher = "Association for Computational Linguistics",
133
+ url = "https://aclanthology.org/2025.coling-main.535/",
134
+ pages = "7998--8025",
135
+ abstract = "Even with various regulations in place across countries and social media platforms (Government of India, 2021; European Parliament and Council of the European Union, 2022), digital abusive speech remains a significant issue. One potential approach to address this challenge is automatic text detoxification, a text style transfer (TST) approach that transforms toxic language into a more neutral or non-toxic form. To date, the availability of parallel corpora for the text detoxification task (Logacheva et al., 2022; Atwell et al., 2022; Dementieva et al., 2024a) has proven to be crucial for state-of-the-art approaches. With this work, we extend parallel text detoxification corpus to new languages{---}German, Chinese, Arabic, Hindi, and Amharic{---}testing in the extensive multilingual setup TST baselines. Next, we conduct the first of its kind an automated, explainable analysis of the descriptive features of both toxic and non-toxic sentences, diving deeply into the nuances, similarities, and differences of toxicity and detoxification across 9 languages. Finally, based on the obtained insights, we experiment with a novel text detoxification method inspired by the Chain-of-Thoughts reasoning approach, enhancing the prompting process through clustering on relevant descriptive attributes."
136
+ }
137
+ ```
138
+
139
  ```
140
  @inproceedings{dementieva2024overview,
141
  title={Overview of the Multilingual Text Detoxification Task at PAN 2024},