--- dataset_info: features: - name: Question dtype: string - name: Choice (A) dtype: string - name: Choice (B) dtype: string - name: Choice (C) dtype: string - name: Choice (D) dtype: string - name: Correct Answer dtype: string splits: - name: train num_bytes: 63313 num_examples: 54 download_size: 21658 dataset_size: 63313 configs: - config_name: default data_files: - split: train path: data/train-* --- # Mandarin Exam Multiple-Choice Questions Dataset ## Overview This dataset contains multiple-choice questions from Chinese Mandarin exams. It is designed for educational and research purposes, providing a valuable resource for those studying Mandarin or developing language models. The questions are drawn from official sample exams and specifications provided by educational authorities. ## Dataset Details - **Content**: Multiple-choice questions - **Language**: Mandarin - **Source Exams**: - [Mandarin Specifications (2004-2005)](https://www.bced.gov.bc.ca/exams/specs/pdfs/manspec_0405.pdf) - [Sample Mandarin 12 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Mandarin-12-Reading-Simplified.pdf) - [Sample Mandarin 11 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Mandarin-11-Reading-Simplified.pdf) ## Usage This dataset can be used for various purposes, including: - Training language models for Mandarin. - Developing educational tools and applications. - Conducting research on Mandarin 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](link-to-your-dataset). ## Citation If you use this dataset in your work, please cite the following sources: - [Mandarin Specifications (2004-2005)](https://www.bced.gov.bc.ca/exams/specs/pdfs/manspec_0405.pdf) - [Sample Mandarin 12 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Mandarin-12-Reading-Simplified.pdf) - [Sample Mandarin 11 Reading Exam](https://district.public.deltasd.bc.ca/wp-content/uploads/sites/2/2019/11/Sample-Exam-Mandarin-11-Reading-Simplified.pdf)