dardem commited on
Commit
87d54b8
1 Parent(s): d3fe8bc

Update README.md

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