Text Classification
Transformers
Safetensors
xlm-roberta
Inference Endpoints
dardem commited on
Commit
5a56522
1 Parent(s): 0d987af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -1
README.md CHANGED
@@ -14,4 +14,67 @@ language:
14
  - hi
15
  ---
16
 
17
- This is an instance of [xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) that was fine-tuned on binary toxicity classification task based on our compiled dataset [textdetox/multilingual_toxicity_dataset](https://huggingface.co/datasets/textdetox/multilingual_toxicity_dataset).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - hi
15
  ---
16
 
17
+ This is an instance of [xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) that was fine-tuned on binary toxicity classification task based on our compiled dataset [textdetox/multilingual_toxicity_dataset](https://huggingface.co/datasets/textdetox/multilingual_toxicity_dataset).
18
+
19
+ ## Citation
20
+ If you would like to acknowledge our work, please, cite the following manuscripts:
21
+
22
+ ```
23
+ @inproceedings{dementieva2024overview,
24
+ title={Overview of the Multilingual Text Detoxification Task at PAN 2024},
25
+ 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},
26
+ booktitle={Working Notes of CLEF 2024 - Conference and Labs of the Evaluation Forum},
27
+ editor={Guglielmo Faggioli and Nicola Ferro and Petra Galu{\v{s}}{\v{c}}{\'a}kov{\'a} and Alba Garc{\'i}a Seco de Herrera},
28
+ year={2024},
29
+ organization={CEUR-WS.org}
30
+ }
31
+ ```
32
+
33
+ ```
34
+ @inproceedings{DBLP:conf/ecir/BevendorffCCDEFFKMMPPRRSSSTUWZ24,
35
+ author = {Janek Bevendorff and
36
+ Xavier Bonet Casals and
37
+ Berta Chulvi and
38
+ Daryna Dementieva and
39
+ Ashaf Elnagar and
40
+ Dayne Freitag and
41
+ Maik Fr{\"{o}}be and
42
+ Damir Korencic and
43
+ Maximilian Mayerl and
44
+ Animesh Mukherjee and
45
+ Alexander Panchenko and
46
+ Martin Potthast and
47
+ Francisco Rangel and
48
+ Paolo Rosso and
49
+ Alisa Smirnova and
50
+ Efstathios Stamatatos and
51
+ Benno Stein and
52
+ Mariona Taul{\'{e}} and
53
+ Dmitry Ustalov and
54
+ Matti Wiegmann and
55
+ Eva Zangerle},
56
+ editor = {Nazli Goharian and
57
+ Nicola Tonellotto and
58
+ Yulan He and
59
+ Aldo Lipani and
60
+ Graham McDonald and
61
+ Craig Macdonald and
62
+ Iadh Ounis},
63
+ title = {Overview of {PAN} 2024: Multi-author Writing Style Analysis, Multilingual
64
+ Text Detoxification, Oppositional Thinking Analysis, and Generative
65
+ {AI} Authorship Verification - Extended Abstract},
66
+ booktitle = {Advances in Information Retrieval - 46th European Conference on Information
67
+ Retrieval, {ECIR} 2024, Glasgow, UK, March 24-28, 2024, Proceedings,
68
+ Part {VI}},
69
+ series = {Lecture Notes in Computer Science},
70
+ volume = {14613},
71
+ pages = {3--10},
72
+ publisher = {Springer},
73
+ year = {2024},
74
+ url = {https://doi.org/10.1007/978-3-031-56072-9\_1},
75
+ doi = {10.1007/978-3-031-56072-9\_1},
76
+ timestamp = {Fri, 29 Mar 2024 23:01:36 +0100},
77
+ biburl = {https://dblp.org/rec/conf/ecir/BevendorffCCDEFFKMMPPRRSSSTUWZ24.bib},
78
+ bibsource = {dblp computer science bibliography, https://dblp.org}
79
+ }
80
+ ```