ctoraman commited on
Commit
46fe780
1 Parent(s): ae468a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
+ language:
4
+ - en
5
+ - tr
6
+ task_categories:
7
+ - text-classification
8
+ tags:
9
+ - misinformation-detection
10
+ - misinformation
11
+ - disinformation
12
+ - disinformation-detection
13
+ - misinfo
14
+ - fakenews
15
+ - fake-news
16
+ - tweets
17
+ size_categories:
18
+ - 10K<n<100K
19
  ---
20
+
21
+ Mide22 Dataset published at "Not Good Times for Lies: Misinformation Detection on the Russia-Ukraine War, COVID-19, and Refugees"
22
+
23
+ The dataset is composed of 10,348 tweets: 5,284 for English and 5,064 for Turkish. Tweets in the dataset cover different topics: the Russia-Ukraine war, COVID-19 pandemic, Refugees, and additional miscellaneous events. Three misinformation label of the tweet are also given. Since we follow Twitter's Terms and Conditions, we publish tweet IDs not the tweet content directly. Explanations of the columns of the file are as follows:
24
+
25
+ Column Name Description
26
+ Topic Topic of the tweet: Ukraine, Covid, Refugees or Misc
27
+ Event Event of the tweet: EN01-EN40 in English and TR01-TR40 in Turkish
28
+ Label Label of the tweet: True, False, or Other
29
+ Tweet_id Twitter ID of the tweet
30
+
31
+ Other details are at https://github.com/avaapm/mide22/
32
+
33
+ Citation
34
+
35
+ If you make use of this dataset, please cite following paper.
36
+
37
+ @misc{toraman2022good,
38
+ title={Not Good Times for Lies: Misinformation Detection on the Russia-Ukraine War, COVID-19, and Refugees},
39
+ author={Cagri Toraman and Oguzhan Ozcelik and Furkan Şahinuç and Fazli Can},
40
+ year={2022},
41
+ eprint={2210.05401},
42
+ archivePrefix={arXiv},
43
+ primaryClass={cs.SI}
44
+ }