stefan-it commited on
Commit
4686c88
·
verified ·
1 Parent(s): a4882cd

readme: add initial version

Browse files
Files changed (1) hide show
  1. README.md +50 -3
README.md CHANGED
@@ -1,3 +1,50 @@
1
- ---
2
- license: cc-by-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - tr
4
+ license:
5
+ - cc-by-2.0
6
+ ---
7
+
8
+ # OffensEval-TR 2020
9
+
10
+ This repository hosts a special version of the well-known OffensEval-TR 2020 dataset.
11
+
12
+ This version splits the official training dataset into a slightly smaller training dataset and a development set. Purpose of this special version is to have a more consistent dataset for benchmarks.
13
+
14
+ ## Original Dataset Description
15
+
16
+ - **Homepage:** [offensive-turkish](https://coltekin.github.io/offensive-turkish/)
17
+ - **Paper:** [A Corpus of Turkish Offensive Language on Social Media](https://coltekin.github.io/offensive-turkish/troff.pdf)
18
+ - **Point of Contact:** [Çağrı Çöltekin]([email protected])
19
+ - **Original Dataset on Hugging Face Model Hub:** https://huggingface.co/datasets/coltekin/offenseval2020_tr
20
+
21
+ ### Dataset Summary
22
+
23
+ The original training dataset contains 31,756 annotated tweets. Our new training dataset has 30,000 annotated tweets, whereas the development dataset has 1,756 tweets.
24
+
25
+ The test dataset remains unmodified and contains 3,528 tweets.
26
+
27
+ Twitter user mentions were substituted by @USER and URLs have been substitute by URL.
28
+
29
+ Each instance contains up to 1 labels corresponding to one of the following sub-task:
30
+
31
+ - Sub-task A: Offensive language identification;
32
+
33
+ ### Supported Tasks and Leaderboards
34
+
35
+ The dataset was published on this [paper](https://coltekin.github.io/offensive-turkish/troff.pdf).
36
+
37
+ ### Languages
38
+
39
+ The dataset is based on Turkish.
40
+
41
+ ## Dataset Structure
42
+
43
+ ### Data Instances
44
+
45
+ A binary dataset with with (NOT) Not Offensive and (OFF) Offensive tweets.
46
+
47
+ # Acknowledgements
48
+
49
+ Many thanks to [Cagri Cöltekin](https://huggingface.co/coltekin) for introducing this great dataset and also releasing it on the Model Hub.
50
+