hajili commited on
Commit
44e39f5
1 Parent(s): d25e009

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - az
7
+ size_categories:
8
+ - 100K<n<1M
9
  ---
10
+
11
+
12
+ This dataset contains 150K (train + test) cleaned tweets in Azerbaijani. Tweets were collected in 2021, and filtered and cleaned by following these steps:
13
+
14
+ - Initial data were collected by using twint library. The tool is currently deprecated, cannot be used with new Twitter.
15
+ - On top of the already filtered data, I applied an additional filter to select Azerbaijani tweets with using fastText language identification model.
16
+ - Tweets were classified into 3 emotion categories: {positive: 1, negative: -1, neutral: 0} by using emojis as rule-based classifier.
17
+ - Tags, usernames, and emojis were later cleaned.
18
+ - Short tweets were filtered out.