Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
# Tweet Annotations in Different Experimental Conditions
|
9 |
+
|
10 |
+
The dataset contains tweet data annotations of **hate speech** and **offensive language** in five experimental conditions. The tweet data was sampled from the corpus created by [Davidson (2017)](https://github.com/t-davidson/hate-speech-and-offensive-language). We selected 3,000 Tweets for our annotation. We developed five experimental conditions that varied the annotation task structure, as shown in the following figure. All tweets were annotated in each condition.
|
11 |
+
|
12 |
+
**Condition A** presented the tweet and three options on a single screen: hate speech, offensive language, or neither. Annotators could select one or both of hate speech, offensive language, or indicate that neither applied.
|
13 |
+
|
14 |
+
Conditions B and C split the annotation of a single tweet across two screens. For **Condition B**, the first screen prompted the annotator to indicate whether the tweet contained hate speech. On the following screen, they were shown the tweet again and asked whether it contained offensive language. **Condition C** was similar to Condition B, but flipped the order of hate speech and offensive language for each tweet.
|
15 |
+
|
16 |
+
In Conditions D and E, the two tasks are treated independently with annotators being asked to first annotate all tweets for one task, followed by annotating all tweets again for the second task. For example, annotators assigned **Condition D** were first asked to annotate hate speech for all their assigned tweets, and then asked to annotate offensive language for the same set of tweets. **Condition E** worked the same way, but started with the offensive language annotation task followed by the HS annotation task.
|
17 |
+
|
18 |
+

|