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.
The South Korean Party Statements Corpus is a collection of official statements from the two major parties in South Korea from 2003 to 2022. The dataset comprises a total of 35,115 entries from the Conservative Party and 48,086 entries from the Progressive Party (83,201 total, 9 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.
The R package that distributes both corpora. It loads either corpus in a single line, verifies and caches the files with SHA-256, reads CSV or Parquet, exposes metadata and schema helpers, and bridges directly to quanteda. Documentation and a static JSON API are on the package site.
A Model Context Protocol (MCP) server that lets an AI assistant read the corpora and South Korea's official election records in plain language — search manifesto and statement text, look up candidates and results, and link an official candidate record to their corpus manifesto. It runs locally: the corpus tools work out of the box, while the election-record tools wrap the NEC Open API and need your own NEC service key.
Three ways to reach the data
Download the files. Full CSV and Parquet on the Open Science Framework, with a citable DOI — the shortest path for replication.
Work in R. The krpoltext package loads, filters, and caches either corpus and bridges to quanteda.
Ask an AI agent. The kr-elections-mcp server lets an assistant read the corpora and official election records in plain language.
How the pieces fit
The same corpora, reachable three ways — files for anyone, R for researchers, and AI agents via the MCP server, which also wraps the government's election records.