mca183 commited on
Commit
727bb67
1 Parent(s): 90a7c0a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -27
README.md CHANGED
@@ -1,27 +1,41 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: Question
5
- dtype: string
6
- - name: Choice (A)
7
- dtype: string
8
- - name: Choice (B)
9
- dtype: string
10
- - name: Choice (C)
11
- dtype: string
12
- - name: Choice (D)
13
- dtype: string
14
- - name: Correct Answer
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 124759
19
- num_examples: 50
20
- download_size: 36069
21
- dataset_size: 124759
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
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)