Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
Thai
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
potsawee commited on
Commit
4486fda
1 Parent(s): b05e614

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -35,4 +35,35 @@ configs:
35
  path: "data/tpat1/tpat1_train.jsonl"
36
  - split: test
37
  path: "data/tpat1/tpat1_test.jsonl"
38
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  path: "data/tpat1/tpat1_train.jsonl"
36
  - split: test
37
  path: "data/tpat1/tpat1_test.jsonl"
38
+ ---
39
+
40
+ # Dataset Card for Thai\_Exam
41
+
42
+ ThaiExam is a benchmarking dataset, consisting of Thai multiple-choice questions from examinations in Thailand. This dataset contains 4 splits corresponding to 4 examinations as follows:
43
+
44
+ - **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.
45
+
46
+ - **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.
47
+
48
+ - **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.
49
+
50
+ - **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.
51
+
52
+ - **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.
53
+
54
+ # Usage
55
+ The train split can be used for N-shot evaluation (in-context examples), and we provide an N-shot evaluation script [here](https://github.com/stanford-crfm/helm/blob/main/src/helm/benchmark/scenarios/thai_exam_scenario.py).
56
+
57
+ # HELM
58
+ This dataset has been integrated into [the HELM leaderboard](https://crfm.stanford.edu/helm/thai/latest/#leaderboard) by Stanford CRFM.
59
+
60
+ # Citation Information
61
+ 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:
62
+ ```
63
+ @article{pipatanakul2023typhoon,
64
+ title={Typhoon: Thai Large Language Models},
65
+ author={Pipatanakul, Kunat and Jirabovonvisut, Phatrasek and Manakul, Potsawee and Sripaisarnmongkol, Sittipong and Patomwong, Ruangsak and Chokchainant, Pathomporn and Tharnpipitchai, Kasima},
66
+ journal={arXiv preprint arXiv:2312.13951},
67
+ year={2023}
68
+ }
69
+ ```