CoolFace
Datasetpublic

jsm0424/korean-cipher

Korean-Cipher Dataset Overview This dataset was inspired by OpenAI's video, "Korean Cipher with OpenAI o1".It is designed to evaluate the reasoning abilities of large language models (LLMs) in understanding and reconstructing distorted Korean text. Dataset Structure Each sample in the dataset consists of the following fields: id: A unique identifier for each sentence pair. message: The original Korean sentence. ciphertext: The distorted… See the full description on the dataset page: https://huggingface.co/datasets/jsm0424/korean-cipher.

sourceHugging Facecc-by-4.0updated 2y agoView on Hugging Face
4likes15downloads
Dataset Card

Korean-Cipher Dataset

Overview

This dataset was inspired by OpenAI's video, "Korean Cipher with OpenAI o1". It is designed to evaluate the reasoning abilities of large language models (LLMs) in understanding and reconstructing distorted Korean text.

Dataset Structure

Each sample in the dataset consists of the following fields:

  • `id`: A unique identifier for each sentence pair.
  • `message`: The original Korean sentence.
  • `ciphertext`: The distorted version of the original sentence, created by breaking linguistic rules and deviating from standard orthography.

Native Korean speakers can recognize these distortions and intuitively reconstruct the correct sentences. This dataset serves as a benchmark to test whether LLMs possess similar reasoning capabilities in processing and restoring corrupted Korean text.

Future Plans

In future research, we plan to experiment with reasoning-focused LLMs such as OpenAI o1, OpenAI o3 mini and DeepSeek r1 using this dataset. We will analyze their performance and share the results with the community.

How to Use

This dataset can be used for: ✅ Evaluating LLMs' ability to reconstruct distorted Korean text ✅ Training models to improve Korean text normalization and error correction ✅ Studying how LLMs handle non-standard linguistic patterns

Citation

If you use this dataset, please cite it as follows:

bibtex
@misc{korean_cipher,
  title={Korean Cipher Dataset},
  author={jsm0424},
  year={2025},
  url={https://huggingface.co/datasets/jsm0424/korean-cipher}
}