ekmpa commited on
Commit
3098b47
·
verified ·
1 Parent(s): ae091d4

still formatting

Browse files
Files changed (1) hide show
  1. README.md +48 -9
README.md CHANGED
@@ -17,14 +17,20 @@ All domains also have the original data source indicated, and the dataset's doma
17
  A large part of these data sources are open-sources academic datasets, and the labels for Y domains were also collected manually
18
  from online sources (governmental, journalistic or academic) that gathered domain lists in non-machine readable format.
19
 
 
 
 
 
 
 
 
 
20
  Some of the primary contributors to the dataset are:
21
  - [UT1](http://dsi.ut-capitole.fr/blacklists/index_en.php) by the University of Toulouse Capitole (88.6%),
22
  - [DQR](https://academic.oup.com/pnasnexus/article/2/9/pgad286/7258994?login=false) by Lin et al. (7.6%),
23
  - Wikipedia (3.6%),
24
  - [Lasser et al.]()'s data (3.1%).
25
 
26
- The full composition is provided below for both dataset versions.
27
-
28
 
29
 
30
 
@@ -37,11 +43,44 @@ where we downsample the top few data domains that otherwise overwhelm the datase
37
 
38
  #### Reliability
39
 
40
- | Label type | Count |
41
- | ---- | ---- |
42
- | **Float** ([0,1]) | 11,882 |
43
- | **3-class** (low-medium-high) | 12,053 *(6,432 - 306 - 5,315)* |
44
- | **Categorical** (fine-grained) | All (148,830) |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  #### Factuality
47
 
@@ -255,7 +294,7 @@ Hub No. EP/Y028872/1*. This research was also enabled in part by compute resourc
255
 
256
 
257
 
258
- pool.csv: 5671880
259
  downsampled.csv: 149086
260
 
261
  Reliability continuous
@@ -278,7 +317,7 @@ Reliability 3-class
278
  value domains
279
  low 6440
280
  high 5426
281
- medium 309
282
 
283
  Reliability categories
284
  ----------------------
 
17
  A large part of these data sources are open-sources academic datasets, and the labels for Y domains were also collected manually
18
  from online sources (governmental, journalistic or academic) that gathered domain lists in non-machine readable format.
19
 
20
+ The full composition is provided below for both dataset versions, the downsampled one and the full variant:
21
+ - `domain-pool`: 5,671,880 domains, labelled across three axes, all with at least one categorical label that can pertain to its reliability (e.g., 'fake news' or 'adult content').
22
+ Categories are listed below.
23
+ - `domain-pool-downsampled`: 149,086 domains, where the dominating categories (ones with more than 20,000 datapoints) are downsampled to 15,000 or less.
24
+ Due to overlaps between datasets, this brings some of the dominating categories to counts between 10 and 15,000; the processing includes an iterative optimizer that tries to minimize such loss.
25
+ This is beneficial because the entire domain pool is predominantly composed of a few large categories (e.g., adult content accounts for more than 4 million domains).
26
+
27
+
28
  Some of the primary contributors to the dataset are:
29
  - [UT1](http://dsi.ut-capitole.fr/blacklists/index_en.php) by the University of Toulouse Capitole (88.6%),
30
  - [DQR](https://academic.oup.com/pnasnexus/article/2/9/pgad286/7258994?login=false) by Lin et al. (7.6%),
31
  - Wikipedia (3.6%),
32
  - [Lasser et al.]()'s data (3.1%).
33
 
 
 
34
 
35
 
36
 
 
43
 
44
  #### Reliability
45
 
46
+ Reliability as a broad category encompasses three types of labels; two quantitative, and one qualitative:
47
+ 1. **Continuous score ( n = 11,980 ):** these are academic-sourced float on [0.0,1.0] that explicitly relates to the domain's reliability as assessed by expert fact-checkers.
48
+ 2. **3-class ( n = 12,053 ):** same type of source and meaning, these span three levels: [low, medium, high].
49
+ 3. **Categorical ( n = 149,086 ):** these are broader categories that describe the nature of the website. Most are directly related to the website's reliability (e.g. 'malware'), while some are more neutral (e.g. 'sports').
50
+
51
+ More precisely,
52
+
53
+ ##### Reliability (continuous)
54
+
55
+ - Count: 11,980
56
+ <!-- - Min score: 0.00, -->
57
+ <!-- - 25th perc.: 0.44, -->
58
+ <!-- - median: 0.64, -->
59
+ - mean: 0.59,
60
+ <!-- - 75th perc. = 0.75,
61
+ - max = 1.00 -->
62
+
63
+ Distribution:
64
+
65
+
66
+ ![Reliability Distribution](https://cdn-uploads.huggingface.co/production/uploads/681e3663829118a837bbaeb3/vVNqqkuyPlqud-qkdXyUC.png)
67
+
68
+
69
+ | Range | [0.0, 0.1) | [0.1, 0.2) | [0.2, 0.3) | [0.3, 0.4) | [0.4, 0.5) | [0.5, 0.6) | [0.6, 0.7) | [0.7, 0.8) | [0.8, 0.9) | [0.9, 1.0] |
70
+ |--------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|
71
+ | Domains | 49 | 161 | 809 | 1252 | 1751 | 1133 | 2415 | 2969 | 1356 | 84 |
72
+
73
+
74
+
75
+ ##### Reliability 3-class
76
+
77
+ ![Value Distribution](https://cdn-uploads.huggingface.co/production/uploads/681e3663829118a837bbaeb3/nOI3VmV_xedousOtg2F9c.png)
78
+
79
+ | Value | Domains |
80
+ |--------|---------|
81
+ | low | 6440 |
82
+ | high | 5426 |
83
+ | medium | 309 |
84
 
85
  #### Factuality
86
 
 
294
 
295
 
296
 
297
+ <!-- pool.csv: 5671880
298
  downsampled.csv: 149086
299
 
300
  Reliability continuous
 
317
  value domains
318
  low 6440
319
  high 5426
320
+ medium 309 -->
321
 
322
  Reliability categories
323
  ----------------------