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.

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 · schema
OSF Repositorydoi.org/10.17605/OSF.IO/RCT9Y
GitHubtaehyun-lim/krpoltext

Quick Start (R)

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

library(krpoltext)
cb <- load_campaign_booklet()

License

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