Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
---
|
2 |
license: cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This repository contains the utilized dataset in the LREC 2022 paper "Large-Scale Hate Speech Detection with Cross-Domain Transfer". This study mainly focuses hate speech detection in Turkish and English. In addition, domain transfer success between hate domains is also examined.
|
@@ -10,3 +23,4 @@ Dataset v1: The original dataset that includes 100,000 tweets per English and Tu
|
|
10 |
|
11 |
Dataset v2: A more reliable dataset version that includes 68,597 tweets for English and 60,310 for Turkish. The annotations with more than 80% agreement are included.
|
12 |
|
|
|
|
1 |
---
|
2 |
license: cc
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- tr
|
8 |
+
tags:
|
9 |
+
- hate-speech
|
10 |
+
- hatespeech
|
11 |
+
- hate-speech-detection
|
12 |
+
- hatespeechdetection
|
13 |
+
pretty_name: h
|
14 |
+
size_categories:
|
15 |
+
- 100K<n<1M
|
16 |
---
|
17 |
|
18 |
This repository contains the utilized dataset in the LREC 2022 paper "Large-Scale Hate Speech Detection with Cross-Domain Transfer". This study mainly focuses hate speech detection in Turkish and English. In addition, domain transfer success between hate domains is also examined.
|
|
|
23 |
|
24 |
Dataset v2: A more reliable dataset version that includes 68,597 tweets for English and 60,310 for Turkish. The annotations with more than 80% agreement are included.
|
25 |
|
26 |
+
For more details: https://github.com/avaapm/hatespeech/
|