Publish v0.3.0 research documentation
Browse filesRevised methodology, codebook, ethics protocol and concise Spanish quick-start guide.
- docs/codebook.md +322 -121
- docs/ethics-and-release.md +6 -0
- docs/guia-rapida-es.md +71 -0
- docs/methodology.md +135 -71
docs/codebook.md
CHANGED
|
@@ -1,132 +1,333 @@
|
|
| 1 |
# Codebook
|
| 2 |
|
| 3 |
-
##
|
| 4 |
-
|
| 5 |
-
- `case_id`: stable incident identifier, lowercase ASCII with hyphens.
|
| 6 |
-
- `case_family_id`: groups related incidents and election-wide records.
|
| 7 |
-
- `claim_id`, `source_id`, `event_id`, `watch_id`: stable table-specific identifiers.
|
| 8 |
-
- `election_id`: stable identifier for an administered contest or round.
|
| 9 |
-
- `official_source_id`, `turnout_id`, `result_id`: stable identifiers in the official electoral-context layer.
|
| 10 |
-
|
| 11 |
-
## Official electoral-context layer
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
- `official_results.result_status`: `final`, `certified`, or `annulled`.
|
| 24 |
-
- `official_results.coverage_status`: `complete` when all candidates/options for the scoped result are present; `partial` for an explicitly limited leading-candidate extract.
|
| 25 |
-
- `official_data_sources.data_status`: status of the official data product at the research cutoff, not a claim about election integrity.
|
| 26 |
-
|
| 27 |
-
Counts are preserved as published, including documented administrative differences that do not arithmetically reconcile. Notes define denominators and explain such discrepancies. A blank turnout rate is preferable to a ratio built from incompatible registration and ballot measures.
|
| 28 |
-
|
| 29 |
-
## Case status
|
| 30 |
-
|
| 31 |
-
- `retrospective`: election or incident has concluded.
|
| 32 |
-
- `ongoing`: observed events exist and the election or adjudication is still active.
|
| 33 |
-
- `prospective_monitoring`: monitoring file without an implied incident.
|
| 34 |
-
|
| 35 |
-
## Event and watchlist status
|
| 36 |
-
|
| 37 |
-
- `events.event_status`: `observed` means the dated event is sourced as having occurred; `contested` means the event occurred but legality, attribution, deception, or significance remains unresolved; `prospective` is a future date or deadline and never implies occurrence.
|
| 38 |
-
- `watchlist.status=active`: the defensive indicator is operational or has already been activated by an observed signal and remains under review.
|
| 39 |
-
- `watchlist.status=prospective_monitoring`: the rule or risk window is defined, but no activating signal is implied.
|
| 40 |
-
- `watchlist.status=closed`: monitoring for that indicator has ended; later evidence may still revise the record.
|
| 41 |
-
- `monitoring_window`: the inclusive period or named trigger for intensive assessment. It is not necessarily the activation date; an indicator can be `active` before the window starts when an earlier observed signal already activated it.
|
| 42 |
-
|
| 43 |
-
## Inclusion and case-level assessment
|
| 44 |
-
|
| 45 |
-
- `anchor_case`: `true` means the row is a direct member or subfile of one of the five user-defined anchor families; `false` marks linked evidence kept as a supporting case rather than a separate anchor family.
|
| 46 |
-
- `inclusion_tier`: `A` means the full claim-level corpus criteria are met: atomic claims, explicit provenance, a dated event record, counterevidence or uncertainty coding, and review. Comparative-candidate rows are not tiered.
|
| 47 |
-
- `overall_confidence`: a reviewer synthesis of confidence in the case description and occurrence as worded. It is not an arithmetic average and does not express confidence in attribution, behavioural effect, or electoral effect; those conclusions remain governed by the atomic claims.
|
| 48 |
-
|
| 49 |
-
## AI role
|
| 50 |
-
|
| 51 |
-
- `core_generation`: AI generated or cloned the deceptive or persuasive content.
|
| 52 |
-
- `material_amplification`: algorithmic ranking, bots, or automation materially distributed content.
|
| 53 |
-
- `supporting_tool`: AI reduced cost or assisted production, targeting, translation, or analysis.
|
| 54 |
-
- `detection_response`: AI is used mainly by defenders or institutions.
|
| 55 |
-
- `none_established`: AI is alleged or discussed but not established in the incident.
|
| 56 |
-
- `mixed`: multiple roles apply.
|
| 57 |
-
|
| 58 |
-
## Generative-AI status
|
| 59 |
-
|
| 60 |
-
- `confirmed`: supported by provenance, admission, forensic finding, or authoritative record.
|
| 61 |
-
- `probable`: multiple indicators support generation, but provenance is incomplete.
|
| 62 |
-
- `alleged`: a source alleges synthetic generation without sufficient independent verification.
|
| 63 |
-
- `not_established`: no adequate evidence that the relevant content was generative AI.
|
| 64 |
-
- `not_applicable`: the case concerns other algorithmic or coordinated mechanisms.
|
| 65 |
-
|
| 66 |
-
## Occurrence and effect
|
| 67 |
-
|
| 68 |
-
- `occurrence_status`: `confirmed`, `partly_confirmed`, `alleged`, or `not_observed`.
|
| 69 |
-
- `reach_status`: `measured`, `platform_reported`, `estimated`, `qualitative`, or `unknown`.
|
| 70 |
-
- `behavioural_effect_status`: `measured`, `indicated`, `not_detected`, or `unknown`.
|
| 71 |
-
- `electoral_effect_status`: `measured`, `institutionally_asserted`, `not_detected`, or `unknown`.
|
| 72 |
-
|
| 73 |
-
`institutionally_asserted` means an institution relied on or stated an effect in a formal process. It does not convert that assertion into a causal estimate.
|
| 74 |
-
|
| 75 |
-
## Attribution status
|
| 76 |
-
|
| 77 |
-
- `admitted`: the actor acknowledged the conduct.
|
| 78 |
-
- `adjudicated`: a competent body reached a final finding relevant to attribution.
|
| 79 |
-
- `officially_attributed`: a public authority attributed the conduct, without implying final adjudication.
|
| 80 |
-
- `platform_attributed`: a platform or threat-intelligence report made the attribution.
|
| 81 |
-
- `credibly_reported`: multiple high-quality independent sources identify the actor.
|
| 82 |
-
- `alleged`: an interested or single source makes the attribution.
|
| 83 |
-
- `unknown`: insufficient evidence.
|
| 84 |
-
- `mixed`: different components have different attribution strength.
|
| 85 |
-
|
| 86 |
-
## Mechanism classes
|
| 87 |
-
|
| 88 |
-
Multiple values are separated by `|`:
|
| 89 |
-
|
| 90 |
-
- `voice_clone`
|
| 91 |
-
- `synthetic_video`
|
| 92 |
-
- `synthetic_image`
|
| 93 |
-
- `synthetic_text`
|
| 94 |
-
- `recommender_amplification`
|
| 95 |
-
- `coordinated_inauthentic_behaviour`
|
| 96 |
-
- `bot_amplification`
|
| 97 |
-
- `paid_influence`
|
| 98 |
-
- `microtargeting`
|
| 99 |
-
- `telecom_robocall`
|
| 100 |
-
- `spoofed_media`
|
| 101 |
-
- `illicit_finance`
|
| 102 |
-
- `voter_suppression`
|
| 103 |
-
- `institutional_response`
|
| 104 |
-
- `liars_dividend`
|
| 105 |
-
|
| 106 |
-
## Evidence labels
|
| 107 |
-
|
| 108 |
-
See the dataset card. `confidence` must be a decimal from `0` to `1`. A claim marked `established_evidence` normally requires `confidence >= 0.8`; exceptions require a note.
|
| 109 |
|
| 110 |
-
##
|
| 111 |
-
|
| 112 |
-
- `
|
| 113 |
-
- `
|
| 114 |
-
- `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
- `counterevidence`
|
| 116 |
-
- `
|
| 117 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
|
| 119 |
-
##
|
| 120 |
|
| 121 |
-
-
|
| 122 |
-
-
|
| 123 |
-
-
|
| 124 |
-
-
|
|
|
|
| 125 |
|
| 126 |
-
##
|
| 127 |
|
| 128 |
-
`
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
|
| 130 |
-
|
| 131 |
|
| 132 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Codebook
|
| 2 |
|
| 3 |
+
## Recommended reading order
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
+
| Table | Unit | Use |
|
| 6 |
+
|---|---|---|
|
| 7 |
+
| `research_view` | pathway | Short analytic view for comparison |
|
| 8 |
+
| `case_catalog` | catalog record | Distinguishes core, leads, and empirical studies |
|
| 9 |
+
| `pathways` | control-transfer proposition | Core agency-transfer analysis |
|
| 10 |
+
| `observations` | one quantity | Reach, production, engagement, response, or context |
|
| 11 |
+
| `claims` | atomic assertion | Evidence status and wording |
|
| 12 |
+
| `claim_evidence` | claim–source link | Normalized support/counterevidence |
|
| 13 |
+
| `model_evaluations` | empirical study | Capability or experimental evidence |
|
| 14 |
+
| `official_election_metrics` | one official metric | Legally and semantically explicit electoral context |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
## Identifiers and normalized joins
|
| 17 |
+
|
| 18 |
+
- `case_id`: stable claim-coded record identifier.
|
| 19 |
+
- `case_family_id`: related records sharing an electoral/institutional context.
|
| 20 |
+
- `pathway_id`, `observation_id`, `claim_id`, `source_id`: stable table identifiers.
|
| 21 |
+
- `election_id`: administered contest, round, or explicitly labelled election bundle.
|
| 22 |
+
- `official_source_id`, `metric_id`, `result_id`: official-context identifiers.
|
| 23 |
+
- `catalog_id`: identifier from a core case, screening lead, or empirical study.
|
| 24 |
+
|
| 25 |
+
Use these normalized tables instead of parsing legacy pipes when possible:
|
| 26 |
+
|
| 27 |
+
- `claim_evidence`
|
| 28 |
+
- `analytic_record_claims`
|
| 29 |
+
- `case_elections`
|
| 30 |
+
- `election_sources`
|
| 31 |
+
- `case_sources`
|
| 32 |
+
|
| 33 |
+
## Case catalog
|
| 34 |
+
|
| 35 |
+
### `record_layer`
|
| 36 |
+
|
| 37 |
+
- `claim_coded_core`: complete claim/source/pathway record.
|
| 38 |
+
- `screening_register`: lead or comparison awaiting promotion, disaggregation, or exclusion.
|
| 39 |
+
- `empirical_model_study`: audit or experiment; not an incident.
|
| 40 |
+
|
| 41 |
+
### `record_type`
|
| 42 |
+
|
| 43 |
+
- `election_wide_case`
|
| 44 |
+
- `observed_network`
|
| 45 |
+
- `observed_incident`
|
| 46 |
+
- `observed_campaign_set`
|
| 47 |
+
- `preparedness_file`
|
| 48 |
+
- `candidate_lead`
|
| 49 |
+
- `model_evaluation_or_experiment`
|
| 50 |
+
|
| 51 |
+
`record_type` defines the unit. Do not pool different types without an explicit design.
|
| 52 |
+
|
| 53 |
+
### `incident_count_eligible`
|
| 54 |
+
|
| 55 |
+
Boolean. It is always `false` for preparedness files, screening leads, and empirical model studies. `true` does not imply that all eligible records are exchangeable or equally harmful.
|
| 56 |
+
|
| 57 |
+
### `manipulation_assessment`
|
| 58 |
+
|
| 59 |
+
- `manipulation_confirmed`
|
| 60 |
+
- `manipulation_probable`
|
| 61 |
+
- `mixed_documented_manipulation`
|
| 62 |
+
- `transparent_contested_use`
|
| 63 |
+
- `manipulation_not_established`
|
| 64 |
+
- `no_manipulation_observed`
|
| 65 |
+
- `preparedness_not_incident`
|
| 66 |
+
- `not_an_incident`
|
| 67 |
+
- `not_yet_claim_coded`
|
| 68 |
+
|
| 69 |
+
AI generation by itself is not a manipulation finding.
|
| 70 |
+
|
| 71 |
+
## Cases
|
| 72 |
+
|
| 73 |
+
### `case_status`
|
| 74 |
+
|
| 75 |
+
- `retrospective`
|
| 76 |
+
- `ongoing`
|
| 77 |
+
- `prospective_monitoring`
|
| 78 |
+
|
| 79 |
+
### AI role
|
| 80 |
+
|
| 81 |
+
- `core_generation`: AI creates or clones focal content.
|
| 82 |
+
- `material_amplification`: ranking or automation materially distributes content.
|
| 83 |
+
- `supporting_tool`: AI lowers cost or assists production/translation/targeting.
|
| 84 |
+
- `detection_response`: AI is mainly defensive.
|
| 85 |
+
- `none_established`: AI is alleged or discussed but not established.
|
| 86 |
+
- `mixed`: multiple roles; consult `technology_uses` and pathways.
|
| 87 |
+
|
| 88 |
+
### `generative_ai_status`
|
| 89 |
+
|
| 90 |
+
- `confirmed`
|
| 91 |
+
- `probable`
|
| 92 |
+
- `alleged`
|
| 93 |
+
- `not_established`
|
| 94 |
+
- `not_applicable`
|
| 95 |
+
|
| 96 |
+
The screening register uses more granular provisional codes; normalize before promotion.
|
| 97 |
+
|
| 98 |
+
### Occurrence and effects
|
| 99 |
+
|
| 100 |
+
- `occurrence_status`: `confirmed | partly_confirmed | alleged | not_observed`
|
| 101 |
+
- `behavioural_effect_status`: `measured | indicated | not_detected | unknown`
|
| 102 |
+
- `electoral_effect_status`: `measured | institutionally_asserted | not_detected | unknown`
|
| 103 |
+
|
| 104 |
+
`institutionally_asserted` records institutional reliance or wording. It is not a causal estimate.
|
| 105 |
+
|
| 106 |
+
Legacy `reach_estimate` and `reach_unit` remain for compatibility. Use `observations` for analysis.
|
| 107 |
+
|
| 108 |
+
## Claims
|
| 109 |
+
|
| 110 |
+
### `claim_type`
|
| 111 |
+
|
| 112 |
+
- `occurrence`
|
| 113 |
+
- `mechanism`
|
| 114 |
+
- `ai_role`
|
| 115 |
+
- `reach`
|
| 116 |
+
- `attribution`
|
| 117 |
+
- `intent`
|
| 118 |
+
- `behavioural_effect`
|
| 119 |
+
- `electoral_effect`
|
| 120 |
+
- `institutional_outcome`
|
| 121 |
+
- `response`
|
| 122 |
+
- `legal_status`
|
| 123 |
+
- `counterevidence`
|
| 124 |
+
- `agency_transfer`
|
| 125 |
+
|
| 126 |
+
### `evidence_label`
|
| 127 |
+
|
| 128 |
+
- `established_evidence`: supported as worded.
|
| 129 |
+
- `established_as_campaign_report`: establishes the attributed report, not independent population validity.
|
| 130 |
+
- `strong_inference`: well supported but not directly observed/adjudicated.
|
| 131 |
+
- `open_question`: unresolved and not filled by assumption.
|
| 132 |
+
|
| 133 |
+
### `claim_status`
|
| 134 |
+
|
| 135 |
+
- `supported`
|
| 136 |
+
- `supported_as_attributed_measurement`
|
| 137 |
+
- `partly_supported`
|
| 138 |
+
- `unresolved`
|
| 139 |
+
|
| 140 |
+
### `evidence_strength`
|
| 141 |
+
|
| 142 |
+
- `high`
|
| 143 |
+
- `moderate`
|
| 144 |
+
- `low`
|
| 145 |
+
- `none`
|
| 146 |
+
|
| 147 |
+
`coder_confidence_in_label` ranges from 0 to 1 and refers to the coding decision. It is not a truth probability and should not be averaged into a case score.
|
| 148 |
+
|
| 149 |
+
## Claim evidence
|
| 150 |
+
|
| 151 |
+
### `relation`
|
| 152 |
+
|
| 153 |
+
- `supports`
|
| 154 |
- `counterevidence`
|
| 155 |
+
- `qualifies` where retained in compatible tooling
|
| 156 |
+
|
| 157 |
+
### `evidence_scope`
|
| 158 |
+
|
| 159 |
+
- `underlying_fact`
|
| 160 |
+
- `assertion_was_made`
|
| 161 |
+
- `institutional_action`
|
| 162 |
+
- `measurement`
|
| 163 |
+
- `researcher_inference`
|
| 164 |
+
|
| 165 |
+
### `directness`
|
| 166 |
+
|
| 167 |
+
- `firsthand_artifact_or_measurement`
|
| 168 |
+
- `official_record_or_allegation`
|
| 169 |
+
- `independent_secondary_reporting`
|
| 170 |
+
|
| 171 |
+
An official allegation proves that the allegation was made. It does not automatically prove the alleged underlying conduct.
|
| 172 |
+
|
| 173 |
+
## Sources
|
| 174 |
+
|
| 175 |
+
### `source_quality`
|
| 176 |
+
|
| 177 |
+
- `A`: authoritative primary record or peer-reviewed study directly relevant to the claim.
|
| 178 |
+
- `B`: strong independent reporting, civil-society investigation, or transparent technical report.
|
| 179 |
+
- `C`: interested-party/platform self-report or materially incomplete source.
|
| 180 |
+
- `D`: lead only.
|
| 181 |
+
|
| 182 |
+
### Independence and transparency
|
| 183 |
+
|
| 184 |
+
- `source_independence`: `independent_or_official | independent_secondary | interested_or_mixed | unknown`
|
| 185 |
+
- `method_transparency`: `sufficiently_described_or_reproducible | not_applicable_official_record | limited_to_published_account | opaque`
|
| 186 |
+
- `access_status`: status of the URL or archive at the cutoff.
|
| 187 |
+
|
| 188 |
+
Quality, independence, directness, and scope are separate concepts.
|
| 189 |
+
|
| 190 |
+
## Actors
|
| 191 |
+
|
| 192 |
+
`case_actors` separates actor name, role, type, attribution status, and control dimension. Examples of roles include commissioner, operator, sponsor, model provider, platform/ranker, telecom infrastructure, regulator/responder, and represented target.
|
| 193 |
+
|
| 194 |
+
### Attribution status
|
| 195 |
+
|
| 196 |
+
- `admitted`
|
| 197 |
+
- `adjudicated`
|
| 198 |
+
- `officially_attributed`
|
| 199 |
+
- `platform_attributed`
|
| 200 |
+
- `credibly_reported`
|
| 201 |
+
- `alleged`
|
| 202 |
+
- `unknown`
|
| 203 |
+
- `mixed`
|
| 204 |
+
|
| 205 |
+
Provider identification does not imply that the provider designed, approved, funded, or operated a campaign deployment.
|
| 206 |
+
|
| 207 |
+
## Technology uses
|
| 208 |
+
|
| 209 |
+
Key fields:
|
| 210 |
+
|
| 211 |
+
- `provider`
|
| 212 |
+
- `product_or_model`
|
| 213 |
+
- `version`
|
| 214 |
+
- `access_type`
|
| 215 |
+
- `technology_role`
|
| 216 |
+
- `use_status`
|
| 217 |
+
- `provenance_status`
|
| 218 |
+
- `evidence_label`
|
| 219 |
+
|
| 220 |
+
An unknown version must be explicit in `notes`. Do not infer model provider, open/closed status, API route, prompt, retrieval, or safeguard configuration from output appearance.
|
| 221 |
+
|
| 222 |
+
## Content items
|
| 223 |
+
|
| 224 |
+
`content_items` records media type, represented person, communication goal, representation mode, AI disclosure, authorization, disclosure salience, and presentation mode.
|
| 225 |
+
|
| 226 |
+
Disclosure and authorization are separate. Transparent parody can still appropriate first-person representation, while authorized synthesis can preserve or extend the represented person's agency.
|
| 227 |
+
|
| 228 |
+
## Pathways
|
| 229 |
+
|
| 230 |
+
### `agency_transfer_status`
|
| 231 |
+
|
| 232 |
+
- `full_chain_observed`
|
| 233 |
+
- `partial_chain_observed`
|
| 234 |
+
- `mechanism_observed_effect_unknown`
|
| 235 |
+
- `mechanism_inferred`
|
| 236 |
+
- `plausible_hypothesis`
|
| 237 |
+
- `no_transfer_observed`
|
| 238 |
+
- `insufficient_evidence`
|
| 239 |
+
- `not_an_incident`
|
| 240 |
+
|
| 241 |
+
### `assessment_label`
|
| 242 |
+
|
| 243 |
+
- `established_evidence`
|
| 244 |
+
- `strong_inference`
|
| 245 |
+
- `plausible_hypothesis`
|
| 246 |
+
- `speculative_scenario`
|
| 247 |
+
- `open_question`
|
| 248 |
+
- `not_applicable`
|
| 249 |
+
|
| 250 |
+
The pathway fields describe a proposition about control. `observed_outcome` must state what is actually observed and preserve unknown behavioral/electoral effects.
|
| 251 |
+
|
| 252 |
+
## Observations
|
| 253 |
+
|
| 254 |
+
### Values
|
| 255 |
+
|
| 256 |
+
- `value_low`, `value_best`, `value_high`: numeric interval where supported.
|
| 257 |
+
- `value_operator`: exact, approximately, at least, more than, campaign-reported, or sample-specific operator.
|
| 258 |
+
- `unit`: the measured object, not a generic “reach.”
|
| 259 |
+
- `denominator`: population, events, sample, platform counter, or other base.
|
| 260 |
+
- `unique_entity_status`: whether entities are deduplicated, unknown, or not applicable.
|
| 261 |
+
|
| 262 |
+
### `causal_status`
|
| 263 |
+
|
| 264 |
+
- `descriptive_only`
|
| 265 |
+
- `association_only`
|
| 266 |
+
- `experimental_causal_estimate`
|
| 267 |
+
- `quasi_experimental_causal_estimate`
|
| 268 |
+
- `causal_estimate`
|
| 269 |
+
- `not_applicable`
|
| 270 |
+
|
| 271 |
+
A causal estimate requires a suitable outcome claim, comparison/design, uncertainty, and limitations. Official totals alone are never a causal design.
|
| 272 |
+
|
| 273 |
+
## Model evaluations
|
| 274 |
+
|
| 275 |
+
Important fields are systems and versions, interface, language, sample unit and size, design, metrics, headline results, causal scope, data availability, and source.
|
| 276 |
+
|
| 277 |
+
`sample_size` must be interpreted with `sample_unit`. For example, 3 experiments is not 3 participants; 810 party–question pairs is not 810 voters.
|
| 278 |
+
|
| 279 |
+
## Sampling frame
|
| 280 |
+
|
| 281 |
+
- `search_status`: `complete | systematic | substantial | partial | ongoing | not_started`
|
| 282 |
+
- `negative_search_recorded`: boolean.
|
| 283 |
+
- `known_gap`: explicit limitation preventing stronger coverage claims.
|
| 284 |
+
|
| 285 |
+
Asia and Africa aggregate named subregions for coverage counts. A false negative-search flag triggers a warning and blocks prevalence inference.
|
| 286 |
+
|
| 287 |
+
## Official electoral context
|
| 288 |
+
|
| 289 |
+
### Election status
|
| 290 |
+
|
| 291 |
+
- `completed`
|
| 292 |
+
- `scheduled`
|
| 293 |
+
- `conditional`
|
| 294 |
+
|
| 295 |
+
`contest_type=election_bundle` indicates several separately administered contests sharing a date. It is not one national result.
|
| 296 |
+
|
| 297 |
+
### Legal/result status
|
| 298 |
+
|
| 299 |
+
Legal status may be a chronology such as `validated_then_void` or an explicit court-confirmation string. Tally, validation, and process status should not be collapsed.
|
| 300 |
+
|
| 301 |
+
### Turnout wide table
|
| 302 |
+
|
| 303 |
+
- `ballots_cast`: retained compatibility field. For Moldova it stores protocol `D` (participants), as originally imported.
|
| 304 |
+
- `turnout_numerator`: numerator used for the displayed/legal rate.
|
| 305 |
+
- `turnout_numerator_measure`: semantic definition and protocol field.
|
| 306 |
+
- `authority_reported_turnout_rate`: rounded authority value.
|
| 307 |
+
- `turnout_rate`: computed rate with full precision.
|
| 308 |
+
|
| 309 |
+
Prefer `official_election_metrics` for cross-jurisdiction work.
|
| 310 |
|
| 311 |
+
### Official long-form metrics
|
| 312 |
|
| 313 |
+
- `metric_code` and `source_field_code`: normalized and original codes.
|
| 314 |
+
- `value`: numeric value.
|
| 315 |
+
- `numerator_metric`, `denominator_metric`: components of a rate.
|
| 316 |
+
- `authority_reported_rate`, `computed_rate`: published rounding and reproducible calculation.
|
| 317 |
+
- `legal_role`: protocol component, legal numerator/denominator, validity rate, participation rate, or context.
|
| 318 |
|
| 319 |
+
### Official results
|
| 320 |
|
| 321 |
+
- `valid_vote_share`: decimal fraction from 0 to 1.
|
| 322 |
+
- `coverage_status`: `complete_national_contest | complete | partial`.
|
| 323 |
+
- `ballot_designating_entity`: entity formally designating a candidate, kept separate from party membership or endorsement.
|
| 324 |
+
- `seats`: official allocated mandates when applicable.
|
| 325 |
+
- `outcome=excluded_ballots_invalidated`: registered competitor with no valid votes after exclusion; not ranked as an ordinary zero-vote competitor.
|
| 326 |
|
| 327 |
+
## Missingness and delimiters
|
| 328 |
|
| 329 |
+
- Missing values are blank.
|
| 330 |
+
- The literal `unknown` is used only when it is a controlled category.
|
| 331 |
+
- Dates use ISO 8601 (`YYYY-MM-DD`).
|
| 332 |
+
- Percentages and shares are decimal fractions; `0.525` means 52.5%.
|
| 333 |
+
- Legacy multi-value fields use `|`; normalized joins are preferred.
|
docs/ethics-and-release.md
CHANGED
|
@@ -12,6 +12,12 @@ Public officials, candidates, organisations, and adjudicated or officially named
|
|
| 12 |
|
| 13 |
Publishing monitoring indicators during an election can itself create risk. Indicators are therefore defensive and aggregate: disclosure compliance, official complaints, verified synthetic-media incidents, coordinated-network takedowns, election-authority notices, and changes in platform response. The dataset excludes evasion tactics and targeting vulnerabilities.
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
## Corrections
|
| 16 |
|
| 17 |
Corrections should identify the affected record, provide supporting evidence, and preserve a changelog. The dataset is versioned so that retrospective revisions do not silently overwrite what was known at a given date.
|
|
|
|
| 12 |
|
| 13 |
Publishing monitoring indicators during an election can itself create risk. Indicators are therefore defensive and aggregate: disclosure compliance, official complaints, verified synthetic-media incidents, coordinated-network takedowns, election-authority notices, and changes in platform response. The dataset excludes evasion tactics and targeting vulnerabilities.
|
| 14 |
|
| 15 |
+
Preparedness files are explicitly excluded from incident counts. Model-capability tests and randomized experiments remain in a separate empirical-study layer so that laboratory evidence cannot be misrepresented as deployed manipulation.
|
| 16 |
+
|
| 17 |
+
## Research claims
|
| 18 |
+
|
| 19 |
+
The release does not estimate global prevalence, votes changed, or election winners caused by AI. Platform metrics are not unique people; official results are not causal designs; institutional alarm is not behavioural evidence. These restrictions are enforced in the audit and documented as part of the scientific result.
|
| 20 |
+
|
| 21 |
## Corrections
|
| 22 |
|
| 23 |
Corrections should identify the affected record, provide supporting evidence, and preserve a changelog. The dataset is versioned so that retrospective revisions do not silently overwrite what was known at a given date.
|
docs/guia-rapida-es.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Guía rápida para investigación
|
| 2 |
+
|
| 3 |
+
## Qué es y qué no es
|
| 4 |
+
|
| 5 |
+
Esta versión es un índice de evidencia trazable sobre IA, elecciones y transferencia de agencia. Permite comparar mecanismos, actores, sistemas, objetivos, métricas y límites causales.
|
| 6 |
+
|
| 7 |
+
No es un censo mundial, una muestra representativa, ni una estimación de votos cambiados. Los 10 registros codificados incluyen unidades distintas y 2 son expedientes de preparación, no incidentes.
|
| 8 |
+
|
| 9 |
+
## Las cinco tablas que conviene abrir primero
|
| 10 |
+
|
| 11 |
+
1. `research_view.csv`: resumen analítico corto, una fila por vía de transferencia de agencia.
|
| 12 |
+
2. `case_catalog.csv`: separa núcleo codificado, candidatos de investigación y estudios empíricos.
|
| 13 |
+
3. `pathways.csv`: quién controla el sistema, qué capacidad afecta y dónde se concentra el poder.
|
| 14 |
+
4. `observations.csv`: cifras con unidad, denominador, periodo, unicidad, método y estatus causal.
|
| 15 |
+
5. `claim_evidence.csv`: relación normalizada entre cada afirmación y sus fuentes.
|
| 16 |
+
|
| 17 |
+
En Excel, estas capas aparecen primero y el detalle queda después.
|
| 18 |
+
|
| 19 |
+
## Cómo leer una fila correctamente
|
| 20 |
+
|
| 21 |
+
Antes de usar una cifra o conclusión, pregunte:
|
| 22 |
+
|
| 23 |
+
- ¿La unidad es un incidente, una red, una elección completa, un conjunto de campaña o un expediente de preparación?
|
| 24 |
+
- ¿La IA generó el contenido, lo amplificó, solo apoyó el proceso o fue usada defensivamente?
|
| 25 |
+
- ¿Quién controlaba el despliegue y qué papel tenía el proveedor?
|
| 26 |
+
- ¿La representación era autorizada, transparente, satírica o engañosa?
|
| 27 |
+
- ¿La cifra cuenta vistas, cuentas, llamadas, preguntas, personas únicas o votos?
|
| 28 |
+
- ¿Existe un diseño causal o solo una medición descriptiva?
|
| 29 |
+
- ¿La fuente prueba el hecho o únicamente que una institución hizo una alegación?
|
| 30 |
+
- ¿Qué contradice, limita o cualifica la afirmación?
|
| 31 |
+
|
| 32 |
+
## Regla central de inferencia
|
| 33 |
+
|
| 34 |
+
No transforme esta secuencia:
|
| 35 |
+
|
| 36 |
+
`contenido observado → alcance de plataforma → alarma institucional → resultado electoral`
|
| 37 |
+
|
| 38 |
+
en esta afirmación:
|
| 39 |
+
|
| 40 |
+
`la IA cambió votos`.
|
| 41 |
+
|
| 42 |
+
Cada flecha necesita evidencia propia. En la mayoría de los registros, la ocurrencia y la respuesta están bien documentadas, pero los efectos conductuales y electorales siguen siendo desconocidos.
|
| 43 |
+
|
| 44 |
+
## Estudios de modelos
|
| 45 |
+
|
| 46 |
+
Los estudios de `model_evaluations.csv` son una capa separada. Algunos prueban exactitud, sesgo lingüístico, asesoramiento electoral o capacidad persuasiva experimental. Incluso un experimento aleatorizado solo identifica el efecto de esa interacción, en esa muestra y sobre ese resultado medido. No demuestra un despliegue clandestino ni un cambio en el resultado de una elección real.
|
| 47 |
+
|
| 48 |
+
## Datos electorales oficiales
|
| 49 |
+
|
| 50 |
+
Use `official_election_metrics.csv` para comparaciones semánticas. La tabla ancha `official_turnout.csv` se conserva por compatibilidad.
|
| 51 |
+
|
| 52 |
+
Corrección importante: Moldavia distingue entre electores que recibieron papeleta (`C`) y electores que participaron (`D`). En las elecciones presidenciales y el referéndum de 2024, la validez legal se calculó con `C/(A+B)`; en las parlamentarias de 2025, la tasa oficial usa `D/(A+B)`. La base conserva ambas medidas.
|
| 53 |
+
|
| 54 |
+
Los resultados oficiales describen votos, escaños y estatus legal. No identifican exposición ni causalidad.
|
| 55 |
+
|
| 56 |
+
## Qué puede afirmar con seguridad
|
| 57 |
+
|
| 58 |
+
Puede describir:
|
| 59 |
+
|
| 60 |
+
- que un artefacto, red, llamada, regla o respuesta institucional ocurrió;
|
| 61 |
+
- quién fue identificado y con qué nivel de atribución;
|
| 62 |
+
- qué sistema o proveedor fue documentado y qué parte sigue desconocida;
|
| 63 |
+
- qué métrica se reportó y cuál fue su denominador;
|
| 64 |
+
- qué control se desplazó según evidencia o inferencia explícita;
|
| 65 |
+
- qué resultado fue observado y qué efecto continúa sin medir.
|
| 66 |
+
|
| 67 |
+
No debe afirmar prevalencia global, impacto agregado ni votos cambiados sin otra muestra y un diseño específico.
|
| 68 |
+
|
| 69 |
+
## Estado de calidad
|
| 70 |
+
|
| 71 |
+
La auditoría v0.3 pasa con cero errores bloqueantes. Mantiene seis avisos deliberados porque no se han registrado búsquedas negativas sistemáticas en seis marcos regionales. Esos avisos son parte del resultado científico: impiden que la cobertura aparente se convierta en una afirmación de representatividad.
|
docs/methodology.md
CHANGED
|
@@ -2,113 +2,177 @@
|
|
| 2 |
|
| 3 |
## Research question
|
| 4 |
|
| 5 |
-
When election-related
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
## Inclusion criteria
|
| 12 |
|
| 13 |
-
A
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
|
| 16 |
-
2. It involves at least one mechanism in scope: synthetic media, generative AI, recommender or ranking systems, automated or coordinated amplification, bots, AI-assisted targeting, AI-enabled impersonation, or AI-supported detection and response.
|
| 17 |
-
3. It has at least two credible independent sources, or one authoritative primary record plus sufficient corroboration.
|
| 18 |
-
4. Its factual occurrence can be separated from interpretations of intent, attribution, reach, and effect.
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
-
|
| 23 |
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
-
|
| 27 |
-
- Demonstrations or hypothetical content never deployed in an election context.
|
| 28 |
-
- Claims supported only by anonymous reposts or unverifiable screenshots.
|
| 29 |
-
- A political use of AI that is transparent, authorised, and lacks a plausible manipulation mechanism, unless retained as a labelled comparison or boundary case.
|
| 30 |
-
- Unsupported claims that exposure, impressions, or virality changed votes.
|
| 31 |
|
| 32 |
## Evidence workflow
|
| 33 |
|
| 34 |
-
1.
|
| 35 |
-
2.
|
| 36 |
-
3.
|
| 37 |
-
4.
|
| 38 |
-
5.
|
| 39 |
-
6.
|
| 40 |
-
7. Re-verify
|
|
|
|
| 41 |
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
-
|
| 49 |
-
2. Prefer signed or explicitly final protocols over live dashboards and preliminary snapshots.
|
| 50 |
-
3. Preserve the authority's raw denominator definition. Do not create turnout rates when registration and ballot-eligibility measures are incompatible.
|
| 51 |
-
4. Distinguish complete result groups from partial leading-candidate extracts.
|
| 52 |
-
5. Preserve legal status independently from observed counts; an annulled contest can retain a final count before annulment.
|
| 53 |
-
6. Do not create result rows for future elections. Pre-election electorate and candidate files retain `pre_election` status.
|
| 54 |
-
7. Exclude personal identifiers, addresses, contact details, and exact polling-place coordinates from the public release.
|
| 55 |
|
| 56 |
-
|
| 57 |
|
| 58 |
-
|
| 59 |
|
| 60 |
-
|
| 61 |
|
| 62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
-
- `
|
| 65 |
-
- `B`: high-quality independent reporting, established civil-society investigation, or transparent technical report.
|
| 66 |
-
- `C`: interested-party or platform self-report, credible but incomplete secondary reporting, or source with material uncertainty.
|
| 67 |
-
- `D`: lead only; not sufficient to support a published claim without corroboration.
|
| 68 |
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
-
|
| 72 |
|
| 73 |
-
|
| 74 |
|
| 75 |
-
|
| 76 |
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
|
| 81 |
-
##
|
| 82 |
|
| 83 |
-
|
| 84 |
|
| 85 |
-
`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
| 87 |
-
|
| 88 |
|
| 89 |
-
##
|
| 90 |
|
| 91 |
-
|
| 92 |
|
| 93 |
-
|
| 94 |
-
- `contested`: the event occurred but legality, attribution, deception, or significance is unresolved.
|
| 95 |
-
- `prospective`: a future election, deadline, or meeting is recorded without implying occurrence.
|
| 96 |
|
| 97 |
-
|
| 98 |
|
| 99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
|
| 101 |
## Quality assurance
|
| 102 |
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
-
|
| 113 |
-
|
| 114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
## Research question
|
| 4 |
|
| 5 |
+
When an election-related AI or algorithmic system changes who controls political representation, attention, information, participation, or decision support, what capability is involved, who controls it, whose agency is affected, where power moves, what harm is observed, and what remains only inferred?
|
| 6 |
|
| 7 |
+
The dataset does not assume that AI use is manipulation. Manipulation is assessed from process evidence: deception, unauthorised representation, opacity, coercion, exploitation, covert coordination, loss of contestability, or control over a decision environment.
|
| 8 |
|
| 9 |
+
## Research layers and units
|
| 10 |
+
|
| 11 |
+
The release has three non-interchangeable layers.
|
| 12 |
+
|
| 13 |
+
1. **Claim-coded core.** A bounded record with atomic claims, sources, actors, technology, pathway assessment, and case–election links. `record_type` identifies whether the unit is an election-wide case, observed network, observed incident, campaign set, or preparedness file.
|
| 14 |
+
2. **Screening register.** Comparative leads, boundary cases, null samples, reserves, and records needing disaggregation or corroboration. These are not included incidents.
|
| 15 |
+
3. **Empirical model studies.** Model audits and experiments. They measure capability or experimental outcomes under a specified design, not real-world incident prevalence.
|
| 16 |
+
|
| 17 |
+
Preparedness files and empirical studies have `incident_count_eligible=false`. The remaining core records still require stratification by `record_type`; they are not automatically exchangeable observations.
|
| 18 |
|
| 19 |
## Inclusion criteria
|
| 20 |
|
| 21 |
+
A core record must:
|
| 22 |
+
|
| 23 |
+
1. be materially connected to an election, referendum, voter participation, candidate choice, or electoral trust;
|
| 24 |
+
2. involve a documented AI, synthetic-media, recommender, automated-distribution, coordinated-network, or AI-enabled response mechanism;
|
| 25 |
+
3. have an authoritative primary record plus appropriate corroboration, or multiple credible independent sources;
|
| 26 |
+
4. permit occurrence, actor, mechanism, reach, effect, response, counterevidence, and uncertainty to be coded separately;
|
| 27 |
+
5. identify the unit and election relationship without aggregating unrelated artifacts into one implied operation;
|
| 28 |
+
6. retain the maximum conclusion warranted by the evidence, not the most dramatic interpretation.
|
| 29 |
+
|
| 30 |
+
Transparent or authorised AI may be retained as a comparison when it tests the boundary between representation, persuasion, manipulation, and agency preservation.
|
| 31 |
|
| 32 |
+
## Screening and coverage
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
+
Selection is purposive. Anchor cases were chosen for legal, institutional, technical, or comparative value. Candidate leads were then added to broaden geography, mechanism, authorization status, model access, channel, and positive/null comparison.
|
| 35 |
|
| 36 |
+
`sampling_frame.csv` records:
|
| 37 |
|
| 38 |
+
- region and selection basis;
|
| 39 |
+
- search status and languages;
|
| 40 |
+
- source channels;
|
| 41 |
+
- included and candidate counts;
|
| 42 |
+
- whether a negative/null search was recorded;
|
| 43 |
+
- known gaps and last search date.
|
| 44 |
|
| 45 |
+
The release may be described as comprehensive within its declared evidence files. It must not be described as globally representative. A regional prevalence statement requires a defined universe, systematic search, recorded intensity, positive and negative decisions, and comparable denominators.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
## Evidence workflow
|
| 48 |
|
| 49 |
+
1. Inventory official, legal, regulatory, platform, technical, peer-reviewed, civil-society, and independent reporting sources.
|
| 50 |
+
2. Atomize source statements into claims.
|
| 51 |
+
3. Distinguish the fact itself from the fact that an actor or institution made an assertion.
|
| 52 |
+
4. Code creator, commissioner, sponsor, distributor, infrastructure provider, beneficiary, target, and responder separately.
|
| 53 |
+
5. Add counterevidence and competing explanations.
|
| 54 |
+
6. Code actors, technology uses, content items, pathways, and quantities from supported claims.
|
| 55 |
+
7. Re-verify URLs, dates, status, and ongoing proceedings at the release cutoff.
|
| 56 |
+
8. Run deterministic relational, semantic, causal, and official-data checks.
|
| 57 |
|
| 58 |
+
`claim_evidence.csv` is the normalized claim–source relation. `relation` distinguishes support from counterevidence; `evidence_scope` distinguishes an underlying fact, official action, measurement, assertion, or researcher inference; `directness` records whether the source is an artifact, measurement, official record/allegation, or secondary report.
|
| 59 |
+
|
| 60 |
+
## Claim status
|
| 61 |
+
|
| 62 |
+
`evidence_label` preserves the reasoning form:
|
| 63 |
+
|
| 64 |
+
- `established_evidence`
|
| 65 |
+
- `established_as_campaign_report`
|
| 66 |
+
- `strong_inference`
|
| 67 |
+
- `open_question`
|
| 68 |
|
| 69 |
+
`claim_status` records whether the wording is supported, supported only as an attributed measurement, partly supported, or unresolved. `evidence_strength` is high, moderate, low, or none.
|
| 70 |
|
| 71 |
+
The legacy `confidence` field is retained as `coder_confidence_in_label`. It is confidence in the coding decision and wording, not a probability that the underlying proposition is true. It must never substitute for claim type, evidence relationship, independence, directness, or counterevidence.
|
| 72 |
|
| 73 |
+
## Agency-transfer pathway
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
+
The central sequence is:
|
| 76 |
|
| 77 |
+
`capability → controller → vector → target → affected agency → control shift → power recipient → harm pathway → observed outcome`
|
| 78 |
|
| 79 |
+
`pathways.csv` records:
|
| 80 |
|
| 81 |
+
- affected agency or capacity;
|
| 82 |
+
- who originally held relevant control and where it moved;
|
| 83 |
+
- technical/social mechanism;
|
| 84 |
+
- opacity, personalization, contestability, and duration;
|
| 85 |
+
- recipient of power;
|
| 86 |
+
- harm pathway and observed outcome;
|
| 87 |
+
- agency-transfer status and epistemic assessment;
|
| 88 |
+
- supporting claim identifiers and reviewer note.
|
| 89 |
|
| 90 |
+
An agency-transfer status other than `not_an_incident` or `insufficient_evidence` requires a specified capacity, mechanism, recipient, and evidence-backed claim. The dataset deliberately does not calculate a single agency-transfer score: such weights would be normative and falsely precise.
|
|
|
|
|
|
|
|
|
|
| 91 |
|
| 92 |
+
## Quantitative observations
|
| 93 |
+
|
| 94 |
+
Every quantity is a separate row in `observations.csv`. Required elements are:
|
| 95 |
+
|
| 96 |
+
- metric family and name;
|
| 97 |
+
- low, best, high, and operator where available;
|
| 98 |
+
- unit and denominator;
|
| 99 |
+
- unique-entity status;
|
| 100 |
+
- platform, geography, and time window;
|
| 101 |
+
- measurement method and source;
|
| 102 |
+
- causal status and limitations.
|
| 103 |
+
|
| 104 |
+
Accounts, posts, views, followers, likes, calls, questions, users, people, voters, and votes are different units. A platform event is never relabelled as a unique person without explicit deduplication. Descriptive quantities are not causal estimates.
|
| 105 |
+
|
| 106 |
+
## Empirical model studies
|
| 107 |
+
|
| 108 |
+
`model_evaluations.csv` keeps model tests outside the incident corpus. A row states systems/versions, interface, languages, sample unit and size, design, metrics, result summary, data availability, and causal scope.
|
| 109 |
+
|
| 110 |
+
Randomized experiments can support causal claims only for the assigned interaction and measured outcome in the experimental population. They do not establish covert deployment, durable effects, actual ballots, or aggregate election outcomes. Point-in-time model audits cannot be generalized to later versions, all prompts, consumer interfaces, or all user populations.
|
| 111 |
+
|
| 112 |
+
## Official electoral-data protocol
|
| 113 |
|
| 114 |
+
Official election data are descriptive context and outcomes. They are linked to cases but never treated as evidence that influence changed votes.
|
| 115 |
|
| 116 |
+
For each source, the manifest records the institution, landing and download URLs, status, format, granularity, access method, retrieval time, snapshot cutoff, reuse terms, and optional content hash/bytes/schema version.
|
| 117 |
|
| 118 |
+
For each measure:
|
| 119 |
|
| 120 |
+
1. retain the original field code and label when available;
|
| 121 |
+
2. separate numerator, denominator, authority-reported rate, and computed rate;
|
| 122 |
+
3. distinguish legal role from descriptive role;
|
| 123 |
+
4. preserve legal validation or annulment chronology separately from the tally;
|
| 124 |
+
5. never create future result rows;
|
| 125 |
+
6. never force a turnout rate from incompatible denominator concepts;
|
| 126 |
+
7. reconcile complete result groups to the official valid-vote total.
|
| 127 |
|
| 128 |
+
### Moldova denominator rule
|
| 129 |
|
| 130 |
+
Moldovan protocols distinguish:
|
| 131 |
|
| 132 |
+
- `A`: electors on basic lists;
|
| 133 |
+
- `B`: electors on supplementary lists;
|
| 134 |
+
- `C`: electors who received ballots;
|
| 135 |
+
- `D`: electors who participated;
|
| 136 |
+
- `E`: `C − D`;
|
| 137 |
+
- `F`: invalid ballots;
|
| 138 |
+
- `H`: valid votes;
|
| 139 |
+
- `I/J`: additional ballot-accounting fields where available.
|
| 140 |
|
| 141 |
+
For the 2024 presidential rounds and referendum, the Constitutional Court used `C/(A+B)` for the legal validity threshold. The prior wide table used `D/(A+B)`, which is a descriptive participation rate but not the legal rate. Both are now retained. For the 2025 parliamentary election, the authority-reported rate uses `D/(A+B)`.
|
| 142 |
|
| 143 |
+
### Result completeness
|
| 144 |
|
| 145 |
+
Romania 2024 first round, Romania 2025 first round, Moldova 2024 first round, Moldova 2024 second round, the Moldovan referendum, and Moldova 2025 parliament are complete at national contest level. New Hampshire remains `partial`; its source remains authoritative for the full field.
|
| 146 |
|
| 147 |
+
## Causal safeguards
|
|
|
|
|
|
|
| 148 |
|
| 149 |
+
The release blocks these common errors:
|
| 150 |
|
| 151 |
+
- institutional alarm or annulment does not prove votes changed;
|
| 152 |
+
- a close result is not evidence of influence;
|
| 153 |
+
- views, engagement, or followers do not prove exposure or persuasion;
|
| 154 |
+
- cross-election change is not a counterfactual;
|
| 155 |
+
- aggregate geography does not identify individual behavior;
|
| 156 |
+
- a hybrid operation does not permit its total outcome to be attributed to AI alone;
|
| 157 |
+
- platform or state attribution is not the same as final adjudication;
|
| 158 |
+
- rapid removal can explain low reach and is not proof of low technical capability;
|
| 159 |
+
- absence is evidence only when the search frame and intensity were recorded.
|
| 160 |
|
| 161 |
## Quality assurance
|
| 162 |
|
| 163 |
+
The deterministic v0.3 audit checks:
|
| 164 |
+
|
| 165 |
+
1. explicit record type and manipulation assessment;
|
| 166 |
+
2. exclusion of preparedness and empirical studies from incident counts;
|
| 167 |
+
3. normalized foreign keys and evidence joins;
|
| 168 |
+
4. controller/target/mechanism/status in every pathway;
|
| 169 |
+
5. actor and technology provenance, including explained unknown versions;
|
| 170 |
+
6. typed, bounded, sourced observations and causal status;
|
| 171 |
+
7. no platform proxy coded as a unique person or voter;
|
| 172 |
+
8. model-study sample/design/scope;
|
| 173 |
+
9. sampling-frame counts and negative-search flags;
|
| 174 |
+
10. election, source, legal, turnout, and future-date status;
|
| 175 |
+
11. complete-result shares and totals;
|
| 176 |
+
12. reproduction of research and coverage views.
|
| 177 |
+
|
| 178 |
+
The current release passes with zero blocking errors. Six warnings deliberately identify regional frames without systematic negative searches.
|