CoolFace
Datasetpublic

bzantium/CLIcK

CLIcK (Cultural and Linguistic Intelligence in Korean) Mirror of the original CLIcK benchmark (LREC-COLING 2024, paper) with the per-item subcategory and broad-category labels preserved. The upstream HuggingFace mirror at EunsuKim/CLIcK flattens every item into a single split and drops the category metadata that the paper uses. This mirror restores those labels by pulling each per-subcategory JSON file directly from the canonical GitHub repo and tagging each item with its source… See the full description on the dataset page: https://huggingface.co/datasets/bzantium/CLIcK.

sourceHugging Facecc-by-sa-4.0updated 4mo agoView on Hugging Face
0likes20downloads
Dataset Card

CLIcK (Cultural and Linguistic Intelligence in Korean)

Mirror of the original CLIcK benchmark (LREC-COLING 2024, paper) with the per-item subcategory and broad-category labels preserved.

The upstream HuggingFace mirror at `EunsuKim/CLIcK` flattens every item into a single split and drops the category metadata that the paper uses. This mirror restores those labels by pulling each per-subcategory JSON file directly from the canonical GitHub repo and tagging each item with its source subcategory.

Fields

FieldTypeDescription
idstrOriginal CLIcK id (e.g. KIIP_society_1). Not unique on its own: 8 ids appear in two subcategories with different questions.
paragraphstrOptional context paragraph; empty for most items.
questionstrQuestion stem.
choiceslist[str]4 or 5 answer options.
answerstrThe literal text of the correct option (one of choices).
subcategorystrOne of 11 fine-grained subcategories (8 Culture + 3 Language).
broad_categorystrCulture or Language.
source_filestrThe original GitHub .json file name (e.g. Society_KIIP.json).

Subcategory distribution

Subcategory# itemsBroad
Korean Society309Culture
Textual285Language
Korean History280Culture
Grammar232Language
Korean Tradition222Culture
Korean Law219Culture
Functional133Language
Korean Geography131Culture
Korean Politics84Culture
Korean Economy59Culture
Korean Popular41Culture
Total1995

Citation

bibtex
@inproceedings{kim-etal-2024-click,
    title = "{CL}{I}c{K}: A Benchmark Dataset of Cultural and Linguistic Intelligence in {K}orean",
    author = "Kim, Eunsu and Suk, Juyoung and Oh, Philhoon and Yoo, Haneul and Thorne, James and Oh, Alice",
    booktitle = "Proceedings of LREC-COLING 2024",
    year = "2024",
    url = "https://arxiv.org/abs/2403.06412",
}

All credit for the questions and answers goes to the original authors. This mirror only adds the subcategory labels that already exist in the upstream GitHub repo's directory layout.