Datasets:
license: apache-2.0
task_categories:
- question-answering
language:
- th
configs:
- config_name: a_level
data_files:
- split: train
path: data/a_level/a_level_train.jsonl
- split: test
path: data/a_level/a_level_test.jsonl
- config_name: ic
data_files:
- split: train
path: data/ic/ic_train.jsonl
- split: test
path: data/ic/ic_test.jsonl
- config_name: onet
data_files:
- split: train
path: data/onet/onet_train.jsonl
- split: test
path: data/onet/onet_test.jsonl
- config_name: tgat
data_files:
- split: train
path: data/tgat/tgat_train.jsonl
- split: test
path: data/tgat/tgat_test.jsonl
- config_name: tpat1
data_files:
- split: train
path: data/tpat1/tpat1_train.jsonl
- split: test
path: data/tpat1/tpat1_test.jsonl
Dataset Card for Thai_Exam
ThaiExam is a benchmarking dataset, consisting of Thai multiple-choice questions from examinations in Thailand. This dataset contains 5 splits corresponding to 5 examinations as follows:
ONET: The Ordinary National Educational Test (ONET) is an examination for students in Thailand. This dataset is based on the grade-12 ONET exam, comprising 4 subjects and each question has 5 choices. These subjects are Thai, Mathematics, Social Studies, and Science, amounting to a total of 170 questions and options.
IC: The Investment Consultant (IC) examination is a licensing test for investment professionals in Thailand. The exam questions were developed by the Stock Exchange of Thailand (SET), featuring 4 choices per question. We extracted questions for levels 1, 2, and 3 resulting in a total of 95 questions and options.
TGAT: The Thai General Aptitude Test (TGAT) is a national high school examination in Thailand. The exam focuses on critical and logical thinking skills. We collected a total of 90 questions and answers, and it TGAT consists of 4 choices per question.
TPAT-1: The Thai Professional Aptitude Test 1 (TPAT-1) is a national high school examination in Thailand. The Exam assesses students’ professional skills requirement in medical schools. This subset contains reasoning and medical ethics. We collected a total of 116 questions and answers. The TPAT-1 consists of 5 choices per question.
A-Level: The A-Level exam is an academic knowledge assessment examination (Applied Knowledge Level) covering general foundational subjects. The content assessed in this examination aligns with the curriculum guidelines and emphasizes the practical application of knowledge in daily life. We collected a total of 132 questions and answers.
Usage
The train split can be used for N-shot evaluation (in-context examples), and we provide an N-shot evaluation script here.
HELM
This dataset has been integrated into the HELM leaderboard by Stanford CRFM.
Citation Information
This dataset was curated by the Typhoon team, and the first iteration of this dataset was used in the evaluation of Typhoon. If you find this dataset useful, you can cite our work:
@article{pipatanakul2023typhoon,
title={Typhoon: Thai Large Language Models},
author={Pipatanakul, Kunat and Jirabovonvisut, Phatrasek and Manakul, Potsawee and Sripaisarnmongkol, Sittipong and Patomwong, Ruangsak and Chokchainant, Pathomporn and Tharnpipitchai, Kasima},
journal={arXiv preprint arXiv:2312.13951},
year={2023}
}