ctoraman commited on
Commit
d5bc5f7
·
1 Parent(s): 536c48a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ language:
4
+ - tr
5
+ task_categories:
6
+ - text-classification
7
+ tags:
8
+ - sentiment analysis
9
+ - text classification
10
+ - tweets
11
+ - social media
12
+ - turkish
13
+ - sarcasm
14
+ - sarcastic
15
  ---
16
+
17
+ # Turkish Sentiment Analysis Tweet Dataset: BilTweetNews
18
+
19
+ The dataset contains tweets related to six major events from Turkish news sources between May 4, 2015
20
+ and Jan 8, 2017.
21
+
22
+ The dataset covers 6 major events:
23
+ - May 25, 2015 One of the popular football clubs in Turkey, Galatasaray, wins the 2015
24
+ Turkish Super League.
25
+ - Sep 6, 2015 A terrorist group, called PKK, attacked to soldiers in Dağlıca, a village in
26
+ southeastern Turkey.
27
+ - Oct 7, 2015 A Turkish scientist, Aziz Sancar, won the 2015 Nobel Chemistry prize with
28
+ his studies on DNA repair.
29
+ - May 27, 2016 A local football club of Alanya promoted to the Turkish Super League for
30
+ the first time in their history.
31
+ -Jun 17, 2016 A traditional anthem that is mostly played by secularists in Turkey, called
32
+ the 10th Year Anthem, was forbidden in schools by the director of national
33
+ education in the Black Sea province of Bolu.
34
+ - Oct 17, 2016 A magazine programmer confused that Madonna in a Fur Coat, a book written
35
+ in 1943 by a Turkish celebrated writer, Sabahattin Ali, was about popstar
36
+ Madonna’s life. The book tells a story between a Turkish student and German
37
+ singer after the World War I.
38
+ - Not related to any news topic
39
+
40
+ For each event, 100 related-candidate and 60 unrelated-candidate tweets are selected. Lastly, we randomly select 40 tweets that are potentially not related at all, 5 of them are
41
+ removed due to detecting near-duplicates later. The dataset has 995 tweets in total.
42
+
43
+ There are 4 sentiment classes:
44
+
45
+ - Positive
46
+ - Negative
47
+ - Neutral
48
+ - Sarcastic
49
+
50
+ All tweets are labeled by 17 annotators. We provide the normalized distribution of annotations across 4 sentiment classes. We also provide the majority sentiment class at the last column. If there are multiple classes with highest scores, then we set "Multi" as majority.
51
+
52
+
53
+ ****
54
+ # If you would like to use any material in this repository, please cite the following papers:
55
+ - Toraman, C. Early Prediction of Public Reactions to News Events Using Microblogs. Seventh BCS-IRSG Symposium on Future Directions in Information Access (FDIA 2017), Barcelona, Spain, 5 September 2017.
56
+
57
+ - Toraman, C. Event-related microblog retrieval in Turkish. Turkish Journal of Electrical Engineering and Computer Sciences. 2021. DOI: 10.3906/elk-2108-167
58
+ ****