Taiwan Vocational Education College Exam Benchmark (TVE)
Dataset Description
This dataset contains multiple-choice questions from Taiwan's vocational college entrance exams (四技二專統測模擬考). The questions test various subjects including Chinese literature, comprehension, and writing skills.
Dataset Structure
Data Fields
question(string): The exam question textA(string): Option AB(string): Option BC(string): Option CD(string): Option Danswer(string): The correct answer (A, B, C, or D)details(string): Detailed explanation of the answersource(string): The source exam identifier
Data Splits
train: 312 examples
Supported Tasks
- Multiple-choice question answering
- Chinese language comprehension
- Educational assessment
Dataset Creation
This dataset was compiled from vocational college entrance exam practice tests from academic years 112 and 113.
Source Data
The data comes from mock exams (聯合模擬考試) for the four-year technical college entrance examination system in Taiwan.
Usage
from datasets import load_dataset
dataset = load_dataset("allenlin316/tw-tve-college-exam-bench", "tve_chinese")
License
Apache 2.0
- Downloads last month
- 30