Update dataset card and reproducibility metadata for v0.3.1
Browse filesCorrect size metadata, release paths, methodology limits, pinned dependencies, citation and changelog.
- CHANGELOG.md +11 -0
- CITATION.cff +2 -2
- CONTRIBUTING.md +3 -2
- README.md +22 -10
- package-lock.json +57 -0
- package.json +18 -0
- requirements-validation.txt +1 -0
CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## 0.3.0 — 2026-08-12
|
| 4 |
|
| 5 |
- Reframed the release as an evidence index rather than a globally comprehensive incident dataset.
|
|
|
|
| 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.
|
| 6 |
+
- Expanded deterministic semantic QA to all 26 tables and separated semantic acceptance from file-hash integrity.
|
| 7 |
+
- Added six typed observation rows for five previously narrative-only quantitative claims, including separate FCC penalty rows.
|
| 8 |
+
- Added explicit preparedness-context actor and technology rows without treating them as deployments or incidents.
|
| 9 |
+
- Corrected stale complete-result notes, Moldova second-round ballot-designating entities, and an undocumented actor-attribution literal.
|
| 10 |
+
- Corrected Hugging Face size metadata and release-artifact paths; clarified the scope of observations, source manifests, and warnings.
|
| 11 |
+
- Added pinned Parquet and validation dependencies and a documented single-coder protocol with future double-coding requirements.
|
| 12 |
+
- Documented the absence of archived source snapshots and pinpoint locators rather than presenting blank provenance fields as verified preservation.
|
| 13 |
+
|
| 14 |
## 0.3.0 — 2026-08-12
|
| 15 |
|
| 16 |
- Reframed the release as an evidence index rather than a globally comprehensive incident dataset.
|
CITATION.cff
CHANGED
|
@@ -4,8 +4,8 @@ title: "AI, Elections and Agency Transfer Evidence Index"
|
|
| 4 |
type: dataset
|
| 5 |
authors:
|
| 6 |
- name: "Apol"
|
| 7 |
-
version: 0.3.
|
| 8 |
-
date-released: 2026-08-
|
| 9 |
license: CC-BY-4.0
|
| 10 |
keywords:
|
| 11 |
- elections
|
|
|
|
| 4 |
type: dataset
|
| 5 |
authors:
|
| 6 |
- name: "Apol"
|
| 7 |
+
version: 0.3.1
|
| 8 |
+
date-released: 2026-08-14
|
| 9 |
license: CC-BY-4.0
|
| 10 |
keywords:
|
| 11 |
- elections
|
CONTRIBUTING.md
CHANGED
|
@@ -7,19 +7,20 @@ This dataset accepts evidence corrections, source replacements, and proposed cas
|
|
| 7 |
- Prefer an authoritative primary record plus independent corroboration.
|
| 8 |
- Quote only the smallest passage necessary to locate the evidence; do not redistribute copyrighted articles or harmful media.
|
| 9 |
- Separate creator, sponsor, distributor, platform, beneficiary, attributed state actor, and responding institution.
|
| 10 |
-
- Report the denominator for every scale figure. Accounts, calls, completed calls, views, followers, impressions, recipients, and unique voters are not interchangeable.
|
| 11 |
- Do not infer belief, turnout, votes, seats, or a result from reach alone.
|
| 12 |
- Include counterevidence, denials, acquittals, reversed orders, and unresolved attribution.
|
| 13 |
|
| 14 |
## Promotion from `candidates`
|
| 15 |
|
| 16 |
-
A candidate can enter the included corpus only after it has a stable `case_id`, one explicit `record_type`, claim-level coding, normalized evidence links, actor and technology provenance (including explicit unknowns), a case–election relation, typed observations for
|
| 17 |
|
| 18 |
## Local validation
|
| 19 |
|
| 20 |
```bash
|
| 21 |
node scripts/build-data.mjs
|
| 22 |
node scripts/audit-v03.mjs > data/audit-v03.json
|
|
|
|
| 23 |
node scripts/validate-data.mjs
|
| 24 |
```
|
| 25 |
|
|
|
|
| 7 |
- Prefer an authoritative primary record plus independent corroboration.
|
| 8 |
- Quote only the smallest passage necessary to locate the evidence; do not redistribute copyrighted articles or harmful media.
|
| 9 |
- Separate creator, sponsor, distributor, platform, beneficiary, attributed state actor, and responding institution.
|
| 10 |
+
- Report the denominator for every scale figure and add an `observations` row when the quantity is decision-relevant and suitable for comparison. Accounts, calls, completed calls, views, followers, impressions, recipients, and unique voters are not interchangeable.
|
| 11 |
- Do not infer belief, turnout, votes, seats, or a result from reach alone.
|
| 12 |
- Include counterevidence, denials, acquittals, reversed orders, and unresolved attribution.
|
| 13 |
|
| 14 |
## Promotion from `candidates`
|
| 15 |
|
| 16 |
+
A candidate can enter the included corpus only after it has a stable `case_id`, one explicit `record_type`, claim-level coding, normalized evidence links, actor and technology provenance (including explicit unknowns or non-deployment context), a case–election relation, typed observations for decision-relevant comparable quantities, an agency-transfer pathway, and an explicit statement of the maximum conclusion warranted by the evidence. Boundary and null cases may remain in `candidates` or enter a labelled comparison layer when their main value is comparison rather than demonstrated harm.
|
| 17 |
|
| 18 |
## Local validation
|
| 19 |
|
| 20 |
```bash
|
| 21 |
node scripts/build-data.mjs
|
| 22 |
node scripts/audit-v03.mjs > data/audit-v03.json
|
| 23 |
+
cp data/audit-v03.json data/audit.json
|
| 24 |
node scripts/validate-data.mjs
|
| 25 |
```
|
| 26 |
|
README.md
CHANGED
|
@@ -5,7 +5,7 @@ language:
|
|
| 5 |
- es
|
| 6 |
pretty_name: AI, Elections and Agency Transfer Evidence Index
|
| 7 |
size_categories:
|
| 8 |
-
- n<
|
| 9 |
tags:
|
| 10 |
- elections
|
| 11 |
- political-disinformation
|
|
@@ -71,9 +71,9 @@ configs:
|
|
| 71 |
|
| 72 |
# AI, Elections and Agency Transfer Evidence Index
|
| 73 |
|
| 74 |
-
Version `0.3.
|
| 75 |
|
| 76 |
-
The package is
|
| 77 |
|
| 78 |
## Start here
|
| 79 |
|
|
@@ -83,7 +83,7 @@ The package is comprehensive within its declared evidence files. It is **not** a
|
|
| 83 |
4. `claims.csv` and `claim_evidence.csv` — the evidentiary basis for factual use.
|
| 84 |
5. `official_election_metrics.csv` and `official_results.csv` — electoral context only.
|
| 85 |
|
| 86 |
-
|
| 87 |
|
| 88 |
## Release at a glance
|
| 89 |
|
|
@@ -92,18 +92,19 @@ The Excel workbook in `workbook/` follows this same order. The detail tables rem
|
|
| 92 |
| Claim-coded records | 10 | 2 election-wide cases, 2 observed networks, 3 bounded incidents, 1 campaign set, and 2 preparedness files |
|
| 93 |
| Incident-count eligible | 8 | Excludes both preparedness files; still requires filtering by `record_type` |
|
| 94 |
| Atomic claims | 96 | Occurrence, attribution, mechanism, reach, effects, response, counterevidence, and agency transfer are separate |
|
| 95 |
-
|
|
|
|
|
| 96 |
| Screening leads | 47 | Comparative research queue; not included incidents until claim-coded |
|
| 97 |
| Empirical model studies | 7 | Audits and experiments; never incident counts |
|
| 98 |
| Agency-transfer pathways | 10 | One structured assessment per claim-coded record |
|
| 99 |
-
| Typed observations |
|
| 100 |
| Official contests/bundles | 11 | Completed, scheduled, and conditional election contexts |
|
| 101 |
| Official long-form metrics | 58 | Includes Moldovan protocol fields and legal numerator definitions |
|
| 102 |
| Official result rows | 68 | Full national fields for Romania and Moldova; New Hampshire remains explicitly partial |
|
| 103 |
|
| 104 |
-
Automated QA reports **0 blocking errors** and **6 explicit warnings**. Every warning concerns a regional frame without a systematic negative/null search;
|
| 105 |
|
| 106 |
-
## Why v0.3 is methodologically different
|
| 107 |
|
| 108 |
### Comparable units
|
| 109 |
|
|
@@ -119,7 +120,7 @@ The central analytic sequence is:
|
|
| 119 |
|
| 120 |
### Typed quantitative evidence
|
| 121 |
|
| 122 |
-
`observations.csv` does not collapse accounts, posts, views, followers, calls, questions, users, voters, or votes.
|
| 123 |
|
| 124 |
### Capability evidence is separate from deployment
|
| 125 |
|
|
@@ -190,6 +191,14 @@ Pipe-delimited fields remain only for backward compatibility or compact display.
|
|
| 190 |
|
| 191 |
`coder_confidence_in_label` is confidence in the coding decision, not a probability that the claim is true. Use `claim_status`, `evidence_strength`, counterevidence, and the underlying source relationship.
|
| 192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 193 |
## Suitable and unsuitable uses
|
| 194 |
|
| 195 |
Suitable uses include comparative case research, evidence tracing, institutional-response analysis, model-capability comparison, official-context reconciliation, and hypothesis generation.
|
|
@@ -208,9 +217,12 @@ Do not use this release as:
|
|
| 208 |
```bash
|
| 209 |
node scripts/build-data.mjs
|
| 210 |
node scripts/audit-v03.mjs > data/audit-v03.json
|
|
|
|
| 211 |
node scripts/validate-data.mjs
|
|
|
|
|
|
|
| 212 |
```
|
| 213 |
|
| 214 |
-
`data/stats.json` records input and output SHA-256 hashes. `data/audit-v03.json` is deterministic and exits non-zero only for blocking errors. `data/schema.json` preserves column order and `data/datapackage.json` adds machine-readable types and relations.
|
| 215 |
|
| 216 |
The dataset license covers the original coding and synthesis. Source materials remain subject to the terms of their publishers and issuing institutions. Cite both this dataset and the original sources for substantive claims.
|
|
|
|
| 5 |
- es
|
| 6 |
pretty_name: AI, Elections and Agency Transfer Evidence Index
|
| 7 |
size_categories:
|
| 8 |
+
- 1K<n<10K
|
| 9 |
tags:
|
| 10 |
- elections
|
| 11 |
- political-disinformation
|
|
|
|
| 71 |
|
| 72 |
# AI, Elections and Agency Transfer Evidence Index
|
| 73 |
|
| 74 |
+
Version `0.3.1` is an auditable research corpus about AI-enabled election influence, political synthetic media, algorithmic distribution, coordinated networks, and the transfer of informational or representational control. The research cutoff is **12 August 2026**.
|
| 75 |
|
| 76 |
+
The package is internally complete for the records and tables it declares. It is **not** a comprehensive catalogue of elections, a global prevalence sample, or a causal estimate of votes changed.
|
| 77 |
|
| 78 |
## Start here
|
| 79 |
|
|
|
|
| 83 |
4. `claims.csv` and `claim_evidence.csv` — the evidentiary basis for factual use.
|
| 84 |
5. `official_election_metrics.csv` and `official_results.csv` — electoral context only.
|
| 85 |
|
| 86 |
+
On Hugging Face, the Excel workbook and ZIP are in `release/`. Inside the ZIP, the workbook is also available under `workbook/`. Detail tables remain available for auditing and reproducibility.
|
| 87 |
|
| 88 |
## Release at a glance
|
| 89 |
|
|
|
|
| 92 |
| Claim-coded records | 10 | 2 election-wide cases, 2 observed networks, 3 bounded incidents, 1 campaign set, and 2 preparedness files |
|
| 93 |
| Incident-count eligible | 8 | Excludes both preparedness files; still requires filtering by `record_type` |
|
| 94 |
| Atomic claims | 96 | Occurrence, attribution, mechanism, reach, effects, response, counterevidence, and agency transfer are separate |
|
| 95 |
+
| Claim-evidence sources | 70 | Primary records, official decisions, peer-reviewed research, technical reports, and independent reporting |
|
| 96 |
+
| Official data sources | 31 | Electoral files and legal/administrative records kept in a separate manifest |
|
| 97 |
| Screening leads | 47 | Comparative research queue; not included incidents until claim-coded |
|
| 98 |
| Empirical model studies | 7 | Audits and experiments; never incident counts |
|
| 99 |
| Agency-transfer pathways | 10 | One structured assessment per claim-coded record |
|
| 100 |
+
| Typed observations | 24 | Selected decision-relevant metrics retain unit, denominator, time window, uniqueness, method, and causal status |
|
| 101 |
| Official contests/bundles | 11 | Completed, scheduled, and conditional election contexts |
|
| 102 |
| Official long-form metrics | 58 | Includes Moldovan protocol fields and legal numerator definitions |
|
| 103 |
| Official result rows | 68 | Full national fields for Romania and Moldova; New Hampshire remains explicitly partial |
|
| 104 |
|
| 105 |
+
Automated QA reports **0 blocking errors** and **6 explicit warnings**. Every warning concerns a regional frame without a systematic negative/null search; the warnings flag that prevalence inference is unsupported.
|
| 106 |
|
| 107 |
+
## Why v0.3.x is methodologically different
|
| 108 |
|
| 109 |
### Comparable units
|
| 110 |
|
|
|
|
| 120 |
|
| 121 |
### Typed quantitative evidence
|
| 122 |
|
| 123 |
+
`observations.csv` does not collapse accounts, posts, views, followers, calls, questions, users, voters, or votes. It normalizes selected decision-relevant quantities with denominator, window, uniqueness, method, source, and causal status. Numeric text can still appear only in claims when it is not suitable for comparison; absence from `observations` is not evidence that no number exists elsewhere.
|
| 124 |
|
| 125 |
### Capability evidence is separate from deployment
|
| 126 |
|
|
|
|
| 191 |
|
| 192 |
`coder_confidence_in_label` is confidence in the coding decision, not a probability that the claim is true. Use `claim_status`, `evidence_strength`, counterevidence, and the underlying source relationship.
|
| 193 |
|
| 194 |
+
This release has one primary coder and no reported intercoder-reliability estimate. See `docs/methodology.md`; the numeric confidence field is legacy self-assessment metadata, not a calibrated scientific score.
|
| 195 |
+
|
| 196 |
+
## Source preservation and locators
|
| 197 |
+
|
| 198 |
+
The release retains public source URLs but does not redistribute source snapshots. Consequently, `archive_url`, `content_hash`, official-source `content_sha256`, `content_bytes`, and `source_schema_version` remain blank unless the exact referenced object was captured and verified. A blank is an explicit preservation gap, not proof that the public record is unavailable.
|
| 199 |
+
|
| 200 |
+
Likewise, a blank `claim_evidence.locator` means the relationship is documented at page or document level; it must not be read as paragraph-level pinpoint verification. Researchers needing quote-level reproducibility should capture a lawful snapshot, record its hash, and add a stable page, paragraph, timestamp, table, or cell locator in a future release.
|
| 201 |
+
|
| 202 |
## Suitable and unsuitable uses
|
| 203 |
|
| 204 |
Suitable uses include comparative case research, evidence tracing, institutional-response analysis, model-capability comparison, official-context reconciliation, and hypothesis generation.
|
|
|
|
| 217 |
```bash
|
| 218 |
node scripts/build-data.mjs
|
| 219 |
node scripts/audit-v03.mjs > data/audit-v03.json
|
| 220 |
+
cp data/audit-v03.json data/audit.json
|
| 221 |
node scripts/validate-data.mjs
|
| 222 |
+
npm ci
|
| 223 |
+
node scripts/build-parquet.mjs
|
| 224 |
```
|
| 225 |
|
| 226 |
+
`data/stats.json` records input and output SHA-256 hashes. `data/audit-v03.json` is deterministic, covers all 26 tables, and exits non-zero only for blocking errors. `data/schema.json` preserves column order and `data/datapackage.json` adds machine-readable types and relations. `package-lock.json` pins Parquet generation; `requirements-validation.txt` pins optional independent Frictionless validation.
|
| 227 |
|
| 228 |
The dataset license covers the original coding and synthesis. Source materials remain subject to the terms of their publishers and issuing institutions. Cite both this dataset and the original sources for substantive claims.
|
package-lock.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "agency-transfer-election-cases",
|
| 3 |
+
"version": "0.3.1",
|
| 4 |
+
"lockfileVersion": 3,
|
| 5 |
+
"requires": true,
|
| 6 |
+
"packages": {
|
| 7 |
+
"": {
|
| 8 |
+
"name": "agency-transfer-election-cases",
|
| 9 |
+
"version": "0.3.1",
|
| 10 |
+
"dependencies": {
|
| 11 |
+
"parquetjs-lite": "0.8.7"
|
| 12 |
+
},
|
| 13 |
+
"engines": {
|
| 14 |
+
"node": ">=20"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"node_modules/int53": {
|
| 18 |
+
"version": "0.2.4",
|
| 19 |
+
"resolved": "https://registry.npmjs.org/int53/-/int53-0.2.4.tgz",
|
| 20 |
+
"integrity": "sha512-a5jlKftS7HUOhkUyYD7j2sJ/ZnvWiNlZS1ldR+g1ifQ+/UuZXIE+YTc/lK1qGj/GwAU5F8Z0e1eVq2t1J5Ob2g==",
|
| 21 |
+
"license": "BSD-3-Clause"
|
| 22 |
+
},
|
| 23 |
+
"node_modules/node-int64": {
|
| 24 |
+
"version": "0.3.3",
|
| 25 |
+
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.3.3.tgz",
|
| 26 |
+
"integrity": "sha512-bLdNOp5SYyqfDz/ssGHt2OTg8u+jEkCx4EoZIzprqeonFIUhlSBrKu40e/x6hIFYJx4ZEt64/9IZJyafvhGZrw==",
|
| 27 |
+
"license": "MIT"
|
| 28 |
+
},
|
| 29 |
+
"node_modules/parquetjs-lite": {
|
| 30 |
+
"version": "0.8.7",
|
| 31 |
+
"resolved": "https://registry.npmjs.org/parquetjs-lite/-/parquetjs-lite-0.8.7.tgz",
|
| 32 |
+
"integrity": "sha512-L0tdHzvy0btLJvAFZvjO0+ru+FL8tHPqiVE90KEnMy5jDqv+WmEy9Ii8SjiC+exAOi3RGyPYIdgJvFijYyEahA==",
|
| 33 |
+
"license": "MIT",
|
| 34 |
+
"dependencies": {
|
| 35 |
+
"int53": "^0.2.4",
|
| 36 |
+
"node-int64": "^0.3.3",
|
| 37 |
+
"snappyjs": "^0.6.0",
|
| 38 |
+
"varint": "^5.0.0"
|
| 39 |
+
},
|
| 40 |
+
"engines": {
|
| 41 |
+
"node": ">=7.6"
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"node_modules/snappyjs": {
|
| 45 |
+
"version": "0.6.1",
|
| 46 |
+
"resolved": "https://registry.npmjs.org/snappyjs/-/snappyjs-0.6.1.tgz",
|
| 47 |
+
"integrity": "sha512-YIK6I2lsH072UE0aOFxxY1dPDCS43I5ktqHpeAsuLNYWkE5pGxRGWfDM4/vSUfNzXjC1Ivzt3qx31PCLmc9yqg==",
|
| 48 |
+
"license": "MIT"
|
| 49 |
+
},
|
| 50 |
+
"node_modules/varint": {
|
| 51 |
+
"version": "5.0.2",
|
| 52 |
+
"resolved": "https://registry.npmjs.org/varint/-/varint-5.0.2.tgz",
|
| 53 |
+
"integrity": "sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow==",
|
| 54 |
+
"license": "MIT"
|
| 55 |
+
}
|
| 56 |
+
}
|
| 57 |
+
}
|
package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "agency-transfer-election-cases",
|
| 3 |
+
"version": "0.3.1",
|
| 4 |
+
"private": true,
|
| 5 |
+
"type": "module",
|
| 6 |
+
"engines": {
|
| 7 |
+
"node": ">=20"
|
| 8 |
+
},
|
| 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 |
+
"build:parquet": "node scripts/build-parquet.mjs"
|
| 14 |
+
},
|
| 15 |
+
"dependencies": {
|
| 16 |
+
"parquetjs-lite": "0.8.7"
|
| 17 |
+
}
|
| 18 |
+
}
|
requirements-validation.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
frictionless==5.18.1
|