dardem commited on
Commit
39596aa
1 Parent(s): a11d71e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -1
README.md CHANGED
@@ -87,4 +87,67 @@ The list of the sources for the original toxic sentences:
87
  * German: [GemEval 2018, 2021](https://aclanthology.org/2021.germeval-1.1/)
88
  * Amhairc: [Amharic Hate Speech](https://github.com/uhh-lt/AmharicHateSpeech)
89
  * Arabic: [OSACT4](https://edinburghnlp.inf.ed.ac.uk/workshops/OSACT4/)
90
- * Hindi: [Hostility Detection Dataset in Hindi](https://competitions.codalab.org/competitions/26654#learn_the_details-dataset), [Overview of the HASOC track at FIRE 2019: Hate Speech and Offensive Content Identification in Indo-European Languages](https://dl.acm.org/doi/pdf/10.1145/3368567.3368584?download=true)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  * German: [GemEval 2018, 2021](https://aclanthology.org/2021.germeval-1.1/)
88
  * Amhairc: [Amharic Hate Speech](https://github.com/uhh-lt/AmharicHateSpeech)
89
  * Arabic: [OSACT4](https://edinburghnlp.inf.ed.ac.uk/workshops/OSACT4/)
90
+ * Hindi: [Hostility Detection Dataset in Hindi](https://competitions.codalab.org/competitions/26654#learn_the_details-dataset), [Overview of the HASOC track at FIRE 2019: Hate Speech and Offensive Content Identification in Indo-European Languages](https://dl.acm.org/doi/pdf/10.1145/3368567.3368584?download=true)
91
+
92
+ ## Citation
93
+ If you would like to acknowledge our work, please, cite the following manuscripts:
94
+
95
+ ```
96
+ @inproceedings{dementieva2024overview,
97
+ title={Overview of the Multilingual Text Detoxification Task at PAN 2024},
98
+ 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},
99
+ booktitle={Working Notes of CLEF 2024 - Conference and Labs of the Evaluation Forum},
100
+ editor={Guglielmo Faggioli and Nicola Ferro and Petra Galu{\v{s}}{\v{c}}{\'a}kov{\'a} and Alba Garc{\'i}a Seco de Herrera},
101
+ year={2024},
102
+ organization={CEUR-WS.org}
103
+ }
104
+ ```
105
+
106
+ ```
107
+ @inproceedings{DBLP:conf/ecir/BevendorffCCDEFFKMMPPRRSSSTUWZ24,
108
+ author = {Janek Bevendorff and
109
+ Xavier Bonet Casals and
110
+ Berta Chulvi and
111
+ Daryna Dementieva and
112
+ Ashaf Elnagar and
113
+ Dayne Freitag and
114
+ Maik Fr{\"{o}}be and
115
+ Damir Korencic and
116
+ Maximilian Mayerl and
117
+ Animesh Mukherjee and
118
+ Alexander Panchenko and
119
+ Martin Potthast and
120
+ Francisco Rangel and
121
+ Paolo Rosso and
122
+ Alisa Smirnova and
123
+ Efstathios Stamatatos and
124
+ Benno Stein and
125
+ Mariona Taul{\'{e}} and
126
+ Dmitry Ustalov and
127
+ Matti Wiegmann and
128
+ Eva Zangerle},
129
+ editor = {Nazli Goharian and
130
+ Nicola Tonellotto and
131
+ Yulan He and
132
+ Aldo Lipani and
133
+ Graham McDonald and
134
+ Craig Macdonald and
135
+ Iadh Ounis},
136
+ title = {Overview of {PAN} 2024: Multi-author Writing Style Analysis, Multilingual
137
+ Text Detoxification, Oppositional Thinking Analysis, and Generative
138
+ {AI} Authorship Verification - Extended Abstract},
139
+ booktitle = {Advances in Information Retrieval - 46th European Conference on Information
140
+ Retrieval, {ECIR} 2024, Glasgow, UK, March 24-28, 2024, Proceedings,
141
+ Part {VI}},
142
+ series = {Lecture Notes in Computer Science},
143
+ volume = {14613},
144
+ pages = {3--10},
145
+ publisher = {Springer},
146
+ year = {2024},
147
+ url = {https://doi.org/10.1007/978-3-031-56072-9\_1},
148
+ doi = {10.1007/978-3-031-56072-9\_1},
149
+ timestamp = {Fri, 29 Mar 2024 23:01:36 +0100},
150
+ biburl = {https://dblp.org/rec/conf/ecir/BevendorffCCDEFFKMMPPRRSSSTUWZ24.bib},
151
+ bibsource = {dblp computer science bibliography, https://dblp.org}
152
+ }
153
+ ```