emperor-mew commited on
Commit
e3419e2
·
verified ·
1 Parent(s): c6257de

Refresh dataset card: 2026-05-21 ML stack + voidly-bench-v1

Browse files
Files changed (1) hide show
  1. README.md +46 -30
README.md CHANGED
@@ -12,18 +12,19 @@ tags:
12
  - human-rights
13
  - network-measurement
14
  - geopolitics
15
- pretty_name: Voidly Global Censorship Index
16
  size_categories:
17
  - 1M<n<10M
18
  ---
19
 
20
- # Voidly Global Censorship Index
21
 
22
- **The most comprehensive open dataset for internet censorship research and ML.**
23
 
24
  ## Dataset Description
25
 
26
- This dataset contains 10 years of global internet censorship measurements from 120+ countries, including:
 
27
 
28
  - **1.6M+ daily measurements** (2017-2026)
29
  - **37K detected anomaly spikes**
@@ -38,9 +39,8 @@ This dataset contains 10 years of global internet censorship measurements from 1
38
 
39
  | File | Description | Rows |
40
  |------|-------------|------|
41
- | `ooni-historical.parquet` | Daily measurements by country/test | 1.6M |
42
- | `censorship-incidents.parquet` | Labeled anomaly spikes | 37K |
43
- | `known-events.json` | Major censorship events | 25+ |
44
 
45
  ## Usage
46
 
@@ -48,10 +48,12 @@ This dataset contains 10 years of global internet censorship measurements from 1
48
  from datasets import load_dataset
49
 
50
  # Load historical measurements
51
- ds = load_dataset("emperor-mew/global-censorship-index", data_files="ooni-historical.parquet")
 
52
 
53
  # Load labeled incidents (for ML training)
54
- incidents = load_dataset("emperor-mew/global-censorship-index", data_files="censorship-incidents.parquet")
 
55
  ```
56
 
57
  ## Schema
@@ -81,41 +83,55 @@ incidents = load_dataset("emperor-mew/global-censorship-index", data_files="cens
81
 
82
  ## Known Events Covered
83
 
84
- - 🇮🇷 Iran Mahsa Amini protests (2022)
85
- - 🇲🇲 Myanmar military coup (2021)
86
- - 🇧🇾 Belarus election shutdown (2020)
87
- - 🇷🇺 Russia Ukraine invasion blocks (2022+)
88
- - 🇰🇿 Kazakhstan January protests (2022)
89
- - 🇸🇩 Sudan military coup (2021)
90
- - 🇨🇺 Cuba July protests (2021)
91
- - 🇺🇬 Uganda election shutdown (2021)
92
- - And 17+ more...
93
 
94
- ## Model
95
 
96
- We provide a trained GradientBoosting classifier:
97
- - **F1 Score**: 99.8%
98
- - **ROC AUC**: 1.000
99
- - Available via API: `https://api.voidly.ai/hydra/v1/detect`
 
 
 
 
 
 
 
 
 
 
 
 
 
100
 
101
  ## Citation
102
 
103
  ```bibtex
104
- @dataset{voidly_censorship_index_2026,
105
  author = {Voidly Research},
106
- title = {Global Censorship Index: 10 Years of Internet Measurement Data},
107
  year = {2026},
108
  publisher = {Hugging Face},
109
- url = {https://huggingface.co/datasets/emperor-mew/global-censorship-index}
110
  }
111
  ```
112
 
113
  ## Links
114
 
115
- - 🌐 [Voidly Censorship Index](https://voidly.ai/censorship-index)
116
- - 📡 [Real-time API](https://api.voidly.ai/data/censorship-index.json)
117
- - 🤖 [MCP Server](https://www.npmjs.com/package/@voidly/mcp-server)
118
- - 📊 [OONI (source)](https://ooni.org)
 
119
 
120
  ## License
121
 
 
12
  - human-rights
13
  - network-measurement
14
  - geopolitics
15
+ pretty_name: Voidly OONI Censorship Historical
16
  size_categories:
17
  - 1M<n<10M
18
  ---
19
 
20
+ # Voidly OONI Censorship Historical
21
 
22
+ **A 10-year open archive for internet censorship research and ML.**
23
 
24
  ## Dataset Description
25
 
26
+ This dataset contains 10 years of global internet censorship measurements
27
+ from 120+ countries:
28
 
29
  - **1.6M+ daily measurements** (2017-2026)
30
  - **37K detected anomaly spikes**
 
39
 
40
  | File | Description | Rows |
41
  |------|-------------|------|
42
+ | `data/ooni-historical.parquet` | Daily measurements by country/test | 1.6M |
43
+ | `data/censorship-incidents.parquet` | Labeled anomaly spikes | 37K |
 
44
 
45
  ## Usage
46
 
 
48
  from datasets import load_dataset
49
 
50
  # Load historical measurements
51
+ ds = load_dataset("emperor-mew/ooni-censorship-historical",
52
+ data_files="data/ooni-historical.parquet")
53
 
54
  # Load labeled incidents (for ML training)
55
+ incidents = load_dataset("emperor-mew/ooni-censorship-historical",
56
+ data_files="data/censorship-incidents.parquet")
57
  ```
58
 
59
  ## Schema
 
83
 
84
  ## Known Events Covered
85
 
86
+ - Iran Mahsa Amini protests (2022)
87
+ - Myanmar military coup (2021)
88
+ - Belarus election shutdown (2020)
89
+ - Russia Ukraine invasion blocks (2022+)
90
+ - Kazakhstan January protests (2022)
91
+ - Sudan military coup (2021)
92
+ - Cuba July protests (2021)
93
+ - Uganda election shutdown (2021)
94
+ - And 17+ more
95
 
96
+ ## Voidly Atlas ML Stack (2026-05-21)
97
 
98
+ This historical archive is the long-horizon training substrate for the
99
+ **Voidly Atlas** ML stack. The production stack is documented in dedicated
100
+ HuggingFace model cards under [`emperor-mew`](https://huggingface.co/emperor-mew):
101
+
102
+ - **Classifier v3.3** ([`emperor-mew/voidly-classifier-v3.3`](https://huggingface.co/emperor-mew/voidly-classifier-v3.3)) — country-day censorship classifier, GradientBoosting, regime-similarity-weighted contagion features. Honest cross-country generalization: **leave-one-country-out median F1 0.87, mean F1 0.71**. The fitted `.pkl` + per-country thresholds ship in that repo.
103
+ - **Multi-horizon forecast** ([`emperor-mew/voidly-forecast-v1-multi-horizon`](https://huggingface.co/emperor-mew/voidly-forecast-v1-multi-horizon)) — 1d/7d/30d XGBoost + isotonic, LOCO AUC 0.91 / 0.88 / 0.84.
104
+ - **Unsupervised anomaly** ([`emperor-mew/voidly-anomaly-dbscan-v1`](https://huggingface.co/emperor-mew/voidly-anomaly-dbscan-v1)) — CenDTect-style DBSCAN second-opinion signal.
105
+ - 12 more model cards — search `emperor-mew/voidly-` on the Hub.
106
+
107
+ > **Note on the older "F1 99.8% / AUC 1.000" claim:** that figure was a
108
+ > stratified-random-split number on a now-superseded v2 model. It does not
109
+ > reflect cross-country generalization. The current honest metric is the
110
+ > **LOCO** (leave-one-country-out) F1 reported above — random splits inflate
111
+ > apparent accuracy because the model learns per-country base rates.
112
+
113
+ For a clean held-out evaluation task, use the companion benchmark
114
+ [`emperor-mew/voidly-bench-v1`](https://huggingface.co/datasets/emperor-mew/voidly-bench-v1).
115
 
116
  ## Citation
117
 
118
  ```bibtex
119
+ @dataset{voidly_ooni_historical_2026,
120
  author = {Voidly Research},
121
+ title = {Voidly OONI Censorship Historical: 10 Years of Internet Measurement Data},
122
  year = {2026},
123
  publisher = {Hugging Face},
124
+ url = {https://huggingface.co/datasets/emperor-mew/ooni-censorship-historical}
125
  }
126
  ```
127
 
128
  ## Links
129
 
130
+ - [Voidly Censorship Index](https://voidly.ai/censorship-index)
131
+ - [Real-time API](https://api.voidly.ai/data/censorship-index.json)
132
+ - [MCP Server](https://www.npmjs.com/package/@voidly/mcp-server)
133
+ - [Voidly Atlas ML model cards](https://huggingface.co/emperor-mew)
134
+ - [OONI (source)](https://ooni.org)
135
 
136
  ## License
137