You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

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 text
  • A (string): Option A
  • B (string): Option B
  • C (string): Option C
  • D (string): Option D
  • answer (string): The correct answer (A, B, C, or D)
  • details (string): Detailed explanation of the answer
  • source (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