File size: 2,362 Bytes
de92603
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
license: mit
task_categories:
- text-classification
language:
- en
size_categories:
- 1K<n<10K
pretty_name: mide22-en
---

# MiDe22: An Annotated Multi-Event Tweet Dataset for Misinformation Detection

5,284 English tweets with their misinformation labels for several recent events between 2020 and 2022, including the Russia-Ukraine war, COVID-19 pandemic, and Refugees. The dataset also includes user engagements with the tweets in terms of likes, replies, retweets, and quotes. For user engagements please use contact at the end of the dataset card.

## Data Fields
- `tweet`: a `string` feature.
- `label`: a classification label, with possible values including `True`, `False`, `Other`.

## Data Size
|classes|true|false|other|
|-------|---:|----:|----:|
|tweets |727 |1,729|2,828|

## Annotations

Tweets are labeled in terms of three classes: True, False, and Other.
- `True`: tweets with the correct information regarding the corresponding event.
- `False`: tweets with misinformation on the corresponding event.
- `Other`: tweets that cannot be categorized under false or true information.

## Annotation process

This dataset is annotated by five annotators. Each tweet is annotated by at least two annotators, we calculate Krippendorf’s alpha reliability to measure interannotator agreement (IAA). The resulting alpha
coefficient is 0.785. Details are given in [our paper](https://aclanthology.org/2024.lrec-main.986/).

## Dataset Sources [optional]

<!-- Provide the basic links for the dataset. -->

- **Repository:** More details on [GitHub](https://github.com/ogozcelik/MiDe22)
- **Paper [optional]:** [LREC-COLING 2024](https://aclanthology.org/2024.lrec-main.986/)

## Citation

```
@inproceedings{toraman-etal-2024-mide22-annotated,
    title = "{M}i{D}e22: An Annotated Multi-Event Tweet Dataset for Misinformation Detection",
    author = "Toraman, Cagri  and
      Ozcelik, Oguzhan  and
      Sahinuc, Furkan  and
      Can, Fazli",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
    month = may,
    year = "2024",
    address = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.lrec-main.986",
    pages = "11283--11295",
}
```

## Dataset Card Contact

ogozcelik[at]gmail[dot]com