dardem commited on
Commit
3682a25
1 Parent(s): e677a8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -4
README.md CHANGED
@@ -30,10 +30,68 @@ This is a baseline detoxification model trained on released parallel corpus (dev
30
 
31
  The base model for this fine-tune is [mT5-xl](https://huggingface.co/google/mt5-xl).
32
 
33
- ### Model Description
34
 
35
- <!-- Provide a longer summary of what this model is. -->
36
 
37
- ## Citation
 
 
 
 
 
 
 
 
 
 
 
38
 
39
- The model is developed as a baseline for [TextDetox CLEF-2024](https://pan.webis.de/clef24/pan24-web/text-detoxification.html) shared task.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  The base model for this fine-tune is [mT5-xl](https://huggingface.co/google/mt5-xl).
32
 
33
+ ## Citation
34
 
35
+ The model is developed as a baseline for [TextDetox CLEF-2024](https://pan.webis.de/clef24/pan24-web/text-detoxification.html) shared task.
36
 
37
+ If you would like to acknowledge our work, please, cite the following manuscripts:
38
+
39
+ ```
40
+ @inproceedings{dementieva2024overview,
41
+ title={Overview of the Multilingual Text Detoxification Task at PAN 2024},
42
+ 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},
43
+ booktitle={Working Notes of CLEF 2024 - Conference and Labs of the Evaluation Forum},
44
+ editor={Guglielmo Faggioli and Nicola Ferro and Petra Galu{\v{s}}{\v{c}}{\'a}kov{\'a} and Alba Garc{\'i}a Seco de Herrera},
45
+ year={2024},
46
+ organization={CEUR-WS.org}
47
+ }
48
+ ```
49
 
50
+ ```
51
+ @inproceedings{DBLP:conf/ecir/BevendorffCCDEFFKMMPPRRSSSTUWZ24,
52
+ author = {Janek Bevendorff and
53
+ Xavier Bonet Casals and
54
+ Berta Chulvi and
55
+ Daryna Dementieva and
56
+ Ashaf Elnagar and
57
+ Dayne Freitag and
58
+ Maik Fr{\"{o}}be and
59
+ Damir Korencic and
60
+ Maximilian Mayerl and
61
+ Animesh Mukherjee and
62
+ Alexander Panchenko and
63
+ Martin Potthast and
64
+ Francisco Rangel and
65
+ Paolo Rosso and
66
+ Alisa Smirnova and
67
+ Efstathios Stamatatos and
68
+ Benno Stein and
69
+ Mariona Taul{\'{e}} and
70
+ Dmitry Ustalov and
71
+ Matti Wiegmann and
72
+ Eva Zangerle},
73
+ editor = {Nazli Goharian and
74
+ Nicola Tonellotto and
75
+ Yulan He and
76
+ Aldo Lipani and
77
+ Graham McDonald and
78
+ Craig Macdonald and
79
+ Iadh Ounis},
80
+ title = {Overview of {PAN} 2024: Multi-author Writing Style Analysis, Multilingual
81
+ Text Detoxification, Oppositional Thinking Analysis, and Generative
82
+ {AI} Authorship Verification - Extended Abstract},
83
+ booktitle = {Advances in Information Retrieval - 46th European Conference on Information
84
+ Retrieval, {ECIR} 2024, Glasgow, UK, March 24-28, 2024, Proceedings,
85
+ Part {VI}},
86
+ series = {Lecture Notes in Computer Science},
87
+ volume = {14613},
88
+ pages = {3--10},
89
+ publisher = {Springer},
90
+ year = {2024},
91
+ url = {https://doi.org/10.1007/978-3-031-56072-9\_1},
92
+ doi = {10.1007/978-3-031-56072-9\_1},
93
+ timestamp = {Fri, 29 Mar 2024 23:01:36 +0100},
94
+ biburl = {https://dblp.org/rec/conf/ecir/BevendorffCCDEFFKMMPPRRSSSTUWZ24.bib},
95
+ bibsource = {dblp computer science bibliography, https://dblp.org}
96
+ }
97
+ ```