soyames/arwen-policy-corpus
Arwen Policy Corpus Canonical dataset: soyames/arwen-policy-corpus on Hugging Face Pipeline repository: soyames/arwen-policy on GitHub Provenance-preserving collection of processed policy documents from Internet governance and digital-policy sources. Quick Start from datasets import load_dataset ds = load_dataset("soyames/arwen-policy-corpus") print(ds["train"][0]["text"][:200]) print(ds["train"][0]["source_family"]) Corpus Contents Documents:… See the full description on the dataset page: https://huggingface.co/datasets/soyames/arwen-policy-corpus.
Arwen Policy Corpus
Canonical dataset: soyames/arwen-policy-corpus on Hugging Face Pipeline repository: soyames/arwen-policy on GitHub
Provenance-preserving collection of processed policy documents from Internet governance and digital-policy sources.
Quick Start
from datasets import load_dataset
ds = load_dataset("soyames/arwen-policy-corpus")
print(ds["train"][0]["text"][:200])
print(ds["train"][0]["source_family"])Corpus Contents
- Documents: 192
- Total characters: 3,900,453
- Sources: 17 organizations
- Languages: primarily English
Extraction Methods
- html_bs4: 187
- pypdf: 5
Languages
- en: 159
- en-US: 14
- und: 7
- en-us: 6
- en-AU: 5
- es: 1
Record Fields
Provenance
Every record includes provenance metadata tracing the extraction chain: source URL -> HTTP capture -> content extraction -> segmentation -> normalization.
Date provenance tracks how each publication date was determined, with confidence levels (high, medium, low) and source classification.
Design Principles
- Provenance first: every derived record traceable to a source artifact
- Multistakeholder by construction: explicit modelling of stakeholder representation
- Absence is not neutrality: missing perspectives recorded without interpretation
- Candidate is not verified fact: automated extraction produces candidates requiring validation
- Reproducible releases: versioned metadata and processing history
Limitations
- Early-stage research corpus; automated extraction may introduce errors
- English-centric: most documents are in English
- Coverage is not uniform across all Internet governance organizations
- Dates are not available for all documents (118 of 192 undated)
- Segments are automatically generated and may not perfectly align with document structure
Source Code
https://github.com/soyames/arwen-policy
Citation
@dataset{arwen_policy_corpus,
title={Arwen Policy Corpus},
author={Yao Amevi Amessinou Sossou},
year={2026},
url={https://huggingface.co/datasets/soyames/arwen-policy-corpus},
license={Apache-2.0}
}