forked from ComplexData-MILA/tgb-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (46 loc) · 3.1 KB
/
index.html
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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>CDL Misinfo Datasets</h1>
<p>A compound misinfo detection benchmark by <a href="https://complexdatalabmcgill.github.io/">Complex Data Lab </a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h6 class="lead">Misinformation is a challenging societal issue, and mitigating solutions are difficult to create due to data deficiencies. To address this problem, we have curated the largest collection of (mis)information datasets in the literature, totaling 75. From these, we evaluated the quality of all of the 35 datasets that consist of statements or claims.
If you would like to contribute a novel dataset or report any issues,
please <a href="mailto:[email protected]">email us</a>, visit our <a href="https://huggingface.co/datasets/ComplexDataLab/Misinfo_Dataset">Hugging Face</a>, or <a href="https://github.com/ComplexData-MILA/misinfo-datasets">GitHub</a>.</h6>
</div>
<div class="col-md-6 text-center">
<img src="{{ "/assets/img/TGB_logo.png" | relative_url }}" alt="Jekyll logo" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cubes" aria-hidden="true"></i></h1>
<!-- <h1 class="text-center"><img src="{{ "/assets/img/network.png" | relative_url }}" alt="Jekyll logo" class="img-responsive"></h1> -->
<h3 class="text-center">The largest collection of (mis)information datasets </h3>
<h5>A curated collection of <a href="https://arxiv.org/abs/2409.00009">75 misinformation datasets</a>, and a unified setup to work with the 35 claim and statement datasets, available <a href="https://yxguan.github.io/ComplexData-Misinfo-test1/docs/dataset_overview/">here.</a></h5>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Dataset Quality Assessment</h3>
<h5>We evaluated the quality of 35 datasets, identifying potential flaws such as insufficient label quality, spurious correlations, and political bias. This helps researchers select datasets that are suitable for their work.</h5>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-wrench" aria-hidden="true"></i></h1>
<h3 class="text-center">Evaluation of Detection Models</h3>
<h5><a href="url">Our paper</a> provides state-of-the-art baselines for misinformation detection models on these datasets, demonstrating the limitations of categorical labels and suggesting alternative evaluation methods.</h5>
</div>
</div>
<hr>
<!-- <blockquote>
Camille et al (2024).
<strong>A Guide to Misinformation Detection Datasets</strong>. arXiv.
<a href="https://arxiv.org/abs/2409.00009" target="_blank">https://arxiv.org/abs/2409.00009</a>
</blockquote> -->
</div>