Release v0.4.0 red-team remediation
Browse filesFinalize the public dataset card, citation, reproducible workflow, changelog, and v0.4.0 release identity.
- .gitignore +1 -0
- CHANGELOG.md +13 -0
- CITATION.cff +10 -4
- CONTRIBUTING.md +35 -15
- README.md +120 -113
- package-lock.json +2 -2
- package.json +9 -2
.gitignore
CHANGED
|
@@ -3,6 +3,7 @@ outputs/
|
|
| 3 |
node_modules/
|
| 4 |
parquet/
|
| 5 |
*.xlsx
|
|
|
|
| 6 |
*.png
|
| 7 |
*.inspect.ndjson
|
| 8 |
.DS_Store
|
|
|
|
| 3 |
node_modules/
|
| 4 |
parquet/
|
| 5 |
*.xlsx
|
| 6 |
+
!release/agency-transfer-election-evidence-index-v0.4.0.xlsx
|
| 7 |
*.png
|
| 8 |
*.inspect.ndjson
|
| 9 |
.DS_Store
|
CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## 0.3.1 — 2026-08-14
|
| 4 |
|
| 5 |
- Corrected machine-readable date typing for empirical model studies in the unified catalog.
|
|
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
+
## 0.4.0 — 2026-08-15
|
| 4 |
+
|
| 5 |
+
- Defined the release unambiguously as a purposive, exploratory evidence index: not proof of agency transfer, not a prevalence sample, and not a causal estimate of election effects.
|
| 6 |
+
- Distinguished 70 source records overall from the 56 distinct sources linked through 124 claim–evidence relations.
|
| 7 |
+
- Added direct research entry points, a compact map of all 26 Hugging Face configurations, version-pinned loading recipes, and the related Agency Transfer collection.
|
| 8 |
+
- Clarified that coded data are in English; Spanish is limited to the quick guide and selected metadata.
|
| 9 |
+
- Separated internal structural/semantic QA from source verification, factual adjudication, sampling validity, and causal validation.
|
| 10 |
+
- Documented source-preservation gaps, the external workbook runtime, mutable `main` versus a fixed `v0.4.0` revision, and the absence of a DOI.
|
| 11 |
+
- Corrected stale DFRLab, Tortoise Media, and Senate Intelligence Committee URLs in the research ledgers and candidate register.
|
| 12 |
+
- Added verified locator coverage to all 124 claim–source relations: 57 full-claim pinpoints, 47 partial/premise pinpoints, and 20 explicitly not verified because the cited object was inaccessible; removed unsupported edges and one unpreserved dynamic metric; replaced four blocked FCC landing pages with official FCC PDFs.
|
| 13 |
+
- Marked research ledgers as transparent historical inputs rather than canonical v0.4.0 coded tables; superseded draft confidence annotations do not override generated data.
|
| 14 |
+
- Aligned citation metadata with the canonical title, author, version, release date, and versioned Hugging Face revision.
|
| 15 |
+
|
| 16 |
## 0.3.1 — 2026-08-14
|
| 17 |
|
| 18 |
- Corrected machine-readable date typing for empirical model studies in the unified catalog.
|
CITATION.cff
CHANGED
|
@@ -1,15 +1,21 @@
|
|
| 1 |
cff-version: 1.2.0
|
| 2 |
-
message: "
|
| 3 |
title: "AI, Elections and Agency Transfer Evidence Index"
|
| 4 |
type: dataset
|
|
|
|
| 5 |
authors:
|
| 6 |
- given-names: "Miguel"
|
| 7 |
family-names: "Guerrero"
|
| 8 |
website: "https://miguelguerrero.eu"
|
| 9 |
-
version: 0.
|
| 10 |
-
date-released: 2026-08-
|
| 11 |
license: CC-BY-4.0
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
keywords:
|
| 14 |
- elections
|
| 15 |
- artificial intelligence
|
|
|
|
| 1 |
cff-version: 1.2.0
|
| 2 |
+
message: "Cite this versioned evidence index and the original sources for every substantive claim."
|
| 3 |
title: "AI, Elections and Agency Transfer Evidence Index"
|
| 4 |
type: dataset
|
| 5 |
+
abstract: "A purposive, exploratory index of claims, evidence relations, mechanisms, selected observations, preparedness records, comparison cases, and model studies concerning AI and elections. It is not a prevalence sample, causal estimate, or empirical proof of agency transfer."
|
| 6 |
authors:
|
| 7 |
- given-names: "Miguel"
|
| 8 |
family-names: "Guerrero"
|
| 9 |
website: "https://miguelguerrero.eu"
|
| 10 |
+
version: 0.4.0
|
| 11 |
+
date-released: 2026-08-15
|
| 12 |
license: CC-BY-4.0
|
| 13 |
+
repository-code: "https://huggingface.co/datasets/apol/ai-election-manipulation-cases"
|
| 14 |
+
url: "https://huggingface.co/datasets/apol/ai-election-manipulation-cases/tree/v0.4.0"
|
| 15 |
+
identifiers:
|
| 16 |
+
- type: url
|
| 17 |
+
value: "https://huggingface.co/datasets/apol/ai-election-manipulation-cases/tree/v0.4.0"
|
| 18 |
+
description: "Versioned Hugging Face revision; record the exact commit hash used."
|
| 19 |
keywords:
|
| 20 |
- elections
|
| 21 |
- artificial intelligence
|
CONTRIBUTING.md
CHANGED
|
@@ -1,27 +1,47 @@
|
|
| 1 |
-
# Contributing corrections and
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
|
| 7 |
- Prefer an authoritative primary record plus independent corroboration.
|
| 8 |
-
-
|
| 9 |
-
- Separate
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
## Promotion from `candidates`
|
| 15 |
|
| 16 |
-
A
|
| 17 |
|
| 18 |
-
## Local
|
| 19 |
|
| 20 |
```bash
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
| 25 |
```
|
| 26 |
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Contributing corrections and evidence
|
| 2 |
|
| 3 |
+
Contributions are welcome when they make the evidence easier to inspect or a conclusion more cautious. Identify the stable record ID, propose one atomic change, provide the strongest available source and state exactly which field or inference it changes.
|
| 4 |
|
| 5 |
+
Do not edit generated files in `data/`, `parquet/` or `release/` by hand. Change the declared source/seed layer, rebuild, and review the diff.
|
| 6 |
+
|
| 7 |
+
## Minimum submission
|
| 8 |
|
| 9 |
- Prefer an authoritative primary record plus independent corroboration.
|
| 10 |
+
- Add a stable locator—page, paragraph, timestamp, table or cell—when the source permits it. An unarchived URL alone is page-level provenance.
|
| 11 |
+
- Separate an underlying fact from an allegation, institutional assertion, interested-party measurement or researcher inference.
|
| 12 |
+
- Separate creator, sponsor, distributor, platform, beneficiary, attributed state actor and responding institution.
|
| 13 |
+
- Record denominator, unit, time window, uniqueness and method for every comparable quantity. Accounts, calls, completed calls, views, impressions, recipients and voters are not interchangeable.
|
| 14 |
+
- Do not infer belief, behaviour, turnout, votes, seats or winners from content volume, reach, institutional alarm or official results.
|
| 15 |
+
- Include relevant denials, counterevidence, acquittals, reversals and unresolved attribution.
|
| 16 |
+
- State the maximum warranted conclusion and what evidence would weaken or falsify the proposed agency-transfer interpretation.
|
| 17 |
+
|
| 18 |
+
Do not submit deceptive media, voter lists, targeting data, personal data, evasion guidance or operational playbooks.
|
| 19 |
|
| 20 |
## Promotion from `candidates`
|
| 21 |
|
| 22 |
+
A lead enters the claim-coded corpus only after it has a stable `case_id`, an explicit `record_type`, atomic claims, normalized evidence links, actor and technology provenance, a case–election relation, typed observations where warranted, an explicit pathway assessment, and a bounded conclusion. Preparedness, transparent use, null and boundary cases must remain visibly labelled; inclusion does not itself establish manipulation.
|
| 23 |
|
| 24 |
+
## Local checks
|
| 25 |
|
| 26 |
```bash
|
| 27 |
+
npm ci
|
| 28 |
+
npm run build:data
|
| 29 |
+
npm run build:audit
|
| 30 |
+
npm run build:parquet
|
| 31 |
+
npm run validate
|
| 32 |
+
npm run test:hardening
|
| 33 |
```
|
| 34 |
|
| 35 |
+
These commands perform internal structural and semantic QA. Passing them does not verify source truth, settle an allegation, establish representativeness or validate a causal claim. A release must have zero blocking errors; every remaining warning requires a written disposition.
|
| 36 |
+
|
| 37 |
+
## Release discipline
|
| 38 |
+
|
| 39 |
+
Before publishing a numbered release:
|
| 40 |
+
|
| 41 |
+
1. reconcile generated tables, Parquet, documentation, citation metadata and packaged artifacts;
|
| 42 |
+
2. record hashes for the files included in the release manifest;
|
| 43 |
+
3. create an immutable version tag and record its exact commit;
|
| 44 |
+
4. test public Viewer and download links anonymously;
|
| 45 |
+
5. update `CHANGELOG.md` without silently rewriting earlier versions.
|
| 46 |
+
|
| 47 |
+
The workbook requires the external `@oai/artifact-tool` runtime and is not part of the default public npm environment. Treat CSV and Parquet as the canonical analytic artifacts. A DOI may be added only for a frozen, reconciled deposit; the project currently has none.
|
README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
- es
|
| 6 |
pretty_name: AI, Elections and Agency Transfer Evidence Index
|
| 7 |
size_categories:
|
| 8 |
- 1K<n<10K
|
|
@@ -71,166 +70,174 @@ configs:
|
|
| 71 |
|
| 72 |
# AI, Elections and Agency Transfer Evidence Index
|
| 73 |
|
| 74 |
-
Version
|
| 75 |
|
| 76 |
-
|
| 77 |
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
- [Research view](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/viewer/research_view/data) — the shortest usable entry point.
|
| 81 |
-
- [Complete v0.3.1 package](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/resolve/main/release/agency-transfer-election-cases-v0.3.1.zip?download=true) — CSV, Parquet, documentation, workbook, research ledgers, and validation scripts.
|
| 82 |
-
- [Excel research workbook](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/resolve/main/release/agency-transfer-election-evidence-index-v0.3.1.xlsx?download=true) — 24 research and QA sheets.
|
| 83 |
-
- [Deterministic audit](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/blob/main/data/audit-v03.json) — coverage, integrity, errors, and warnings.
|
| 84 |
-
- [Citation metadata](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/blob/main/CITATION.cff) — cite this release and the original evidence sources used for substantive claims.
|
| 85 |
|
| 86 |
## Start here
|
| 87 |
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
4.
|
| 92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
|
| 94 |
-
|
| 95 |
|
| 96 |
-
##
|
| 97 |
|
| 98 |
-
|
| 99 |
-
|---|---:|---|
|
| 100 |
-
| Claim-coded records | 10 | 2 election-wide cases, 2 observed networks, 3 bounded incidents, 1 campaign set, and 2 preparedness files |
|
| 101 |
-
| Incident-count eligible | 8 | Excludes both preparedness files; still requires filtering by `record_type` |
|
| 102 |
-
| Atomic claims | 96 | Occurrence, attribution, mechanism, reach, effects, response, counterevidence, and agency transfer are separate |
|
| 103 |
-
| Claim-evidence sources | 70 | Primary records, official decisions, peer-reviewed research, technical reports, and independent reporting |
|
| 104 |
-
| Official data sources | 31 | Electoral files and legal/administrative records kept in a separate manifest |
|
| 105 |
-
| Screening leads | 47 | Comparative research queue; not included incidents until claim-coded |
|
| 106 |
-
| Empirical model studies | 7 | Audits and experiments; never incident counts |
|
| 107 |
-
| Agency-transfer pathways | 10 | One structured assessment per claim-coded record |
|
| 108 |
-
| Typed observations | 24 | Selected decision-relevant metrics retain unit, denominator, time window, uniqueness, method, and causal status |
|
| 109 |
-
| Official contests/bundles | 11 | Completed, scheduled, and conditional election contexts |
|
| 110 |
-
| Official long-form metrics | 58 | Includes Moldovan protocol fields and legal numerator definitions |
|
| 111 |
-
| Official result rows | 68 | Full national fields for Romania and Moldova; New Hampshire remains explicitly partial |
|
| 112 |
|
| 113 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
|
| 115 |
-
|
| 116 |
|
| 117 |
-
##
|
| 118 |
|
| 119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
|
| 121 |
-
|
| 122 |
|
| 123 |
-
|
| 124 |
|
| 125 |
-
|
| 126 |
|
| 127 |
-
|
| 128 |
|
| 129 |
-
|
|
|
|
| 130 |
|
| 131 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
|
| 133 |
-
###
|
| 134 |
|
| 135 |
-
`
|
|
|
|
| 136 |
|
| 137 |
-
|
|
|
|
|
|
|
| 138 |
|
| 139 |
-
|
| 140 |
|
| 141 |
-
|
|
|
|
| 142 |
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
- **New Hampshire 2024:** 125,811 Democratic ballots and 123,996 presidential-contest votes are separate metrics. The 1,815 difference is not relabelled as invalid or undervote without an official classification. The all-party checklist is not used as a Democratic-primary turnout denominator.
|
| 147 |
-
- **Brazil 2026:** the first date is an election bundle; a possible second round applies only to president and governors. Candidate data before the filing deadline are incomplete snapshots, not ballot qualification.
|
| 148 |
-
- **United States 2026:** the national date bundles separate House, Senate, delegate, and special contests administered and certified by states. FEC finance/calendar files are not a national result or ballot-access authority.
|
| 149 |
|
| 150 |
-
|
| 151 |
|
| 152 |
-
##
|
| 153 |
|
| 154 |
-
|
| 155 |
-
from datasets import load_dataset
|
| 156 |
|
| 157 |
-
|
| 158 |
-
"apol/ai-election-manipulation-cases",
|
| 159 |
-
"research_view",
|
| 160 |
-
split="data",
|
| 161 |
-
)
|
| 162 |
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
|
| 169 |
-
|
| 170 |
-
"apol/ai-election-manipulation-cases",
|
| 171 |
-
"observations",
|
| 172 |
-
split="data",
|
| 173 |
-
)
|
| 174 |
-
```
|
| 175 |
|
| 176 |
-
|
| 177 |
|
| 178 |
-
|
| 179 |
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
- `official_election_metrics.election_id → official_elections.election_id`
|
| 190 |
|
| 191 |
-
|
| 192 |
|
| 193 |
-
##
|
| 194 |
|
| 195 |
-
|
| 196 |
-
- `established_as_campaign_report`: the dataset establishes that the campaign reported the measurement; it does not independently validate the underlying population quantity.
|
| 197 |
-
- `strong_inference`: evidence supports the inference, but the link is not directly observed or finally adjudicated.
|
| 198 |
-
- `open_question`: uncertainty is recorded rather than filled with an assumption.
|
| 199 |
|
| 200 |
-
|
| 201 |
|
| 202 |
-
|
| 203 |
|
| 204 |
-
##
|
| 205 |
|
| 206 |
-
|
| 207 |
|
| 208 |
-
|
| 209 |
|
| 210 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 211 |
|
| 212 |
-
|
| 213 |
|
| 214 |
-
|
| 215 |
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
|
|
|
|
|
|
| 222 |
|
| 223 |
-
|
| 224 |
|
| 225 |
```bash
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
npm ci
|
| 231 |
-
node scripts/build-parquet.mjs
|
| 232 |
```
|
| 233 |
|
| 234 |
-
`
|
|
|
|
|
|
|
|
|
|
|
|
|
| 235 |
|
| 236 |
-
The
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 5 |
pretty_name: AI, Elections and Agency Transfer Evidence Index
|
| 6 |
size_categories:
|
| 7 |
- 1K<n<10K
|
|
|
|
| 70 |
|
| 71 |
# AI, Elections and Agency Transfer Evidence Index
|
| 72 |
|
| 73 |
+
**Version 0.4.0 · released 15 August 2026 · research cutoff 12 August 2026**
|
| 74 |
|
| 75 |
+
This is a **purposive, exploratory evidence index**. It makes claims, sources, counterevidence, uncertainty, mechanisms, and selected measurements easier to inspect. It does **not** empirically prove the agency-transfer hypothesis, estimate how common election manipulation is, or identify votes or election outcomes caused by AI.
|
| 76 |
|
| 77 |
+
The repository slug is inherited. The canonical title is the one above: the index also contains preparedness files, boundary comparisons, screening leads, official electoral context, and empirical model studies. Inclusion is not a finding that every record is manipulative or harmful.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
|
| 79 |
## Start here
|
| 80 |
|
| 81 |
+
- [Open the 10-row research view](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/viewer/research_view/data) — fastest orientation.
|
| 82 |
+
- [Read the Spanish quick guide](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/blob/main/docs/guia-rapida-es.md) — concise interpretation guide.
|
| 83 |
+
- [Read the methodology](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/blob/main/docs/methodology.md) — units, coding and limitations.
|
| 84 |
+
- [Read the v0.4.0 red-team report](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/blob/main/docs/red-team-v0.4.0.md) — findings, fixes and residual limits.
|
| 85 |
+
- [Inspect the claim–evidence table](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/viewer/claim_evidence/data) — trace claims to source records.
|
| 86 |
+
- [Download the complete v0.4.0 package](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/resolve/v0.4.0/release/agency-transfer-election-cases-v0.4.0.zip?download=true) — CSV, Parquet, documentation, ledgers, scripts and workbook.
|
| 87 |
+
- [Download the v0.4.0 Excel workbook](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/resolve/v0.4.0/release/agency-transfer-election-evidence-index-v0.4.0.xlsx?download=true) — navigation and QA convenience artifact.
|
| 88 |
+
- [Verify release checksums](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/blob/v0.4.0/release/SHA256SUMS) — hashes for the frozen ZIP and workbook.
|
| 89 |
+
- [Browse the Agency Transfer collection](https://huggingface.co/collections/apol/agency-transfer) — related research datasets.
|
| 90 |
+
- [See citation metadata](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/blob/main/CITATION.cff) — cite this index and the original sources.
|
| 91 |
|
| 92 |
+
The coded tables and field values are in English. Spanish is limited to the quick guide and selected descriptive metadata; this is not a bilingual corpus.
|
| 93 |
|
| 94 |
+
## What is in v0.4.0
|
| 95 |
|
| 96 |
+
These counts describe the generated v0.4.0 build and must be refreshed if that build changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
|
| 98 |
+
| Layer | Rows | What the count means |
|
| 99 |
+
|---|---:|---|
|
| 100 |
+
| Claim-coded records | 10 | Mixed units: 2 election-wide files, 2 networks, 3 incidents, 1 campaign set and 2 preparedness files |
|
| 101 |
+
| Incident-count eligible | 8 | Excludes preparedness; it is not a prevalence denominator |
|
| 102 |
+
| Atomic claims | 100 | Occurrence, attribution, mechanism, reach, effects, response and inference remain separate |
|
| 103 |
+
| Claim–evidence relations | 124 | `supports`, `premise` or `counterevidence` links, not 124 independent findings |
|
| 104 |
+
| Sources linked to claims | 56 | Distinct source records used by `claim_evidence` |
|
| 105 |
+
| Source records overall | 70 | Also includes records used elsewhere in the corpus |
|
| 106 |
+
| Screening leads | 47 | Research queue; not included incidents |
|
| 107 |
+
| Empirical model studies | 7 | Laboratory/audit evidence; not real-world deployments |
|
| 108 |
+
| Pathway assessments | 10 | Researcher-coded analytic syntheses, not measured outcomes |
|
| 109 |
+
| Typed observations | 22 | Selected quantities with unit, denominator, window, method and causal status |
|
| 110 |
+
| Official data sources | 31 | Separate electoral and administrative provenance layer |
|
| 111 |
|
| 112 |
+
The strongest pathway conclusion is deliberately limited: 4 records show an observed control mechanism, 2 show an observed attempted transfer, 2 remain insufficient, and 2 are preparedness records rather than incidents. **No record codes observed agency change or observed agency preservation/extension.** These categories describe evidence ceilings, not severity scores.
|
| 113 |
|
| 114 |
+
## The 26 configurations
|
| 115 |
|
| 116 |
+
| Use | Configurations |
|
| 117 |
+
|---|---|
|
| 118 |
+
| Orient and scope | `research_view`, `case_catalog`, `coverage_summary`, `sampling_frame` |
|
| 119 |
+
| Claims and evidence | `cases`, `claims`, `sources`, `claim_evidence`, `analytic_record_claims` |
|
| 120 |
+
| Mechanisms and provenance | `pathways`, `observations`, `events`, `case_sources`, `case_actors`, `technology_uses`, `content_items` |
|
| 121 |
+
| Election relations and context | `case_elections`, `election_sources`, `official_elections`, `official_election_metrics`, `official_turnout`, `official_results`, `official_data_sources` |
|
| 122 |
+
| Discovery | `candidates`, `watchlist` |
|
| 123 |
+
| Empirical capability evidence | `model_evaluations` |
|
| 124 |
|
| 125 |
+
Hugging Face Data Studio reads the native Parquet files in `parquet/`. Equivalent source tables are in `data/`; relational types, keys and foreign keys are declared in [`data/datapackage.json`](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/blob/main/data/datapackage.json).
|
| 126 |
|
| 127 |
+
Files under `research/` are transparent build inputs and historical working ledgers, not canonical v0.4.0 tables. Some retain superseded draft annotations; see [`research/README.md`](https://huggingface.co/datasets/apol/ai-election-manipulation-cases/blob/main/research/README.md) before using them.
|
| 128 |
|
| 129 |
+
## Load the data
|
| 130 |
|
| 131 |
+
### Hugging Face Datasets
|
| 132 |
|
| 133 |
+
```python
|
| 134 |
+
from datasets import load_dataset
|
| 135 |
|
| 136 |
+
view = load_dataset(
|
| 137 |
+
"apol/ai-election-manipulation-cases",
|
| 138 |
+
"research_view",
|
| 139 |
+
revision="v0.4.0",
|
| 140 |
+
split="data",
|
| 141 |
+
)
|
| 142 |
+
```
|
| 143 |
|
| 144 |
+
### pandas
|
| 145 |
|
| 146 |
+
```python
|
| 147 |
+
import pandas as pd
|
| 148 |
|
| 149 |
+
url = "https://huggingface.co/datasets/apol/ai-election-manipulation-cases/resolve/v0.4.0/parquet/research_view.parquet"
|
| 150 |
+
view = pd.read_parquet(url)
|
| 151 |
+
```
|
| 152 |
|
| 153 |
+
### Polars
|
| 154 |
|
| 155 |
+
```python
|
| 156 |
+
import polars as pl
|
| 157 |
|
| 158 |
+
url = "https://huggingface.co/datasets/apol/ai-election-manipulation-cases/resolve/v0.4.0/parquet/research_view.parquet"
|
| 159 |
+
view = pl.read_parquet(url)
|
| 160 |
+
```
|
|
|
|
|
|
|
|
|
|
| 161 |
|
| 162 |
+
Remove the pinned revision only if you deliberately want the mutable latest version.
|
| 163 |
|
| 164 |
+
## Read the evidence correctly
|
| 165 |
|
| 166 |
+
Each pathway keeps these fields separate: capability, controller, influence vector, target, affected agency, **hypothesized** control shift, possible power recipient, potential harm, and observed outcome. Their presence in one row does not imply that one caused the next.
|
|
|
|
| 167 |
|
| 168 |
+
`pathways` makes that reasoning inspectable. It does not establish that every link occurred, and it does not produce a validated agency-transfer score. In particular:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
|
| 170 |
+
- `strong_inference` is a researcher inference, not a directly observed effect;
|
| 171 |
+
- platform reach is not belief, behaviour, turnout or vote choice;
|
| 172 |
+
- an institutional response is not proof of behavioural or electoral harm;
|
| 173 |
+
- official election results are context, not causal evidence;
|
| 174 |
+
- transparent, authorised, defensive and preparedness uses are not automatically manipulation.
|
| 175 |
|
| 176 |
+
Legacy numeric confidence fields were removed because they were neither calibrated probabilities nor intercoder-reliability estimates. This release has one primary coder and reports no intercoder-reliability statistic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
|
| 178 |
+
## Evidence provenance
|
| 179 |
|
| 180 |
+
Use normalized joins for factual work:
|
| 181 |
|
| 182 |
+
```text
|
| 183 |
+
claims.case_id → cases.case_id
|
| 184 |
+
claim_evidence.claim_id → claims.claim_id
|
| 185 |
+
claim_evidence.source_id → sources.source_id
|
| 186 |
+
observations.claim_id → claims.claim_id
|
| 187 |
+
pathways.case_id → cases.case_id
|
| 188 |
+
case_elections.election_id → official_elections.election_id
|
| 189 |
+
election_sources.official_source_id → official_data_sources.official_source_id
|
| 190 |
+
```
|
|
|
|
| 191 |
|
| 192 |
+
The index retains public URLs but does not redistribute source snapshots. Of 124 claim–source relations, 57 have a verified pinpoint covering the full claim, 47 have a verified pinpoint covering only a factual premise or part of the claim, and 20 remain `not_verified` because the cited object was inaccessible during the locator audit. `locator_coverage` preserves that distinction and `locator_note` explains every unresolved pinpoint; a nonblank pinpoint is not a frozen source object, and a partial locator must not be treated as support for the whole claim. All archive and content-hash fields remain unresolved preservation gaps. Cite and inspect the underlying source before relying on a substantive claim.
|
| 193 |
|
| 194 |
+
## What the audit does—and does not do
|
| 195 |
|
| 196 |
+
The automated audit is **internal structural and semantic QA**. It checks declared files, identifiers, relations, enums, date formats, selected consistency rules and recorded hashes within its stated scope. It does not establish that a source is still live, that a source supports every word of a claim, that an allegation is true, that the sample is representative, or that a causal interpretation is valid.
|
|
|
|
|
|
|
|
|
|
| 197 |
|
| 198 |
+
The v0.4 auditor retains the historical filename `scripts/audit-v03.mjs` and compatibility output `data/audit-v03.json`; its internal auditor identifier is `audit-v04`, and `data/audit.json` is byte-identical. The old entry point `scripts/audit-data.mjs` is a read-only wrapper.
|
| 199 |
|
| 200 |
+
Six visible warnings record regional frames without systematic negative/null searches. They are a reason not to infer prevalence, not evidence that no cases exist in those regions.
|
| 201 |
|
| 202 |
+
## Appropriate use
|
| 203 |
|
| 204 |
+
Use this index for evidence tracing, comparative case research, hypothesis generation, institutional-response analysis, source discovery, measurement reconciliation and bounded model-study comparison.
|
| 205 |
|
| 206 |
+
Do not use it as:
|
| 207 |
|
| 208 |
+
- proof of the agency-transfer thesis;
|
| 209 |
+
- a global or regional incident count or prevalence estimate;
|
| 210 |
+
- a causal estimate of votes, turnout, seats or winners changed;
|
| 211 |
+
- a list of proven malicious AI incidents;
|
| 212 |
+
- evidence that visible or authorised political AI is inherently manipulative;
|
| 213 |
+
- operational material for voter targeting, impersonation, deception or safeguard evasion.
|
| 214 |
|
| 215 |
+
## Builds, releases and citation
|
| 216 |
|
| 217 |
+
The supported tabular pipeline is:
|
| 218 |
|
| 219 |
+
```bash
|
| 220 |
+
npm ci
|
| 221 |
+
npm run build:data
|
| 222 |
+
npm run build:audit
|
| 223 |
+
npm run build:parquet
|
| 224 |
+
npm run validate
|
| 225 |
+
npm run test:hardening
|
| 226 |
+
```
|
| 227 |
|
| 228 |
+
After the externally generated workbook is frozen in `release/`, maintainers run:
|
| 229 |
|
| 230 |
```bash
|
| 231 |
+
npm run build:package
|
| 232 |
+
npm run verify:package
|
| 233 |
+
npm run build:release-manifest
|
| 234 |
+
npm run validate
|
|
|
|
|
|
|
| 235 |
```
|
| 236 |
|
| 237 |
+
`npm run audit:links` is a separate, time-dependent network check; it is not evidence that a blocked or rate-limited page is absent. Within the declared runtime and inputs, the deterministic scripts rebuild and check the tabular and packaged artifacts they cover. That remains narrower than end-to-end source reproducibility: external pages are not frozen, 47 pinpoints cover only a factual premise or part of their claim, 20 relations have no verified pinpoint, and automated QA does not validate source truth.
|
| 238 |
+
|
| 239 |
+
The Excel workbook is a convenience artifact, not the canonical analytic source. Its builder requires the `@oai/artifact-tool` runtime, which is not part of the public `package.json`; use CSV or Parquet unless that environment is available. The ZIP and workbook should be verified against the release manifest, not assumed equivalent merely because their filenames contain the same version.
|
| 240 |
+
|
| 241 |
+
`main` is mutable. Use the `v0.4.0` revision for a fixed citation and record the exact commit hash used. No DOI has been assigned; none should be inferred from the repository URL. A DOI can be added only after a frozen revision is deposited and its identity is reconciled with the tag, citation metadata and release manifest.
|
| 242 |
|
| 243 |
+
The CC BY 4.0 license covers the original coding and synthesis. Source materials remain under their publishers' or issuing institutions' terms. Cite both this index and the original evidence sources for substantive claims.
|
package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"name": "agency-transfer-election-cases",
|
| 3 |
-
"version": "0.
|
| 4 |
"lockfileVersion": 3,
|
| 5 |
"requires": true,
|
| 6 |
"packages": {
|
| 7 |
"": {
|
| 8 |
"name": "agency-transfer-election-cases",
|
| 9 |
-
"version": "0.
|
| 10 |
"dependencies": {
|
| 11 |
"parquetjs-lite": "0.8.7"
|
| 12 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"name": "agency-transfer-election-cases",
|
| 3 |
+
"version": "0.4.0",
|
| 4 |
"lockfileVersion": 3,
|
| 5 |
"requires": true,
|
| 6 |
"packages": {
|
| 7 |
"": {
|
| 8 |
"name": "agency-transfer-election-cases",
|
| 9 |
+
"version": "0.4.0",
|
| 10 |
"dependencies": {
|
| 11 |
"parquetjs-lite": "0.8.7"
|
| 12 |
},
|
package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "agency-transfer-election-cases",
|
| 3 |
-
"version": "0.
|
| 4 |
"private": true,
|
| 5 |
"type": "module",
|
| 6 |
"engines": {
|
|
@@ -9,8 +9,15 @@
|
|
| 9 |
"scripts": {
|
| 10 |
"build:data": "node scripts/build-data.mjs",
|
| 11 |
"audit": "node scripts/audit-v03.mjs",
|
|
|
|
| 12 |
"validate": "node scripts/validate-data.mjs",
|
| 13 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
},
|
| 15 |
"dependencies": {
|
| 16 |
"parquetjs-lite": "0.8.7"
|
|
|
|
| 1 |
{
|
| 2 |
"name": "agency-transfer-election-cases",
|
| 3 |
+
"version": "0.4.0",
|
| 4 |
"private": true,
|
| 5 |
"type": "module",
|
| 6 |
"engines": {
|
|
|
|
| 9 |
"scripts": {
|
| 10 |
"build:data": "node scripts/build-data.mjs",
|
| 11 |
"audit": "node scripts/audit-v03.mjs",
|
| 12 |
+
"build:audit": "node scripts/build-audit.mjs",
|
| 13 |
"validate": "node scripts/validate-data.mjs",
|
| 14 |
+
"validate:source": "node scripts/validate-data.mjs --source-only",
|
| 15 |
+
"build:parquet": "node scripts/build-parquet.mjs",
|
| 16 |
+
"build:package": "node scripts/build-package.mjs",
|
| 17 |
+
"verify:package": "node scripts/verify-package.mjs",
|
| 18 |
+
"build:release-manifest": "node scripts/build-release-manifest.mjs",
|
| 19 |
+
"audit:links": "node scripts/audit-links.mjs",
|
| 20 |
+
"test:hardening": "node scripts/test-hardening.mjs"
|
| 21 |
},
|
| 22 |
"dependencies": {
|
| 23 |
"parquetjs-lite": "0.8.7"
|