Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,27 +1,41 @@
|
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# Korean Exam Multiple-Choice Questions Dataset
|
3 |
+
|
4 |
+
## Overview
|
5 |
+
|
6 |
+
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.
|
7 |
+
|
8 |
+
## Dataset Details
|
9 |
+
|
10 |
+
- **Content**: Multiple-choice questions
|
11 |
+
- **Language**: Korean
|
12 |
+
- **Source Exams**:
|
13 |
+
- [Sample Korean 11 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Korean-11-Reading.pdf)
|
14 |
+
- [Sample Korean 12 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Korean-12-Reading.pdf)
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
This dataset can be used for various purposes, including:
|
19 |
+
- Training language models for Korean.
|
20 |
+
- Developing educational tools and applications.
|
21 |
+
- Conducting research on Korean language education.
|
22 |
+
|
23 |
+
## Format
|
24 |
+
|
25 |
+
The dataset is available in a format compatible with Hugging Face. Each entry includes the following fields:
|
26 |
+
- `Question`: The text of the multiple-choice question.
|
27 |
+
- `Choice (A)`: Possible answer A.
|
28 |
+
- `Choice (B)`: Possible answer B.
|
29 |
+
- `Choice (C)`: Possible answer C.
|
30 |
+
- `Choice (D)`: Possible answer D.
|
31 |
+
- `Correct Answer`: The correct answer.
|
32 |
+
|
33 |
+
## How to Access
|
34 |
+
|
35 |
+
You can access and download the dataset from [Hugging Face](https://huggingface.co/datasets/mca183/korean_11_and_12_exams).
|
36 |
+
|
37 |
+
## Citation
|
38 |
+
|
39 |
+
If you use this dataset in your work, please cite the following sources:
|
40 |
+
- [Sample Korean 11 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Korean-11-Reading.pdf)
|
41 |
+
- [Sample Korean 12 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Korean-12-Reading.pdf)
|