Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
dardem commited on
Commit
3bfc11e
1 Parent(s): 2735e9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -1
README.md CHANGED
@@ -82,4 +82,67 @@ The list of original sources:
82
 
83
  We also added toxic words from Toxicity-200 [corpus](https://github.com/facebookresearch/flores/blob/main/toxicity/README.md) from Facebook Research for all the languages.
84
 
85
- All credits go to the authors of the original toxic words lists.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
  We also added toxic words from Toxicity-200 [corpus](https://github.com/facebookresearch/flores/blob/main/toxicity/README.md) from Facebook Research for all the languages.
84
 
85
+ All credits go to the authors of the original toxic words lists.
86
+
87
+ ## Citation
88
+ If you would like to acknowledge our work, please, cite the following manuscripts:
89
+
90
+ ```
91
+ @inproceedings{dementieva2024overview,
92
+ title={Overview of the Multilingual Text Detoxification Task at PAN 2024},
93
+ author={Dementieva, Daryna and Moskovskiy, Daniil and Babakov, Nikolay and Ayele, Abinew Ali and Rizwan, Naquee and Schneider, Frolian and Wang, Xintog and Yimam, Seid Muhie and Ustalov, Dmitry and Stakovskii, Elisei and Smirnova, Alisa and Elnagar, Ashraf and Mukherjee, Animesh and Panchenko, Alexander},
94
+ booktitle={Working Notes of CLEF 2024 - Conference and Labs of the Evaluation Forum},
95
+ editor={Guglielmo Faggioli and Nicola Ferro and Petra Galu{\v{s}}{\v{c}}{\'a}kov{\'a} and Alba Garc{\'i}a Seco de Herrera},
96
+ year={2024},
97
+ organization={CEUR-WS.org}
98
+ }
99
+ ```
100
+
101
+ ```
102
+ @inproceedings{DBLP:conf/ecir/BevendorffCCDEFFKMMPPRRSSSTUWZ24,
103
+ author = {Janek Bevendorff and
104
+ Xavier Bonet Casals and
105
+ Berta Chulvi and
106
+ Daryna Dementieva and
107
+ Ashaf Elnagar and
108
+ Dayne Freitag and
109
+ Maik Fr{\"{o}}be and
110
+ Damir Korencic and
111
+ Maximilian Mayerl and
112
+ Animesh Mukherjee and
113
+ Alexander Panchenko and
114
+ Martin Potthast and
115
+ Francisco Rangel and
116
+ Paolo Rosso and
117
+ Alisa Smirnova and
118
+ Efstathios Stamatatos and
119
+ Benno Stein and
120
+ Mariona Taul{\'{e}} and
121
+ Dmitry Ustalov and
122
+ Matti Wiegmann and
123
+ Eva Zangerle},
124
+ editor = {Nazli Goharian and
125
+ Nicola Tonellotto and
126
+ Yulan He and
127
+ Aldo Lipani and
128
+ Graham McDonald and
129
+ Craig Macdonald and
130
+ Iadh Ounis},
131
+ title = {Overview of {PAN} 2024: Multi-author Writing Style Analysis, Multilingual
132
+ Text Detoxification, Oppositional Thinking Analysis, and Generative
133
+ {AI} Authorship Verification - Extended Abstract},
134
+ booktitle = {Advances in Information Retrieval - 46th European Conference on Information
135
+ Retrieval, {ECIR} 2024, Glasgow, UK, March 24-28, 2024, Proceedings,
136
+ Part {VI}},
137
+ series = {Lecture Notes in Computer Science},
138
+ volume = {14613},
139
+ pages = {3--10},
140
+ publisher = {Springer},
141
+ year = {2024},
142
+ url = {https://doi.org/10.1007/978-3-031-56072-9\_1},
143
+ doi = {10.1007/978-3-031-56072-9\_1},
144
+ timestamp = {Fri, 29 Mar 2024 23:01:36 +0100},
145
+ biburl = {https://dblp.org/rec/conf/ecir/BevendorffCCDEFFKMMPPRRSSSTUWZ24.bib},
146
+ bibsource = {dblp computer science bibliography, https://dblp.org}
147
+ }
148
+ ```