davanstrien HF Staff commited on
Commit
aaed3cf
·
verified ·
1 Parent(s): 2ccb87d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -83
README.md CHANGED
@@ -1,108 +1,69 @@
1
  ---
2
  tags:
3
- - statistics
4
- - polars
5
- - finepdfs-edu
6
- - temporal-analysis
7
  license: odc-by
8
  configs:
9
- - config_name: global_stats
10
- data_files:
11
- - split: train
12
- path: global_stats/train-*
13
- - config_name: temporal_stats
14
- data_files:
15
- - split: train
16
- path: temporal_stats/train-*
17
  default_viewer_config: temporal_stats
18
- dataset_info:
19
- - config_name: global_stats
20
- features:
21
- - name: total_docs
22
- dtype: int64
23
- - name: total_tokens
24
- dtype: int64
25
- - name: avg_edu_score
26
- dtype: float64
27
- - name: high_edu_rate
28
- dtype: float64
29
- - name: num_dumps
30
- dtype: int64
31
- splits:
32
- - name: train
33
- num_bytes: 40
34
- num_examples: 1
35
- download_size: 2669
36
- dataset_size: 40
37
- - config_name: temporal_stats
38
- features:
39
- - name: dump
40
- dtype: large_string
41
- - name: doc_count
42
- dtype: uint32
43
- - name: avg_edu_score
44
- dtype: float64
45
- - name: high_edu_rate
46
- dtype: float64
47
- splits:
48
- - name: train
49
- num_bytes: 4558
50
- num_examples: 106
51
- download_size: 5349
52
- dataset_size: 4558
53
  ---
54
 
55
  # Is the Web Getting More Educational?
56
 
57
- Temporal analysis of educational quality across 51 CommonCrawl dumps.
58
 
59
  ## Trend
60
 
61
  ```
62
  High Educational Content (edu >= 3)
63
  ###############################################################
64
- ███████ 2.9% 2013
65
- ██████████████████████████████████████████████████ 18.8% 2014
66
- █████████████████████████ 9.4% 2015
67
- 0.0% 2016
68
- ████████████████████████████████████████████ 16.8% 2017
69
- ███████████████████████████████████ 13.3% 2018
70
- ███████████████████████████████ 11.7% 2019
71
- ██████████████████████████████████████████ 15.8% 2020
72
- ███████████████████████████████████ 13.5% 2021
73
- █████████████████████████████████████████████████ 18.6% 2022
74
- █████████████████████████████████████ 14.2% 2023
75
- ██████████████████████████████████ 13.0% 2024
76
- ████████████████ 6.3% 2025
77
 
78
  Average Educational Score
79
  ##############################################################
80
- ███████████████████████████████████ 1.70 2013
81
- ████████████████████████████████████████████ 2.11 2014
82
- █████████████████████████████████████████ 1.95 2015
83
- ██████████████████████████████████████████████████ 2.36 2016
84
- █████████████████████████████████████████████ 2.14 2017
85
- ████████████████████████████████████████████ 2.08 2018
86
- ███████████████████████████████████████████ 2.04 2019
87
- ███████████████████████████████████████████ 2.07 2020
88
- ██████████████████████████████████████████ 2.00 2021
89
- █████████████████████████████████████████████ 2.13 2022
90
- ██████████████████████████████████████████ 2.00 2023
91
- ████████████████████████████████████████████ 2.12 2024
92
- █████████████████████████████████████ 1.75 2025
93
  ```
94
 
95
  ## Key Finding
96
 
97
  | Period | Avg Edu Score | High Edu Rate |
98
  |--------|---------------|---------------|
99
- | CC-MAIN-2013-48 | 1.695 | 2.9% |
100
- | CC-MAIN-2025-08 | 2.058 | 12.7% |
101
 
102
  ## Performance
103
 
104
- - **5,000 documents** processed in **0 seconds**
105
- - **11,846 docs/sec** using Polars streaming
106
  - Single scan, no download of 300GB+ dataset
107
 
108
  ## Summary
@@ -110,11 +71,11 @@ Average Educational Score
110
  | Metric | Value |
111
  |--------|-------|
112
  | Scope | English (Latin script) |
113
- | Total Documents | 5,000 |
114
- | Total Tokens | 16,112,277 |
115
- | Avg Edu Score | 2.084 |
116
- | High Edu Rate | 15.8% |
117
- | CommonCrawl Dumps | 51 |
118
 
119
  ## Files
120
 
 
1
  ---
2
  tags:
3
+ - statistics
4
+ - polars
5
+ - finepdfs-edu
6
+ - temporal-analysis
7
  license: odc-by
8
  configs:
9
+ - config_name: global_stats
10
+ data_files: global_stats/train-*.parquet
11
+ - config_name: temporal_stats
12
+ data_files: temporal_stats/train-*.parquet
 
 
 
 
13
  default_viewer_config: temporal_stats
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # Is the Web Getting More Educational?
17
 
18
+ Temporal analysis of educational quality across 106 CommonCrawl dumps.
19
 
20
  ## Trend
21
 
22
  ```
23
  High Educational Content (edu >= 3)
24
  ###############################################################
25
+ ██████████████████████████████████ 11.2% 2013
26
+ ██████████████████████████████ 9.7% 2014
27
+ █████████████████████████████ 9.6% 2015
28
+ █████████████████████████████ 9.5% 2016
29
+ ███████████████████████████████████████████████ 15.2% 2017
30
+ █████████████████████████████████████████████ 14.6% 2018
31
+ █████████████████████████████████████████████ 14.6% 2019
32
+ ██████████████████████████████████████████████ 15.1% 2020
33
+ ██████████████████████████████████████████████████ 16.2% 2021
34
+ ██████████████████████████████████████████████ 14.9% 2022
35
+ ████████████████████████████████████████████ 14.5% 2023
36
+ ████████████████████████████████████████████████ 15.5% 2024
37
+ ████████████████████████████████���█████████████ 15.1% 2025
38
 
39
  Average Educational Score
40
  ##############################################################
41
+ ████████████████████████████████████████████████ 2.00 2013
42
+ ██████████████████████████████████████████████ 1.93 2014
43
+ ██████████████████████████████████████████████ 1.92 2015
44
+ █████████████████████████████████████████████ 1.90 2016
45
+ █████████████████████████████████████████████████ 2.06 2017
46
+ █████████████████████████████████████████████████ 2.03 2018
47
+ █████████████████████████████████████████████████ 2.03 2019
48
+ █████████████████████████████████████████████████ 2.04 2020
49
+ ██████████████████████████████████████████████████ 2.07 2021
50
+ █████████████████████████████████████████████████ 2.03 2022
51
+ ████████████████████████████████████████████████ 2.02 2023
52
+ █████████████████████████████████████████████████ 2.04 2024
53
+ █████████████████████████████████████████████████ 2.04 2025
54
  ```
55
 
56
  ## Key Finding
57
 
58
  | Period | Avg Edu Score | High Edu Rate |
59
  |--------|---------------|---------------|
60
+ | CC-MAIN-2013-20 | 2.024 | 12.9% |
61
+ | CC-MAIN-2025-08 | 2.059 | 15.8% |
62
 
63
  ## Performance
64
 
65
+ - **500,000 documents** processed in **15 seconds**
66
+ - **32,534 docs/sec** using Polars streaming
67
  - Single scan, no download of 300GB+ dataset
68
 
69
  ## Summary
 
71
  | Metric | Value |
72
  |--------|-------|
73
  | Scope | English (Latin script) |
74
+ | Total Documents | 500,000 |
75
+ | Total Tokens | 2,877,413,776 |
76
+ | Avg Edu Score | 2.046 |
77
+ | High Edu Rate | 15.2% |
78
+ | CommonCrawl Dumps | 106 |
79
 
80
  ## Files
81