Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
Thai
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
potsawee commited on
Commit
2d35ad1
1 Parent(s): 596a4ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -40
README.md CHANGED
@@ -1,43 +1,43 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - question-answering
5
- language:
6
- - th
7
- configs:
8
- - config_name: onet
9
- data_files:
10
- - split: train
11
- path: data/onet/onet_train.jsonl
12
- - split: test
13
- path: data/onet/onet_test.jsonl
14
- - config_name: ic
15
- data_files:
16
- - split: train
17
- path: data/ic/ic_train.jsonl
18
- - split: test
19
- path: data/ic/ic_test.jsonl
20
- - config_name: tgat
21
- data_files:
22
- - split: train
23
- path: data/tgat/tgat_train.jsonl
24
- - split: test
25
- path: data/tgat/tgat_test.jsonl
26
- - config_name: tpat1
27
- data_files:
28
- - split: train
29
- path: data/tpat1/tpat1_train.jsonl
30
- - split: test
31
- path: data/tpat1/tpat1_test.jsonl
32
- - config_name: a_level
33
- data_files:
34
- - split: train
35
- path: data/a_level/a_level_train.jsonl
36
- - split: test
37
- path: data/a_level/a_level_test.jsonl
38
- size_categories:
39
- - n<1K
40
- ---
41
 
42
  # Dataset Card for Thai\_Exam
43
 
@@ -56,6 +56,11 @@ ThaiExam is a Thai knowledge benchmarking dataset, consisting of multiple-choice
56
  # Usage
57
  For each exam, the train split, consisting of 5 examples, can be used for 5-shot evaluation (in-context examples), and we provide a 5-shot evaluation script [here]().
58
 
 
 
 
 
 
59
  # HELM
60
  This dataset has been integrated into [the HELM leaderboard](https://crfm.stanford.edu/helm/thai/latest/#leaderboard) by Stanford CRFM.
61
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - th
7
+ configs:
8
+ - config_name: onet
9
+ data_files:
10
+ - split: train
11
+ path: data/onet/onet_train.jsonl
12
+ - split: test
13
+ path: data/onet/onet_test.jsonl
14
+ - config_name: ic
15
+ data_files:
16
+ - split: train
17
+ path: data/ic/ic_train.jsonl
18
+ - split: test
19
+ path: data/ic/ic_test.jsonl
20
+ - config_name: tgat
21
+ data_files:
22
+ - split: train
23
+ path: data/tgat/tgat_train.jsonl
24
+ - split: test
25
+ path: data/tgat/tgat_test.jsonl
26
+ - config_name: tpat1
27
+ data_files:
28
+ - split: train
29
+ path: data/tpat1/tpat1_train.jsonl
30
+ - split: test
31
+ path: data/tpat1/tpat1_test.jsonl
32
+ - config_name: a_level
33
+ data_files:
34
+ - split: train
35
+ path: data/a_level/a_level_train.jsonl
36
+ - split: test
37
+ path: data/a_level/a_level_test.jsonl
38
+ size_categories:
39
+ - n<1K
40
+ ---
41
 
42
  # Dataset Card for Thai\_Exam
43
 
 
56
  # Usage
57
  For each exam, the train split, consisting of 5 examples, can be used for 5-shot evaluation (in-context examples), and we provide a 5-shot evaluation script [here]().
58
 
59
+ # Version
60
+ This dataset was initially developed for evaluating Typhoon. As we made improvements and fixed errors in the dataset, here are the versions:
61
+ - `v0.1`: As per results reported in [the Typhoon technical report](https://arxiv.org/abs/2312.13951) and Typhoon . This pre-release version can be downloaded from [this link]().
62
+ - `v1.0`: The current version (`revision: 596a4ea2bbb2803ae42b89d887cfad4b6c446dbd`)
63
+
64
  # HELM
65
  This dataset has been integrated into [the HELM leaderboard](https://crfm.stanford.edu/helm/thai/latest/#leaderboard) by Stanford CRFM.
66