Refresh dataset card: 2026-05-21 ML stack + voidly-bench-v1
Browse files
README.md
CHANGED
|
@@ -12,18 +12,19 @@ tags:
|
|
| 12 |
- human-rights
|
| 13 |
- network-measurement
|
| 14 |
- geopolitics
|
| 15 |
-
pretty_name: Voidly
|
| 16 |
size_categories:
|
| 17 |
- 1M<n<10M
|
| 18 |
---
|
| 19 |
|
| 20 |
-
# Voidly
|
| 21 |
|
| 22 |
-
**
|
| 23 |
|
| 24 |
## Dataset Description
|
| 25 |
|
| 26 |
-
This dataset contains 10 years of global internet censorship measurements
|
|
|
|
| 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/
|
|
|
|
| 52 |
|
| 53 |
# Load labeled incidents (for ML training)
|
| 54 |
-
incidents = load_dataset("emperor-mew/
|
|
|
|
| 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 |
-
-
|
| 85 |
-
-
|
| 86 |
-
-
|
| 87 |
-
-
|
| 88 |
-
-
|
| 89 |
-
-
|
| 90 |
-
-
|
| 91 |
-
-
|
| 92 |
-
- And 17+ more
|
| 93 |
|
| 94 |
-
##
|
| 95 |
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
|
| 101 |
## Citation
|
| 102 |
|
| 103 |
```bibtex
|
| 104 |
-
@dataset{
|
| 105 |
author = {Voidly Research},
|
| 106 |
-
title = {
|
| 107 |
year = {2026},
|
| 108 |
publisher = {Hugging Face},
|
| 109 |
-
url = {https://huggingface.co/datasets/emperor-mew/
|
| 110 |
}
|
| 111 |
```
|
| 112 |
|
| 113 |
## Links
|
| 114 |
|
| 115 |
-
-
|
| 116 |
-
-
|
| 117 |
-
-
|
| 118 |
-
-
|
|
|
|
| 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 |
|