Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
License:
README.md CHANGED
@@ -6,7 +6,11 @@ license: cc-by-4.0
6
 
7
  <!-- Provide a quick summary of the dataset. -->
8
 
9
- CrediBench is a large-scale, temporal webgraph constituted of web data pulled from [Common Crawl](https://commoncrawl.org/overview).
 
 
 
 
10
 
11
  ## Dataset Details
12
 
@@ -18,22 +22,25 @@ In these webgraphs, the nodes represent a website domain (e.g, `google.com`) and
18
  These webgraphs are supplemented with text attributes, partly from Common Crawl and from web scraping, as text features play an important role in misinformation detection.
19
  Additionally, we supplement them with credibility scores as made available by [Lin et al.](https://github.com/hauselin/domain-quality-ratings/tree/main/data), to enable supervised and semi-supervised learning as explained in our paper.
20
 
 
 
 
 
 
21
 
22
  Dataset Statistics:
23
  | Month | V | E | Min. deg. | Mean deg. | Max. deg. | Leaves (deg. = 1) | Edge Density |
24
  | -- | -- | -- | -- | -- | -- | -- | -- |
25
  | October 2024 | 50,288,479 | 1,074,971,387 | 1 | 42.75 | 17,112,352 | 30,278 | 4.3e-07 |
26
- | November 2024 | 50,684,724 | 1,164,563,814 | 1 | 45.95 | 17,328,063 | 31,388 | 4.5e-07 |
27
  | December 2024 | 45,030,252 | 1,014,523,551 | 1 | 45.06 | 14,719,077 | 28,857 | 5.0e-07 |
28
  | January 2025 | 45,626,949 | 1,060,163,646 | 1 | 46.471 | 15,398,279 | 23,130 | 5.0e-07 |
29
  | February 2025 | 49,639,664 | 1,167,748,533 | 1 | 47.05 | 17,078,954 | 24,430 | 4.7e-07 |
30
  | March 2025 | 50,162,733 | 1,212,826,396 | 1 | 48.36 | 16,691,193 | 22,629 | 4.8e-07 |
31
- | April 2025 | 50,050,221 | 1,237,519,870 | 1 | 49.45 | 16,679,192 | 26,639 | 4.9e-07 |
32
- | May 2025 | 50,517,253 | 1,227,682,479 | 1 | 48.604 | 16,771,274 | 29,973 | 4.8e-07 |
33
  <!-- | June 2025 | 9,974,275 | 152,449,542 | 1 | 30.57 | 3,381,364 | 25,447 | 1.5e06 | -->
34
 
35
-
36
-
37
  **Content Embedding:**
38
 
39
  Domain-level content embeddings are generated using multiple LLM-based embedding models with varying LLM-model sizes and embedding dimensions.
@@ -56,23 +63,6 @@ Each pickled file stores a dictionary:
56
  | November 2024 | embeddinggemma-300m | 256 | 30GB|
57
  | December 2024 | embeddinggemma-300m | 256 | 30GB|
58
 
59
-
60
- **Proportion of content**
61
-
62
-
63
- | Task | Split | Class | Global Labels | CDB-Oct24 Labels | CDB-Oct24 Has_Content | CDB-Oct24 content(%) | CDB-Nov24 Labels | CDB-Nov24 Has_Content | CDB-Nov24 content(%) | CDB-Dec24 Labels | CDB-Dec24 Has_Content | CDB-Dec24 content(%) |
64
- |---|---|---|---:|---:|---:|---:|---:|---:|---:|---:|---:|---:|
65
- | Regression | Train | — | 5,164 | 5,158 | 2,699 | 0.52 | 5,158 | 2,626 | 0.51 | 5,158 | 2,637 | 0.50 |
66
- | Regression | Val | — | 1,722 | 1,719 | 869 | 0.51 | 1,719 | 842 | 0.49 | 1,719 | 841 | 0.49 |
67
- | Regression | Test | — | 1,722 | 1,721 | 874 | 0.51 | 1,721 | 847 | 0.49 | 1,721 | 843 | 0.49 |
68
- | Binary Classification | Train | Credible | 41,671 | 39,824 | 23,170 | 0.58 | 34,040 | 20,379 | 0.60 | 39,445 | 21,853 | 0.55 |
69
- | Binary Classification | Train | Non-Cred. | 9,353 | 8,272 | 5,734 | 0.69 | 5,496 | 4,034 | 0.73 | 7,831 | 5,040 | 0.64 |
70
- | Binary Classification | Val | Credible | 3,117 | 2,960 | 1,669 | 0.56 | 2,503 | 1,446 | 0.58 | 2,940 | 1,566 | 0.53 |
71
- | Binary Classification | Val | Non-Cred. | 3,117 | 2,717 | 1,929 | 0.71 | 1,784 | 1,321 | 0.74 | 2,619 | 1,694 | 0.65 |
72
- | Binary Classification | Test | Credible | 3,117 | 2,967 | 1,739 | 0.59 | 2,555 | 1,543 | 0.60 | 2,947 | 1,629 | 0.55 |
73
- | Binary Classification | Test | Non-Cred. | 3,117 | 2,713 | 1,920 | 0.71 | 1,782 | 1,328 | 0.75 | 2,620 | 1,704 | 0.65 |
74
-
75
-
76
  ### Resources
77
 
78
  <!-- Provide the basic links for the dataset. -->
@@ -106,15 +96,6 @@ which builds a month's worth of data by pulling from Common Crawl, builds the gr
106
  Each edge has a timestamp, given as the date of the first day of week of the crawl, in format YYYYMMDD.
107
 
108
 
109
- ## Acknowledgements
110
-
111
- - **Curated by** a team of collaborators from the Complex Data Lab @ Mila - Quebec AI Institute, the University of Oxford, McGill University, Concordia University, UC Berkeley, University of Montreal, and AITHYRA.
112
- - **Funding:** This research was supported by the Engineering and Physical Sciences Research Council (EPSRC) and the AI Security Institute (AISI) grant:
113
- *Towards Trustworthy AI Agents for Information Veracity and the EPSRC Turing AI World-Leading Research Fellowship No. EP/X040062/1 and EPSRC AI
114
- Hub No. EP/Y028872/1*. This research was also enabled in part by compute resources provided by Mila (mila.quebec) and Compute Canada.
115
- - **License:** CC-BY-4.0 (as retributed from Common Crawl).
116
-
117
-
118
  ## Citation
119
 
120
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
 
6
 
7
  <!-- Provide a quick summary of the dataset. -->
8
 
9
+ CrediBench 1.1 is a large-scale, temporal webgraph constituted of web data pulled from [Common Crawl](https://commoncrawl.org/overview).
10
+ A prior version of the paper is [available here](https://arxiv.org/abs/2509.23340) (NPGML workshop @ NeurIPS 2025), with the latest version still under review.
11
+ CrediBench 1.0, presented in this prior work, constituted of a static webgraph with 1 month's data, while the current version contains 3 months of data (October to December 2024, surrounding the U.S Federal elections, a period of increased misinformation).
12
+ We are actively constructing and uploading more monthly graphs as well.
13
+
14
 
15
  ## Dataset Details
16
 
 
22
  These webgraphs are supplemented with text attributes, partly from Common Crawl and from web scraping, as text features play an important role in misinformation detection.
23
  Additionally, we supplement them with credibility scores as made available by [Lin et al.](https://github.com/hauselin/domain-quality-ratings/tree/main/data), to enable supervised and semi-supervised learning as explained in our paper.
24
 
25
+ - **Curated by** a team of collaborators from the Complex Data Lab @ Mila - Quebec AI Institute, the University of Oxford, McGill University, Concordia University, UC Berkeley, University of Montreal, and AITHYRA.
26
+ - **Funding:** This research was supported by the Engineering and Physical Sciences Research Council (EPSRC) and the AI Security Institute (AISI) grant:
27
+ *Towards Trustworthy AI Agents for Information Veracity and the EPSRC Turing AI World-Leading Research Fellowship No. EP/X040062/1 and EPSRC AI
28
+ Hub No. EP/Y028872/1*. This research was also enabled in part by compute resources provided by Mila (mila.quebec) and Compute Canada.
29
+ - **License:** CC-BY-4.0 (as retributed from Common Crawl).
30
 
31
  Dataset Statistics:
32
  | Month | V | E | Min. deg. | Mean deg. | Max. deg. | Leaves (deg. = 1) | Edge Density |
33
  | -- | -- | -- | -- | -- | -- | -- | -- |
34
  | October 2024 | 50,288,479 | 1,074,971,387 | 1 | 42.75 | 17,112,352 | 30,278 | 4.3e-07 |
35
+ | November 2024 (to redo) | 27,567,417 | 555,905,375 | 1 | 40.33 | 9,019,038 | 30,553 | 7.3e-07 |
36
  | December 2024 | 45,030,252 | 1,014,523,551 | 1 | 45.06 | 14,719,077 | 28,857 | 5.0e-07 |
37
  | January 2025 | 45,626,949 | 1,060,163,646 | 1 | 46.471 | 15,398,279 | 23,130 | 5.0e-07 |
38
  | February 2025 | 49,639,664 | 1,167,748,533 | 1 | 47.05 | 17,078,954 | 24,430 | 4.7e-07 |
39
  | March 2025 | 50,162,733 | 1,212,826,396 | 1 | 48.36 | 16,691,193 | 22,629 | 4.8e-07 |
40
+ | April 2025 (to redo) | 17,998,846 | 349,717,108 | 1 | 38.86 | 5,284,367 | 25,606 | 1.1e-06 |
41
+ <!-- | May 2025 | 5,833,993 | 87,752,862 | 1 | 30.08 | 1,581,282 | 17,683 | 2.6e-06 | -->
42
  <!-- | June 2025 | 9,974,275 | 152,449,542 | 1 | 30.57 | 3,381,364 | 25,447 | 1.5e06 | -->
43
 
 
 
44
  **Content Embedding:**
45
 
46
  Domain-level content embeddings are generated using multiple LLM-based embedding models with varying LLM-model sizes and embedding dimensions.
 
63
  | November 2024 | embeddinggemma-300m | 256 | 30GB|
64
  | December 2024 | embeddinggemma-300m | 256 | 30GB|
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ### Resources
67
 
68
  <!-- Provide the basic links for the dataset. -->
 
96
  Each edge has a timestamp, given as the date of the first day of week of the crawl, in format YYYYMMDD.
97
 
98
 
 
 
 
 
 
 
 
 
 
99
  ## Citation
100
 
101
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
april2025/edges.csv.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8336350cfbacb8960fd1d24f255d281d4fcb889d9aad3b1c8a4638e2d0f87d8
3
- size 8056715728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3893b3f7c90f27c9d9c110fdae7b4e11d8c3fc33ec869a309f2754acc6e45b64
3
+ size 559787049
april2025/vertices.csv.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ce01e80a4ed3df08e53991b7d5dce755b613d5fde9eeebc9099d399f364f5c5
3
- size 362434174
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f36cdad35ab972a434549d7a37e8302443144338b5f3b132e5820e1e3b55803
3
+ size 42746304
dec2024/components/edge_index.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fff90c76d54a548ded943163929dd9405c376d851d5ca1f39045751ece5dd3b3
3
- size 16232378482
 
 
 
 
dec2024/components/feature_matrix.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e366e1a77084e1ce52db36d229a824ac8412a723934e34ae55804630756ea6a8
3
- size 11527746190
 
 
 
 
may2025/edges.csv.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4307459fc875f2f17fc9a2a9079eaac9c614f33f97e5305e8f92bad527d716b9
3
- size 7941360337
 
 
 
 
may2025/vertices.csv.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:abe66d00ab8b726bdde5e85dfbeb7da381c1e960e20d0b4e104ea1ee8a9f0eff
3
- size 366281835
 
 
 
 
nov2024/components/edge_index.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:54b6234ad09d64a7b6caf9b45803cdabd8291c1b08f29c9111af86402ad00dd5
3
- size 8894487666
 
 
 
 
nov2024/components/feature_matrix.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:28c64d13785fe2e2964b42f8b8ba232c26c2c137cee4fa82ee402e622f356d3a
3
- size 7057260430
 
 
 
 
nov2024/edges.csv.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65812f343f519bf9364cfba7120ad9aceea1d6dde002e982bf06fd5cdf263ed8
3
- size 7539528447
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cc714cd530dceb0fd83b37529468c033ab876ef64c2cad54c2f6671c9b33082
3
+ size 1670709248
nov2024/vertices.csv.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:342a939b6f5f8f2a9048bbad78a481fc8f13a95c8804f22d820469830d172d85
3
- size 258841148
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4beab82761de53bfb3ca37e78f59e3ad9568491626de546429ccb4d4ccbb46e8
3
+ size 145247899
oct2024/components/edge_index.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:56de4060a4d0d0a977a2d1b0ee7696ca1afd456e0b1c9e96777d546ff7dbc4bb
3
- size 17199543858
 
 
 
 
oct2024/components/feature_matrix.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5942fd66293a2ffa3f07bdb01167259690ccd4bcf1fbaed31444f06249b57a7c
3
- size 12873852302