Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -40
README.md CHANGED
@@ -1,42 +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
-
39
- ---
 
40
 
41
  # Dataset Card for Thai\_Exam
42
 
@@ -53,7 +54,7 @@ ThaiExam is a Thai knowledge benchmarking dataset, consisting of multiple-choice
53
  5. **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.
54
 
55
  # Usage
56
- The train split can be used for N-shot evaluation (in-context examples), and we provide an N-shot evaluation script [here]().
57
 
58
  # HELM
59
  This dataset has been integrated into [the HELM leaderboard](https://crfm.stanford.edu/helm/thai/latest/#leaderboard) by Stanford CRFM.
 
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
 
 
54
  5. **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.
55
 
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.