Toygar commited on
Commit
1d9303c
1 Parent(s): 6479888

readme v0.1

Browse files
Files changed (1) hide show
  1. README.md +56 -1
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
- license: cc-by-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ - expert-generated
5
+ language_creators:
6
+ - crowdsourced
7
+ language:
8
+ - tr
9
+ license:
10
+ - cc-by-2.0
11
+ multilinguality:
12
+ - monolingual
13
+ pretty_name: Turkish Offensive Language Detection Dataset
14
+ size_categories:
15
+ - 10K<n<100K
16
+ source_datasets: []
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - text-classification-other-offensive-language-classification
21
  ---
22
+
23
+ # Dataset Summary
24
+
25
+ This dataset is enhanced version of existing offensive language studies. Existing studies are highly imbalanced, and solving this problem is too costly. To solve this, we proposed contextual data mining method for dataset augmentation. Our method is basically prevent us from retrieving random tweets and label individually. We can directly access almost exact hate related tweets and label them directly without any further human interaction in order to solve imbalanced label problem.
26
+
27
+ In addition, existing studies *(can be found at Reference section)* are merged to create even more comprehensive and robust dataset for Turkish offensive language detection task.
28
+
29
+ The file train.csv contains 42,398, test.csv contains 8,851, valid.csv contains 1,756 annotated tweets.
30
+
31
+ # Dataset Structure
32
+
33
+ A binary dataset with with (0) Not Offensive and (1) Offensive tweets.
34
+
35
+ ### Task and Labels
36
+ Offensive language identification:
37
+ - (0) Not Offensive - Tweet does not contain offense or profanity.
38
+ - (1) Offensive - Tweet contains offensive language or a targeted (veiled or direct) offense
39
+
40
+ ### Data Splits
41
+ | | train | test | dev |
42
+ |------:|:------|:-----|:-----|
43
+ | 0 (Not Offensive) | 22,589 | 4,436 | 1,402 |
44
+ | 1 (Offensive) | 19,809 | 4,415 | 354 |
45
+
46
+
47
+ ### Citation Information
48
+ ```
49
+ BibTeX will be provided after publication.
50
+ UBMK 2022 Paper: "Linguistic-based Data Augmentation Approach for Offensive Language Detection"
51
+ ```
52
+
53
+ # References
54
+ We merged open-source offensive language dataset studies in Turkish to increase contextuality with existing data even more, before our method is applied.
55
+ - https://huggingface.co/datasets/offenseval2020_tr
56
+ - https://github.com/imayda/turkish-hate-speech-dataset-2
57
+ - https://www.kaggle.com/datasets/kbulutozler/5k-turkish-tweets-with-incivil-content
58
+