Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
parquet-converter commited on
Commit
5e23389
·
1 Parent(s): 0594ada

Update parquet files

Browse files
README.md DELETED
@@ -1,226 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - expert-generated
4
- language_creators:
5
- - found
6
- languages:
7
- - ar
8
- - da
9
- - en
10
- - gr
11
- - tr
12
- licenses:
13
- - cc-by-4.0
14
- multilinguality:
15
- - multilingual
16
- pretty_name: OffensEval 2020
17
- size_categories:
18
- - 10K<n<100K
19
- source_datasets:
20
- - original
21
- task_categories:
22
- - text-classification
23
- task_ids:
24
- - hate-speech-detection
25
- - text-classification-other-hate-speech-detection
26
- extra_gated_prompt: "Warning: this repository contains harmful content (abusive language, hate speech)."
27
- paperswithcode_id:
28
- - dkhate
29
- - ogtd
30
- ---
31
-
32
- # Dataset Card for "offenseval_2020"
33
-
34
- ## Table of Contents
35
- - [Dataset Description](#dataset-description)
36
- - [Dataset Summary](#dataset-summary)
37
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
38
- - [Languages](#languages)
39
- - [Dataset Structure](#dataset-structure)
40
- - [Data Instances](#data-instances)
41
- - [Data Fields](#data-fields)
42
- - [Data Splits](#data-splits)
43
- - [Dataset Creation](#dataset-creation)
44
- - [Curation Rationale](#curation-rationale)
45
- - [Source Data](#source-data)
46
- - [Annotations](#annotations)
47
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
48
- - [Considerations for Using the Data](#considerations-for-using-the-data)
49
- - [Social Impact of Dataset](#social-impact-of-dataset)
50
- - [Discussion of Biases](#discussion-of-biases)
51
- - [Other Known Limitations](#other-known-limitations)
52
- - [Additional Information](#additional-information)
53
- - [Dataset Curators](#dataset-curators)
54
- - [Licensing Information](#licensing-information)
55
- - [Citation Information](#citation-information)
56
- - [Contributions](#contributions)
57
-
58
- ## Dataset Description
59
-
60
- - **Homepage:** [https://sites.google.com/site/offensevalsharedtask/results-and-paper-submission](https://sites.google.com/site/offensevalsharedtask/results-and-paper-submission)
61
- - **Repository:**
62
- - **Paper:** [https://aclanthology.org/2020.semeval-1.188/](https://aclanthology.org/2020.semeval-1.188/), [https://arxiv.org/abs/2006.07235](https://arxiv.org/abs/2006.07235)
63
- - **Point of Contact:** [Leon Derczynski](https://github.com/leondz)
64
-
65
- ### Dataset Summary
66
-
67
- OffensEval 2020 features a multilingual dataset with five languages. The languages included in OffensEval 2020 are:
68
-
69
- * Arabic
70
- * Danish
71
- * English
72
- * Greek
73
- * Turkish
74
-
75
- The annotation follows the hierarchical tagset proposed in the Offensive Language Identification Dataset (OLID) and used in OffensEval 2019.
76
- In this taxonomy we break down offensive content into the following three sub-tasks taking the type and target of offensive content into account.
77
- The following sub-tasks were organized:
78
-
79
- * Sub-task A - Offensive language identification;
80
- * Sub-task B - Automatic categorization of offense types;
81
- * Sub-task C - Offense target identification.
82
-
83
- English training data is omitted so needs to be collected otherwise (see [https://zenodo.org/record/3950379#.XxZ-aFVKipp](https://zenodo.org/record/3950379#.XxZ-aFVKipp))
84
-
85
- The source datasets come from:
86
-
87
- * Arabic [https://arxiv.org/pdf/2004.02192.pdf](https://arxiv.org/pdf/2004.02192.pdf), [https://aclanthology.org/2021.wanlp-1.13/](https://aclanthology.org/2021.wanlp-1.13/)
88
- * Danish [https://arxiv.org/pdf/1908.04531.pdf](https://arxiv.org/pdf/1908.04531.pdf), [https://aclanthology.org/2020.lrec-1.430/?ref=https://githubhelp.com](https://aclanthology.org/2020.lrec-1.430/)
89
- * English [https://arxiv.org/pdf/2004.14454.pdf](https://arxiv.org/pdf/2004.14454.pdf), [https://aclanthology.org/2021.findings-acl.80.pdf](https://aclanthology.org/2021.findings-acl.80.pdf)
90
- * Greek [https://arxiv.org/pdf/2003.07459.pdf](https://arxiv.org/pdf/2003.07459.pdf), [https://aclanthology.org/2020.lrec-1.629/](https://aclanthology.org/2020.lrec-1.629/)
91
- * Turkish [https://aclanthology.org/2020.lrec-1.758/](https://aclanthology.org/2020.lrec-1.758/)
92
-
93
- ### Supported Tasks and Leaderboards
94
-
95
- * [OffensEval 2020](https://sites.google.com/site/offensevalsharedtask/results-and-paper-submission)
96
-
97
- ### Languages
98
-
99
- Five are covered: bcp47 `ar;da;en;gr;tr`
100
-
101
- ## Dataset Structure
102
-
103
- There are five named configs, one per language:
104
-
105
- * `ar` Arabic
106
- * `da` Danish
107
- * `en` English
108
- * `gr` Greek
109
- * `tr` Turkish
110
-
111
- The training data for English is absent - this is 9M tweets that need to be rehydrated on their own. See [https://zenodo.org/record/3950379#.XxZ-aFVKipp](https://zenodo.org/record/3950379#.XxZ-aFVKipp)
112
-
113
- ### Data Instances
114
-
115
-
116
- An example of 'train' looks as follows.
117
-
118
- ```
119
- {
120
- 'id': '0',
121
- 'text': 'PLACEHOLDER TEXT',
122
- 'subtask_a': 1,
123
- }
124
- ```
125
-
126
-
127
- ### Data Fields
128
-
129
- - `id`: a `string` feature.
130
- - `text`: a `string`.
131
- - `subtask_a`: whether or not the instance is offensive; `0: NOT, 1: OFF`
132
-
133
-
134
- ### Data Splits
135
-
136
- | name |train|test|
137
- |---------|----:|---:|
138
- |ar|7839|1827|
139
- |da|2961|329|
140
- |en|0|3887|
141
- |gr|8743|1544|
142
- |tr|31277|3515|
143
-
144
- ## Dataset Creation
145
-
146
- ### Curation Rationale
147
-
148
- Collecting data for abusive language classification. Different rational for each dataset.
149
-
150
- ### Source Data
151
-
152
- #### Initial Data Collection and Normalization
153
-
154
- Varies per language dataset
155
-
156
- #### Who are the source language producers?
157
-
158
- Social media users
159
-
160
- ### Annotations
161
-
162
- #### Annotation process
163
-
164
- Varies per language dataset
165
-
166
- #### Who are the annotators?
167
-
168
- Varies per language dataset; native speakers
169
-
170
- ### Personal and Sensitive Information
171
-
172
- The data was public at the time of collection. No PII removal has been performed.
173
-
174
- ## Considerations for Using the Data
175
-
176
- ### Social Impact of Dataset
177
-
178
- The data definitely contains abusive language. The data could be used to develop and propagate offensive language against every target group involved, i.e. ableism, racism, sexism, ageism, and so on.
179
-
180
- ### Discussion of Biases
181
-
182
-
183
- ### Other Known Limitations
184
-
185
-
186
- ## Additional Information
187
-
188
- ### Dataset Curators
189
-
190
- The datasets is curated by each sub-part's paper authors.
191
-
192
- ### Licensing Information
193
-
194
- This data is available and distributed under Creative Commons attribution license, CC-BY 4.0.
195
-
196
- ### Citation Information
197
-
198
- ```
199
- @inproceedings{zampieri-etal-2020-semeval,
200
- title = "{S}em{E}val-2020 Task 12: Multilingual Offensive Language Identification in Social Media ({O}ffens{E}val 2020)",
201
- author = {Zampieri, Marcos and
202
- Nakov, Preslav and
203
- Rosenthal, Sara and
204
- Atanasova, Pepa and
205
- Karadzhov, Georgi and
206
- Mubarak, Hamdy and
207
- Derczynski, Leon and
208
- Pitenis, Zeses and
209
- {\c{C}}{\"o}ltekin, {\c{C}}a{\u{g}}r{\i}},
210
- booktitle = "Proceedings of the Fourteenth Workshop on Semantic Evaluation",
211
- month = dec,
212
- year = "2020",
213
- address = "Barcelona (online)",
214
- publisher = "International Committee for Computational Linguistics",
215
- url = "https://aclanthology.org/2020.semeval-1.188",
216
- doi = "10.18653/v1/2020.semeval-1.188",
217
- pages = "1425--1447",
218
- abstract = "We present the results and the main findings of SemEval-2020 Task 12 on Multilingual Offensive Language Identification in Social Media (OffensEval-2020). The task included three subtasks corresponding to the hierarchical taxonomy of the OLID schema from OffensEval-2019, and it was offered in five languages: Arabic, Danish, English, Greek, and Turkish. OffensEval-2020 was one of the most popular tasks at SemEval-2020, attracting a large number of participants across all subtasks and languages: a total of 528 teams signed up to participate in the task, 145 teams submitted official runs on the test data, and 70 teams submitted system description papers.",
219
- }
220
-
221
- ```
222
-
223
-
224
- ### Contributions
225
-
226
- Author-added dataset [@leondz](https://github.com/leondz)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
offenseval-da-labela-v1.csv → ar/offenseval_2020-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:132212843033d68136bfe4f6621fed72d1848d3f500201ff3f8670e15ba81de8
3
- size 2829
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac071899e4b6539d810457c2485befbd6b99d8dd0355cee728a04503efdfe8fb
3
+ size 225187
offenseval-ar-labela-v1.csv → ar/offenseval_2020-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6bdef49799f4578343cf081ce324cb27a6c4aaa98e5dc0f3c73421be416b278
3
- size 18001
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c85a2693097e62c1baadc996caf12334dcae0145922826bd3709d668e3d7181a
3
+ size 905456
offenseval-da-test-v1.tsv → da/offenseval_2020-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f96deeeb2df72d079145934681ccd20dff6453663fdc8d410a0bdd5a83493232
3
- size 31588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f5e964daa0872e017fbbc23a32307c23a4c53af6744ab9aa430509f014e060a
3
+ size 28799
offenseval-ar-test-v1.tsv → da/offenseval_2020-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7111d80e3c0b2b54110de0388720652e2ccb3ecfcc45621c8d75fce6d49d0c8b
3
- size 372636
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a055d83b5e9a726345483ec7e276585a103bd06f5161760f7ca52faf638d92f4
3
+ size 273615
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"ar": {"description": "OffensEval 2020 features a multilingual dataset with five languages. The languages included in OffensEval 2020 are:\n\n* Arabic\n* Danish\n* English\n* Greek\n* Turkish\n\nThe annotation follows the hierarchical tagset proposed in the Offensive Language Identification Dataset (OLID) and used in OffensEval 2019. \nIn this taxonomy we break down offensive content into the following three sub-tasks taking the type and target of offensive content into account. \nThe following sub-tasks were organized:\n\n* Sub-task A - Offensive language identification;\n* Sub-task B - Automatic categorization of offense types;\n* Sub-task C - Offense target identification.\n\nThe English training data isn't included here (the text isn't available and needs rehydration of 9 million tweets; \nsee [https://zenodo.org/record/3950379#.XxZ-aFVKipp](https://zenodo.org/record/3950379#.XxZ-aFVKipp))\n", "citation": "@inproceedings{zampieri-etal-2020-semeval,\n title = \"{S}em{E}val-2020 Task 12: Multilingual Offensive Language Identification in Social Media ({O}ffens{E}val 2020)\",\n author = {Zampieri, Marcos and\n Nakov, Preslav and\n Rosenthal, Sara and\n Atanasova, Pepa and\n Karadzhov, Georgi and\n Mubarak, Hamdy and\n Derczynski, Leon and\n Pitenis, Zeses and\n Coltekin, Cagri,\n booktitle = \"Proceedings of the Fourteenth Workshop on Semantic Evaluation\",\n month = dec,\n year = \"2020\",\n address = \"Barcelona (online)\",\n publisher = \"International Committee for Computational Linguistics\",\n url = \"https://aclanthology.org/2020.semeval-1.188\",\n doi = \"10.18653/v1/2020.semeval-1.188\",\n pages = \"1425--1447\",\n}\n", "homepage": "https://sites.google.com/site/offensevalsharedtask/results-and-paper-submission", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "original_id": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "subtask_a": {"num_classes": 2, "names": ["NOT", "OFF"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "offens_eval2020", "config_name": "ar", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1651115, "num_examples": 7839, "dataset_name": "offens_eval2020"}, "test": {"name": "test", "num_bytes": 411693, "num_examples": 1827, "dataset_name": "offens_eval2020"}}, "download_checksums": {"offenseval-ar-training-v1.tsv": {"num_bytes": 1511224, "checksum": "85508d9048ecd096f74a3cb44256191b5174b938a6b81b89a420bc35d8947f8b"}, "offenseval-ar-labela-v1.csv": {"num_bytes": 18001, "checksum": "a6bdef49799f4578343cf081ce324cb27a6c4aaa98e5dc0f3c73421be416b278"}, "offenseval-ar-test-v1.tsv": {"num_bytes": 372636, "checksum": "7111d80e3c0b2b54110de0388720652e2ccb3ecfcc45621c8d75fce6d49d0c8b"}}, "download_size": 1901861, "post_processing_size": null, "dataset_size": 2062808, "size_in_bytes": 3964669}, "da": {"description": "OffensEval 2020 features a multilingual dataset with five languages. The languages included in OffensEval 2020 are:\n\n* Arabic\n* Danish\n* English\n* Greek\n* Turkish\n\nThe annotation follows the hierarchical tagset proposed in the Offensive Language Identification Dataset (OLID) and used in OffensEval 2019. \nIn this taxonomy we break down offensive content into the following three sub-tasks taking the type and target of offensive content into account. \nThe following sub-tasks were organized:\n\n* Sub-task A - Offensive language identification;\n* Sub-task B - Automatic categorization of offense types;\n* Sub-task C - Offense target identification.\n\nThe English training data isn't included here (the text isn't available and needs rehydration of 9 million tweets; \nsee [https://zenodo.org/record/3950379#.XxZ-aFVKipp](https://zenodo.org/record/3950379#.XxZ-aFVKipp))\n", "citation": "@inproceedings{zampieri-etal-2020-semeval,\n title = \"{S}em{E}val-2020 Task 12: Multilingual Offensive Language Identification in Social Media ({O}ffens{E}val 2020)\",\n author = {Zampieri, Marcos and\n Nakov, Preslav and\n Rosenthal, Sara and\n Atanasova, Pepa and\n Karadzhov, Georgi and\n Mubarak, Hamdy and\n Derczynski, Leon and\n Pitenis, Zeses and\n Coltekin, Cagri,\n booktitle = \"Proceedings of the Fourteenth Workshop on Semantic Evaluation\",\n month = dec,\n year = \"2020\",\n address = \"Barcelona (online)\",\n publisher = \"International Committee for Computational Linguistics\",\n url = \"https://aclanthology.org/2020.semeval-1.188\",\n doi = \"10.18653/v1/2020.semeval-1.188\",\n pages = \"1425--1447\",\n}\n", "homepage": "https://sites.google.com/site/offensevalsharedtask/results-and-paper-submission", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "original_id": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "subtask_a": {"num_classes": 2, "names": ["NOT", "OFF"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "offens_eval2020", "config_name": "da", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 398697, "num_examples": 2961, "dataset_name": "offens_eval2020"}, "test": {"name": "test", "num_bytes": 38372, "num_examples": 329, "dataset_name": "offens_eval2020"}}, "download_checksums": {"offenseval-da-training-v1.tsv": {"num_bytes": 345829, "checksum": "4701ddcccf3b438dce370a4467f6e37ae489822a22eeeeffe27ad4f2020c63c3"}, "offenseval-da-labela-v1.csv": {"num_bytes": 2829, "checksum": "132212843033d68136bfe4f6621fed72d1848d3f500201ff3f8670e15ba81de8"}, "offenseval-da-test-v1.tsv": {"num_bytes": 31588, "checksum": "f96deeeb2df72d079145934681ccd20dff6453663fdc8d410a0bdd5a83493232"}}, "download_size": 380246, "post_processing_size": null, "dataset_size": 437069, "size_in_bytes": 817315}, "en": {"description": "OffensEval 2020 features a multilingual dataset with five languages. The languages included in OffensEval 2020 are:\n\n* Arabic\n* Danish\n* English\n* Greek\n* Turkish\n\nThe annotation follows the hierarchical tagset proposed in the Offensive Language Identification Dataset (OLID) and used in OffensEval 2019. \nIn this taxonomy we break down offensive content into the following three sub-tasks taking the type and target of offensive content into account. \nThe following sub-tasks were organized:\n\n* Sub-task A - Offensive language identification;\n* Sub-task B - Automatic categorization of offense types;\n* Sub-task C - Offense target identification.\n\nThe English training data isn't included here (the text isn't available and needs rehydration of 9 million tweets; \nsee [https://zenodo.org/record/3950379#.XxZ-aFVKipp](https://zenodo.org/record/3950379#.XxZ-aFVKipp))\n", "citation": "@inproceedings{zampieri-etal-2020-semeval,\n title = \"{S}em{E}val-2020 Task 12: Multilingual Offensive Language Identification in Social Media ({O}ffens{E}val 2020)\",\n author = {Zampieri, Marcos and\n Nakov, Preslav and\n Rosenthal, Sara and\n Atanasova, Pepa and\n Karadzhov, Georgi and\n Mubarak, Hamdy and\n Derczynski, Leon and\n Pitenis, Zeses and\n Coltekin, Cagri,\n booktitle = \"Proceedings of the Fourteenth Workshop on Semantic Evaluation\",\n month = dec,\n year = \"2020\",\n address = \"Barcelona (online)\",\n publisher = \"International Committee for Computational Linguistics\",\n url = \"https://aclanthology.org/2020.semeval-1.188\",\n doi = \"10.18653/v1/2020.semeval-1.188\",\n pages = \"1425--1447\",\n}\n", "homepage": "https://sites.google.com/site/offensevalsharedtask/results-and-paper-submission", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "original_id": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "subtask_a": {"num_classes": 2, "names": ["NOT", "OFF"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "offens_eval2020", "config_name": "en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 0, "num_examples": 0, "dataset_name": "offens_eval2020"}, "test": {"name": "test", "num_bytes": 421743, "num_examples": 3887, "dataset_name": "offens_eval2020"}}, "download_checksums": {"offenseval-en-training-v1.tsv": {"num_bytes": 23, "checksum": "2f49126e616d2d2c2e4d859f91be555e0b06b8c09b2cbe9112c24030f1ef1c99"}, "offenseval-en-labela-v1.csv": {"num_bytes": 37760, "checksum": "1c5de13022a8ff6dff2c513efe144f7267ce9df9cf6edef1ef62dcd138f23658"}, "offenseval-en-test-v1.tsv": {"num_bytes": 337449, "checksum": "ae60a2a7d493fb27271b462b472d6ef60d61551aa89ce5dcff41258bd45823ea"}}, "download_size": 375232, "post_processing_size": null, "dataset_size": 421743, "size_in_bytes": 796975}, "gr": {"description": "OffensEval 2020 features a multilingual dataset with five languages. The languages included in OffensEval 2020 are:\n\n* Arabic\n* Danish\n* English\n* Greek\n* Turkish\n\nThe annotation follows the hierarchical tagset proposed in the Offensive Language Identification Dataset (OLID) and used in OffensEval 2019. \nIn this taxonomy we break down offensive content into the following three sub-tasks taking the type and target of offensive content into account. \nThe following sub-tasks were organized:\n\n* Sub-task A - Offensive language identification;\n* Sub-task B - Automatic categorization of offense types;\n* Sub-task C - Offense target identification.\n\nThe English training data isn't included here (the text isn't available and needs rehydration of 9 million tweets; \nsee [https://zenodo.org/record/3950379#.XxZ-aFVKipp](https://zenodo.org/record/3950379#.XxZ-aFVKipp))\n", "citation": "@inproceedings{zampieri-etal-2020-semeval,\n title = \"{S}em{E}val-2020 Task 12: Multilingual Offensive Language Identification in Social Media ({O}ffens{E}val 2020)\",\n author = {Zampieri, Marcos and\n Nakov, Preslav and\n Rosenthal, Sara and\n Atanasova, Pepa and\n Karadzhov, Georgi and\n Mubarak, Hamdy and\n Derczynski, Leon and\n Pitenis, Zeses and\n Coltekin, Cagri,\n booktitle = \"Proceedings of the Fourteenth Workshop on Semantic Evaluation\",\n month = dec,\n year = \"2020\",\n address = \"Barcelona (online)\",\n publisher = \"International Committee for Computational Linguistics\",\n url = \"https://aclanthology.org/2020.semeval-1.188\",\n doi = \"10.18653/v1/2020.semeval-1.188\",\n pages = \"1425--1447\",\n}\n", "homepage": "https://sites.google.com/site/offensevalsharedtask/results-and-paper-submission", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "original_id": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "subtask_a": {"num_classes": 2, "names": ["NOT", "OFF"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "offens_eval2020", "config_name": "gr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1864006, "num_examples": 8743, "dataset_name": "offens_eval2020"}, "test": {"name": "test", "num_bytes": 333232, "num_examples": 1544, "dataset_name": "offens_eval2020"}}, "download_checksums": {"offenseval-gr-training-v1.tsv": {"num_bytes": 1718398, "checksum": "ced53064ea556009f8725c5c6ab5ad246579420a2ad2a8502d74a16f7ef8cf0d"}, "offenseval-gr-labela-v1.csv": {"num_bytes": 13757, "checksum": "78ccbe32fae6938200c61a62df1abd8aa3b438e5e53b3f7ea63dbc83b89e238b"}, "offenseval-gr-test-v1.tsv": {"num_bytes": 300740, "checksum": "b69b3f98feb0fbde0f8070462f2eab96db5a435959c9b83c1c3526dd8d82e1b8"}}, "download_size": 2032895, "post_processing_size": null, "dataset_size": 2197238, "size_in_bytes": 4230133}, "tr": {"description": "OffensEval 2020 features a multilingual dataset with five languages. The languages included in OffensEval 2020 are:\n\n* Arabic\n* Danish\n* English\n* Greek\n* Turkish\n\nThe annotation follows the hierarchical tagset proposed in the Offensive Language Identification Dataset (OLID) and used in OffensEval 2019. \nIn this taxonomy we break down offensive content into the following three sub-tasks taking the type and target of offensive content into account. \nThe following sub-tasks were organized:\n\n* Sub-task A - Offensive language identification;\n* Sub-task B - Automatic categorization of offense types;\n* Sub-task C - Offense target identification.\n\nThe English training data isn't included here (the text isn't available and needs rehydration of 9 million tweets; \nsee [https://zenodo.org/record/3950379#.XxZ-aFVKipp](https://zenodo.org/record/3950379#.XxZ-aFVKipp))\n", "citation": "@inproceedings{zampieri-etal-2020-semeval,\n title = \"{S}em{E}val-2020 Task 12: Multilingual Offensive Language Identification in Social Media ({O}ffens{E}val 2020)\",\n author = {Zampieri, Marcos and\n Nakov, Preslav and\n Rosenthal, Sara and\n Atanasova, Pepa and\n Karadzhov, Georgi and\n Mubarak, Hamdy and\n Derczynski, Leon and\n Pitenis, Zeses and\n Coltekin, Cagri,\n booktitle = \"Proceedings of the Fourteenth Workshop on Semantic Evaluation\",\n month = dec,\n year = \"2020\",\n address = \"Barcelona (online)\",\n publisher = \"International Committee for Computational Linguistics\",\n url = \"https://aclanthology.org/2020.semeval-1.188\",\n doi = \"10.18653/v1/2020.semeval-1.188\",\n pages = \"1425--1447\",\n}\n", "homepage": "https://sites.google.com/site/offensevalsharedtask/results-and-paper-submission", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "original_id": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "subtask_a": {"num_classes": 2, "names": ["NOT", "OFF"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "offens_eval2020", "config_name": "tr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4684302, "num_examples": 31277, "dataset_name": "offens_eval2020"}, "test": {"name": "test", "num_bytes": 525706, "num_examples": 3515, "dataset_name": "offens_eval2020"}}, "download_checksums": {"offenseval-tr-training-v1.tsv": {"num_bytes": 4101728, "checksum": "8509c01c4bf387d9e387c4637829585431cc045adaf7d0413c0022bf2bcd4baa"}, "offenseval-tr-labela-v1.csv": {"num_bytes": 35280, "checksum": "ae9b0837e948c3d9c3a147d2a415989a4940a7756d5821b3289276574941c9e3"}, "offenseval-tr-test-v1.tsv": {"num_bytes": 449553, "checksum": "9052784e13248e58658e34a4f86a3463ef8b2594d2feb289e4b29bba2866b437"}}, "download_size": 4586561, "post_processing_size": null, "dataset_size": 5210008, "size_in_bytes": 9796569}}
 
 
en/offenseval_2020-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bff26301042074e4d1d81b6e76c0effac525b2c0d88f287022ad84ebef06cec1
3
+ size 282131
offenseval-en-training-v1.tsv → en/offenseval_2020-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f49126e616d2d2c2e4d859f91be555e0b06b8c09b2cbe9112c24030f1ef1c99
3
- size 23
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b883ee3391fca847ec59bc73fccc63898434fe51ecee68c4ea4042d5ab5d44
3
+ size 1183
gr/offenseval_2020-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de922eb423507afa07abb8f6b6b34da9e948133688852020ec3bdb0c7468483e
3
+ size 190325
offenseval-ar-training-v1.tsv → gr/offenseval_2020-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85508d9048ecd096f74a3cb44256191b5174b938a6b81b89a420bc35d8947f8b
3
- size 1511224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca9b6f69ae378ab03e03be79661994a816c39b6dde3363399ba5de93bc52d856
3
+ size 1054150
offenseval-da-training-v1.tsv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4701ddcccf3b438dce370a4467f6e37ae489822a22eeeeffe27ad4f2020c63c3
3
- size 345829
 
 
 
 
offenseval-en-labela-v1.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c5de13022a8ff6dff2c513efe144f7267ce9df9cf6edef1ef62dcd138f23658
3
- size 37760
 
 
 
 
offenseval-en-test-v1.tsv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae60a2a7d493fb27271b462b472d6ef60d61551aa89ce5dcff41258bd45823ea
3
- size 337449
 
 
 
 
offenseval-gr-labela-v1.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:78ccbe32fae6938200c61a62df1abd8aa3b438e5e53b3f7ea63dbc83b89e238b
3
- size 13757
 
 
 
 
offenseval-gr-test-v1.tsv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b69b3f98feb0fbde0f8070462f2eab96db5a435959c9b83c1c3526dd8d82e1b8
3
- size 300740
 
 
 
 
offenseval-gr-training-v1.tsv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ced53064ea556009f8725c5c6ab5ad246579420a2ad2a8502d74a16f7ef8cf0d
3
- size 1718398
 
 
 
 
offenseval-tr-labela-v1.csv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae9b0837e948c3d9c3a147d2a415989a4940a7756d5821b3289276574941c9e3
3
- size 35280
 
 
 
 
offenseval-tr-test-v1.tsv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9052784e13248e58658e34a4f86a3463ef8b2594d2feb289e4b29bba2866b437
3
- size 449553
 
 
 
 
offenseval-tr-training-v1.tsv DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8509c01c4bf387d9e387c4637829585431cc045adaf7d0413c0022bf2bcd4baa
3
- size 4101728
 
 
 
 
offenseval_2020.py DELETED
@@ -1,160 +0,0 @@
1
- # coding=utf-8
2
- # Copyright 2022 Leon Derczynski.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
- # Lint as: python3
17
- """OffensEval 2020: Multilingual Offensive Language Detection"""
18
-
19
- import csv
20
- import os
21
-
22
- import datasets
23
-
24
-
25
- logger = datasets.logging.get_logger(__name__)
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 = """\
52
- OffensEval 2020 features a multilingual dataset with five languages. The languages included in OffensEval 2020 are:
53
-
54
- * Arabic
55
- * Danish
56
- * English
57
- * Greek
58
- * Turkish
59
-
60
- The annotation follows the hierarchical tagset proposed in the Offensive Language Identification Dataset (OLID) and used in OffensEval 2019.
61
- In this taxonomy we break down offensive content into the following three sub-tasks taking the type and target of offensive content into account.
62
- The following sub-tasks were organized:
63
-
64
- * Sub-task A - Offensive language identification;
65
- * Sub-task B - Automatic categorization of offense types;
66
- * Sub-task C - Offense target identification.
67
-
68
- The English training data isn't included here (the text isn't available and needs rehydration of 9 million tweets;
69
- see [https://zenodo.org/record/3950379#.XxZ-aFVKipp](https://zenodo.org/record/3950379#.XxZ-aFVKipp))
70
- """
71
-
72
- # _URL = ""
73
-
74
-
75
- class OffensEval2020Config(datasets.BuilderConfig):
76
- """BuilderConfig for OffensEval2020"""
77
-
78
- def __init__(self, **kwargs):
79
- """BuilderConfig OffensEval2020.
80
-
81
- Args:
82
- **kwargs: keyword arguments forwarded to super.
83
- """
84
- super(OffensEval2020Config, self).__init__(**kwargs)
85
-
86
-
87
- class OffensEval2020(datasets.GeneratorBasedBuilder):
88
- """OffensEval2020 dataset."""
89
-
90
- BUILDER_CONFIGS = [
91
- OffensEval2020Config(name="ar", version=datasets.Version("1.0.0"), description="Offensive language data in Arabic"),
92
- OffensEval2020Config(name="da", version=datasets.Version("1.0.0"), description="Offensive language data in Danish"),
93
- OffensEval2020Config(name="en", version=datasets.Version("1.0.0"), description="Offensive language data in English"),
94
- OffensEval2020Config(name="gr", version=datasets.Version("1.0.0"), description="Offensive language data in Greek"),
95
- OffensEval2020Config(name="tr", version=datasets.Version("1.0.0"), description="Offensive language data in Turkish"),
96
- ]
97
-
98
- def _info(self):
99
- return datasets.DatasetInfo(
100
- description=_DESCRIPTION,
101
- features=datasets.Features(
102
- {
103
- "id": datasets.Value("string"),
104
- "original_id": datasets.Value("string"),
105
- "text": datasets.Value("string"),
106
- "subtask_a": datasets.features.ClassLabel(
107
- names=[
108
- "NOT",
109
- "OFF",
110
- ]
111
- ),
112
- }
113
- ),
114
- supervised_keys=None,
115
- homepage="https://sites.google.com/site/offensevalsharedtask/results-and-paper-submission",
116
- citation=_CITATION,
117
- )
118
-
119
- def _split_generators(self, dl_manager):
120
- """Returns SplitGenerators."""
121
- train_text = dl_manager.download_and_extract(f"offenseval-{self.config.name}-training-v1.tsv")
122
- test_labels = dl_manager.download_and_extract(f"offenseval-{self.config.name}-labela-v1.csv")
123
- test_text = dl_manager.download_and_extract(f"offenseval-{self.config.name}-test-v1.tsv")
124
-
125
- return [
126
- datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"filepath": train_text, "split": 'train'}),
127
- datasets.SplitGenerator(name=datasets.Split.TEST, gen_kwargs={"filepath": {'labels':test_labels, 'text':test_text}, "split": 'test'}),
128
- ]
129
-
130
- def _generate_examples(self, filepath, split=None):
131
- if split == "train":
132
- logger.info("⏳ Generating examples from = %s", filepath)
133
- with open(filepath, encoding="utf-8") as f:
134
- OffensEval2020_reader = csv.DictReader(f, delimiter="\t", quotechar='"')
135
- guid = 0
136
- for instance in OffensEval2020_reader:
137
- instance["text"] = instance.pop("tweet")
138
- instance["original_id"] = instance.pop("id")
139
- instance["id"] = str(guid)
140
- yield guid, instance
141
- guid += 1
142
- elif split == 'test':
143
- logger.info("⏳ Generating examples from = %s", filepath['text'])
144
- labeldict = {}
145
- with open(filepath['labels']) as labels:
146
- for line in labels:
147
- line = line.strip().split(',')
148
- if line:
149
- labeldict[line[0]] = line[1]
150
- with open(filepath['text']) as f:
151
- OffensEval2020_reader = csv.DictReader(f, delimiter="\t", quotechar='"')
152
- guid = 0
153
- for instance in OffensEval2020_reader:
154
- instance["text"] = instance.pop("tweet")
155
- instance["original_id"] = instance.pop("id")
156
- instance["id"] = str(guid)
157
- instance["subtask_a"] = labeldict[instance["original_id"]]
158
- yield guid, instance
159
- guid += 1
160
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tr/offenseval_2020-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c55286100efaaa73974c176c33585ee7d6a038a92426bb1b6b2d42afcf2eb11f
3
+ size 371392
tr/offenseval_2020-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed83f60c741e8d2c7005a72a19328608d87c31d768890dec32bbd73b8bd4b12e
3
+ size 3264099