File size: 1,851 Bytes
727bb67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

# Korean Exam Multiple-Choice Questions Dataset

## Overview

This dataset contains multiple-choice questions from high school level Korean exams. It is designed for educational and research purposes, providing a valuable resource for those studying Korean or developing language models. The questions are drawn from official sample exams provided by educational authorities.

## Dataset Details

- **Content**: Multiple-choice questions
- **Language**: Korean
- **Source Exams**: 
  - [Sample Korean 11 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Korean-11-Reading.pdf)
  - [Sample Korean 12 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Korean-12-Reading.pdf)

## Usage

This dataset can be used for various purposes, including:
- Training language models for Korean.
- Developing educational tools and applications.
- Conducting research on Korean language education.

## Format

The dataset is available in a format compatible with Hugging Face. Each entry includes the following fields:
- `Question`: The text of the multiple-choice question.
- `Choice (A)`: Possible answer A.
- `Choice (B)`: Possible answer B.
- `Choice (C)`: Possible answer C.
- `Choice (D)`: Possible answer D.
- `Correct Answer`: The correct answer.

## How to Access

You can access and download the dataset from [Hugging Face](https://huggingface.co/datasets/mca183/korean_11_and_12_exams).

## Citation

If you use this dataset in your work, please cite the following sources:
- [Sample Korean 11 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Korean-11-Reading.pdf)
- [Sample Korean 12 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Korean-12-Reading.pdf)