Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
hate-speech-detection
Size:
10K - 100K
ArXiv:
update citation
Browse files- offenseval_2020.py +20 -0
offenseval_2020.py
CHANGED
@@ -26,6 +26,26 @@ logger = datasets.logging.get_logger(__name__)
|
|
26 |
|
27 |
|
28 |
_CITATION = """\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
"""
|
30 |
|
31 |
_DESCRIPTION = """\
|
|
|
26 |
|
27 |
|
28 |
_CITATION = """\
|
29 |
+
@inproceedings{zampieri-etal-2020-semeval,
|
30 |
+
title = "{S}em{E}val-2020 Task 12: Multilingual Offensive Language Identification in Social Media ({O}ffens{E}val 2020)",
|
31 |
+
author = {Zampieri, Marcos and
|
32 |
+
Nakov, Preslav and
|
33 |
+
Rosenthal, Sara and
|
34 |
+
Atanasova, Pepa and
|
35 |
+
Karadzhov, Georgi and
|
36 |
+
Mubarak, Hamdy and
|
37 |
+
Derczynski, Leon and
|
38 |
+
Pitenis, Zeses and
|
39 |
+
Coltekin, Cagri,
|
40 |
+
booktitle = "Proceedings of the Fourteenth Workshop on Semantic Evaluation",
|
41 |
+
month = dec,
|
42 |
+
year = "2020",
|
43 |
+
address = "Barcelona (online)",
|
44 |
+
publisher = "International Committee for Computational Linguistics",
|
45 |
+
url = "https://aclanthology.org/2020.semeval-1.188",
|
46 |
+
doi = "10.18653/v1/2020.semeval-1.188",
|
47 |
+
pages = "1425--1447",
|
48 |
+
}
|
49 |
"""
|
50 |
|
51 |
_DESCRIPTION = """\
|