Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
The dataset published in the LREC 2022 paper "Large-Scale Hate Speech Detection with Cross-Domain Transfer".
|
@@ -9,6 +21,8 @@ The original dataset that includes 100,000 tweets in English. The annotations wi
|
|
9 |
|
10 |
TweetID: Tweet ID from Twitter API
|
11 |
|
|
|
|
|
12 |
TopicID: Domain of the topic 0-Religion, 1-Gender, 2-Race, 3-Politics, 4-Sports
|
13 |
|
14 |
HateLabel: Final hate label decision 0-Normal, 1-Offensive, 2-Hate
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- hate speech
|
9 |
+
- hate speech detection
|
10 |
+
- hate-speech
|
11 |
+
- tweets
|
12 |
+
- social media
|
13 |
+
- topic
|
14 |
+
- hate-speech-detection
|
15 |
---
|
16 |
|
17 |
The dataset published in the LREC 2022 paper "Large-Scale Hate Speech Detection with Cross-Domain Transfer".
|
|
|
21 |
|
22 |
TweetID: Tweet ID from Twitter API
|
23 |
|
24 |
+
LangID: 1 (English)
|
25 |
+
|
26 |
TopicID: Domain of the topic 0-Religion, 1-Gender, 2-Race, 3-Politics, 4-Sports
|
27 |
|
28 |
HateLabel: Final hate label decision 0-Normal, 1-Offensive, 2-Hate
|