Datasets:

Modalities:
Text
Formats:
csv
Languages:
Thai
Libraries:
Datasets
Dask
License:
File size: 2,423 Bytes
0718122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0e03c05
0718122
28f600a
 
 
 
 
 
 
 
 
8fe131d
 
 
 
 
 
 
 
 
 
 
 
3b0baf1
 
 
 
8fe131d
 
 
 
 
3b0baf1
8fe131d
 
28f600a
0718122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
license: apache-2.0
task_categories:
- question-answering
language:
- th
tags:
- bhuddist
- exam
- thai
---

# Thai Buddhist Studies Examination (Nak Tham)

This repository contains 1,350 multiple-choice questions from the 2023 Thai Buddhist Studies
(Nak Tham) examination. This dataset can be used for a benchmark for evaluating Large Language Models'
understanding of Thai Buddhist concepts and teachings.

## Data Collection Process

1. **OCR Extraction**: Questions were initially extracted from PDF examination papers using Optical Character Recognition (OCR)
2. **Data Structuring**: All questions were compiled and structured into a standardized CSV format
3. **Manual Verification**: The dataset underwent manual review and correction to ensure accuracy of text, choices, and correct answers

## Usage

```py
from datasets import load_dataset

exam_dataset = load_dataset("biodatlab/thai_buddhist_studies_exam")  # no splitting
exam_dataset["train"][0]
```

```py
# Example prompt template to answer the question
q = exam_dataset["train"][0]
prompt = f"""As a Buddhist scholar, please help answer questions about Buddhist principles and practices.
Given the following question and choices, provide:
1. The correct answer
2. A detailed explanation of why this is correct
3. References to Buddhist texts or principles if applicable

Question: {q["question"]}

Choices:
ก. {q['a']}
ข. {q['b']}
ค. {q['c']}
ง. {q['d']}

Please structure your response in Thai language in JSON format as follows
  คำตอบ: [correct choice]
  คำอธิบาย: [explanation]
"""
# check and evaluate the answer ...
```


## About Dhamma Practice Exam

The Nak Tham examination is a system for evaluating Buddhist knowledge levels among ordained monks
and Buddhist practitioners. It is organized by the Religious Affairs Department's Dhamma Education Office
(Sanam Luang). The examination is held once annually and is divided into two main categories:

1. "Nak Tham" - Examinations for Buddhist monks and novices
2. "Dhamma Studies" (Tham Sueksa) - Examinations for laypeople and general public interested in Buddhist teachings

Both categories are structured into three levels:
- Elementary Level (Chan Tri)
- Intermediate Level (Chan Tho)
- Advanced Level (Chan Ek)

## Contributors

- (Phra) Udom Siritientong, Fudan University
- Titipat Achakulvisut, Department of Biomedical Engineering, Mahidol University