South Korean Election Campaign Booklet Corpus (2000-2022)

The South Korean Election Campaign Booklet Corpus is a collection of manifesto pamphlets of individual candidates who ran for offices in single-member or multi-member districts during six National Assembly elections, six local elections, and five Presidential elections in South Korea between 2000 and 2022. The dataset has 49,678 observations across 31 variables. It is distributed through krpoltext v0.2.0, which supports managed CSV/Parquet artifacts, metadata and schema helpers, and a refreshed static JSON API.

Lim, T.H. (2025). South Korean Election Campaign Booklet and Party Statements Corpora. Scientific Data, 12, 1030. https://doi.org/10.1038/s41597-025-05220-4

Access

ResourceLink
R Package & Documentationtaehyun-lim.github.io/krpoltext
Static Data APIindex.json · metadata.json · schema
OSF Repositorydoi.org/10.17605/OSF.IO/RCT9Y
GitHubtaehyun-lim/krpoltext
Release NotesNEWS.md

Quick Start (R)

# install.packages("remotes")
remotes::install_github("taehyun-lim/krpoltext")

library(krpoltext)
cb <- load_campaign_booklet()
metadata("campaign_booklet")

License

Data: CC BY-NC-ND 4.0 · Code: MIT