christophsonntag commited on
Commit
5612cd6
1 Parent(s): 8b28e90

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +206 -0
README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ language:
5
+ - en
6
+ pretty_name: Offensive Language Identification Dataset
7
+ size_categories:
8
+ - 10K<n<100K
9
+ ---
10
+ # Dataset Card for Dataset Name
11
+
12
+ <!-- Provide a quick summary of the dataset. -->
13
+
14
+ The Offensice Language Identification Dataset (OLID) contains 14,100 annotated tweets from Twitter, annotated with three subcategories via crowdsourcing and has been released together with
15
+ the paper [Predicting the Type and Target of Offensive Posts in Social Media](https://arxiv.org/abs/1902.09666).
16
+
17
+ Previous datasets mainly focused on detecting specific types of offensive messages (hate speech, cyberbulling, etc.) but did not consider offensive language as a whole.
18
+ This dataset is annoated using a hierarchical annotation with up to 3 labels corresponding to offensive language detection (OFF/NOT),
19
+ automatic categorization of offense types (TIN/UNT) and offense target identification (IND/GRP/OTH), described below.
20
+
21
+
22
+ ## Dataset Details
23
+ "The gold labels were assigned taking the agreement of three annotators into consideration. No correction has been carried out on the crowdsourcing annotations.
24
+ Twitter user mentions were substituted by @USER and URLs have been substitute by URL.
25
+
26
+ OLID is annotated using a hierarchical annotation. Each instance contains up to 3 labels each corresponding to one of the following levels:
27
+
28
+ - Level (or sub-task) A: Offensive language identification;
29
+
30
+ - Level (or sub-task) B: Automatic categorization of offense types;
31
+
32
+ - Level (or sub-task) C: Offense target identification." ([Source](https://github.com/idontflow/OLID?tab=readme-ov-file#readme))
33
+
34
+ ### Tasks and Labels ([Source](https://github.com/idontflow/OLID?tab=readme-ov-file#readme))
35
+
36
+ (A) Level A: Offensive language identification
37
+
38
+ - (NOT) Not Offensive - This post does not contain offense or profanity.
39
+ - (OFF) Offensive - This post contains offensive language or a targeted (veiled or direct) offense
40
+
41
+ In our annotation, we label a post as offensive (OFF) if it contains any form of non-acceptable language (profanity) or a targeted offense, which can be veiled or direct.
42
+
43
+ (B) Level B: Automatic categorization of offense types
44
+
45
+ - (TIN) Targeted Insult and Threats - A post containing an insult or threat to an individual, a group, or others (see categories in sub-task C).
46
+ - (UNT) Untargeted - A post containing non-targeted profanity and swearing.
47
+
48
+ Posts containing general profanity are not targeted, but they contain non-acceptable language.
49
+
50
+ (C) Level C: Offense target identification
51
+
52
+ - (IND) Individual - The target of the offensive post is an individual: a famous person, a named individual or an unnamed person interacting in the conversation.
53
+ - (GRP) Group - The target of the offensive post is a group of people considered as a unity due to the same ethnicity, gender or sexual orientation, political affiliation, religious belief, or something else.
54
+ - (OTH) Other – The target of the offensive post does not belong to any of the previous two categories (e.g., an organization, a situation, an event, or an issue)
55
+
56
+ ### Dataset Description
57
+
58
+ <!-- Provide a longer summary of what this dataset is. -->
59
+
60
+
61
+ - **Curated by:** [More Information Needed]
62
+ - **Funded by [optional]:** [More Information Needed]
63
+ - **Shared by [optional]:** [More Information Needed]
64
+ - **Language(s) (NLP):** English
65
+ - **License:** [More Information Needed]
66
+
67
+ ### Dataset Sources [optional]
68
+
69
+ <!-- Provide the basic links for the dataset. -->
70
+
71
+ - **Repository:** [GitHub Repository](https://github.com/idontflow/OLID)
72
+ - **Paper [optional]:** [Predicting the Type and Target of Offensive Posts in Social Media](https://arxiv.org/abs/1902.09666)
73
+ - **Demo [optional]:** [More Information Needed]
74
+
75
+ ## Uses
76
+
77
+ <!-- Address questions around how the dataset is intended to be used. -->
78
+
79
+ ### Direct Use
80
+
81
+ <!-- This section describes suitable use cases for the dataset. -->
82
+
83
+ [More Information Needed]
84
+
85
+ ### Out-of-Scope Use
86
+
87
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ## Dataset Structure
92
+
93
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
94
+
95
+ [More Information Needed]
96
+
97
+ ## Dataset Creation
98
+
99
+ ### Curation Rationale
100
+
101
+ <!-- Motivation for the creation of this dataset. -->
102
+ The goal of this dataset was
103
+
104
+ [More Information Needed]
105
+
106
+ ### Source Data
107
+ The data originates from Twitter
108
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
109
+
110
+ #### Data Collection and Processing
111
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
112
+
113
+ The authors retrieved the samples "from Twitter using its API and searching for keywords and constructions that are often included in
114
+ offensive messages, such as ‘she is’ or ‘to:BreitBartNews’" ([Source](https://arxiv.org/pdf/1902.09666.pdf)).
115
+
116
+ They used the following keywords (except for the first three rows)
117
+
118
+ | Keyword | Offensive % |
119
+ |-------------------|-------------|
120
+ | medical marijuana | 0.0 |
121
+ | they are | 5.9 |
122
+ | to:NewYorker | 8.3 |
123
+ | --------- | ----- |
124
+ | you are | 21.0 |
125
+ | she is | 26.6 |
126
+ | to:BreitBartNews | 31.6 |
127
+ | he is | 32.4 |
128
+ | gun control | 34.7 |
129
+ | -filter:safe | 58.9 |
130
+ | conservatives | 23.2 |
131
+ | antifa | 26.7 |
132
+ | MAGA | 27.7 |
133
+ | liberals | 38.0 |
134
+
135
+
136
+ [More Information Needed]
137
+
138
+ #### Who are the source data producers?
139
+
140
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
141
+
142
+ [More Information Needed]
143
+
144
+ ### Annotations [optional]
145
+ Extensive information on this can be found in the [original paper](https://arxiv.org/pdf/1902.09666.pdf) in the Data Collection section.
146
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
147
+
148
+ #### Annotation process
149
+ The annotation has been executed in a crowdsourcing process, where the gold label has been created by considering the annotations of three different annotators.
150
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
151
+
152
+ [More Information Needed]
153
+
154
+ #### Who are the annotators?
155
+
156
+ <!-- This section describes the people or systems who created the annotations. -->
157
+
158
+ [More Information Needed]
159
+
160
+ #### Personal and Sensitive Information
161
+
162
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
163
+ Usernames have been replaced by "USER", URL's by "URL".
164
+ [More Information Needed]
165
+
166
+ ## Bias, Risks, and Limitations
167
+
168
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
169
+
170
+ [More Information Needed]
171
+
172
+ ### Recommendations
173
+
174
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
175
+
176
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Dataset Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Dataset Card Contact
205
+
206
+ [More Information Needed]