Text Classification
Transformers
Safetensors
bert
toxic
text-embeddings-inference
dardem commited on
Commit
8fe5526
·
verified ·
1 Parent(s): 0667d0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -69,4 +69,37 @@ output = model(batch)
69
  ## Citation
70
  The model is prepared for [TextDetox 2025 Shared Task](https://pan.webis.de/clef25/pan25-web/text-detoxification.html) evaluation.
71
 
72
- Citation TBD soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  ## Citation
70
  The model is prepared for [TextDetox 2025 Shared Task](https://pan.webis.de/clef25/pan25-web/text-detoxification.html) evaluation.
71
 
72
+ ```
73
+ @inproceedings{dementieva2025overview,
74
+ title={Overview of the Multilingual Text Detoxification Task at PAN 2025},
75
+ author={Dementieva, Daryna and
76
+ Protasov, Vitaly and
77
+ Babakov, Nikolay and
78
+ Rizwan, Naquee and
79
+ Alimova, Ilseyar and
80
+ Brune, Caroline and
81
+ Konovalov, Vasily and
82
+ Muti, Arianna and
83
+ Liebeskind, Chaya and
84
+ Litvak, Marina and
85
+ Nozza, Debora, and
86
+ Shah Khan, Shehryaar and
87
+ Takeshita, Sotaro and
88
+ Vanetik, Natalia and
89
+ Ayele, Abinew Ali and
90
+ Schneider, Frolian and
91
+ Wang, Xintog and
92
+ Yimam, Seid Muhie and
93
+ Elnagar, Ashraf and
94
+ Mukherjee, Animesh and
95
+ Panchenko, Alexander},
96
+ booktitle={Working Notes of CLEF 2025 -- Conference and Labs of the Evaluation Forum},
97
+ editor={Guglielmo Faggioli and Nicola Ferro and Paolo Rosso and Damiano Spina},
98
+ month = sep,
99
+ publisher = {CEUR-WS.org},
100
+ series = {CEUR Workshop Proceedings},
101
+ site = {Vienna, Austria},
102
+ url = {https://ceur-ws.org/Vol-4038/paper_278.pdf},
103
+ year = 2025
104
+ }
105
+ ```