dardem commited on
Commit
09e5e79
·
verified ·
1 Parent(s): 3fb5045

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -16,6 +16,10 @@ This repository contains information about ParaDetox dataset -- the first parall
16
 
17
  📰 **Updates**
18
 
 
 
 
 
19
  **[2024]** We have also created versions of ParaDetox in more languages. You can checkout a [RuParaDetox](https://huggingface.co/datasets/s-nlp/ru_paradetox) dataset as well as a [Multilingual TextDetox](https://huggingface.co/textdetox) project that includes 9 languages.
20
 
21
  Corresponding papers:
@@ -46,7 +50,7 @@ The automatic evaluation of the model were produced based on three parameters:
46
  All code used for our experiments to evluate different detoxifcation models can be run via Colab notebook [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1xTqbx7IPF8bVL2bDCfQSDarA43mIPefE?usp=sharing)
47
 
48
  ## Detoxification model
49
- At-the-time SOTA for text detoxification task in English -- BART (base) model trained on ParaDetox dataset -- we release online in HuggingFace🤗 [repo](https://huggingface.co/s-nlp/bart-base-detox).
50
 
51
  You can also check out our [web-demo](https://detoxifier.nlp.zhores.net/junction/).
52
 
@@ -99,4 +103,6 @@ If you find some issue, do not hesitate to add it to [Github Issues](https://git
99
 
100
  For any questions and get the TEST SET, please, contact: Daryna Dementieva ([email protected]), Daniil Moskovskiy ([email protected]), or Alexander Panchenko ([email protected])
101
 
102
- Dataset Card corresponding contact: Daryna Dementieva ([email protected])
 
 
 
16
 
17
  📰 **Updates**
18
 
19
+ **[2025] !!!NOW OPEN!!! TextDetox CLEF2025 shared task: for even more -- 15 languages!** [website](https://pan.webis.de/clef25/pan25-web/text-detoxification.html) 🤗[Starter Kit](https://huggingface.co/collections/textdetox/)
20
+
21
+ **[2025] COLNG2025**: Daryna Dementieva, Nikolay Babakov, Amit Ronen, Abinew Ali Ayele, Naquee Rizwan, Florian Schneider, Xintong Wang, Seid Muhie Yimam, Daniil Alekhseevich Moskovskiy, Elisei Stakovskii, Eran Kaufman, Ashraf Elnagar, Animesh Mukherjee, and Alexander Panchenko. 2025. ***Multilingual and Explainable Text Detoxification with Parallel Corpora***. In Proceedings of the 31st International Conference on Computational Linguistics, pages 7998–8025, Abu Dhabi, UAE. Association for Computational Linguistics. [pdf](https://aclanthology.org/2025.coling-main.535/)
22
+
23
  **[2024]** We have also created versions of ParaDetox in more languages. You can checkout a [RuParaDetox](https://huggingface.co/datasets/s-nlp/ru_paradetox) dataset as well as a [Multilingual TextDetox](https://huggingface.co/textdetox) project that includes 9 languages.
24
 
25
  Corresponding papers:
 
50
  All code used for our experiments to evluate different detoxifcation models can be run via Colab notebook [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1xTqbx7IPF8bVL2bDCfQSDarA43mIPefE?usp=sharing)
51
 
52
  ## Detoxification model
53
+ The first *seq2seq* SOTA for the text detoxification task in English -- BART (base) model trained on ParaDetox dataset -- we release online in HuggingFace🤗 [repo](https://huggingface.co/s-nlp/bart-base-detox).
54
 
55
  You can also check out our [web-demo](https://detoxifier.nlp.zhores.net/junction/).
56
 
 
103
 
104
  For any questions and get the TEST SET, please, contact: Daryna Dementieva ([email protected]), Daniil Moskovskiy ([email protected]), or Alexander Panchenko ([email protected])
105
 
106
+ **Dataset Card and Paper corresponding contact**:
107
+
108
+ [Daryna Dementieva](https://huggingface.co/dardem)