File size: 3,485 Bytes
55df757
 
 
 
 
 
 
 
9230b27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dbd16bb
 
 
 
 
 
 
 
26745e4
 
 
 
 
 
dbd16bb
 
26745e4
 
 
 
dbd16bb
 
 
 
 
 
 
 
 
0fb6409
 
26745e4
dbd16bb
 
 
 
 
 
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
---
license: mit
tags:
- Thai Food
- Machine Learning
- LLM Training
size_categories:
- 100K<n<1M
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 503473
    num_examples: 1000
  download_size: 147154
  dataset_size: 503473
---

# Thai Food QA Dataset for LLM Training

## Overview
This dataset contains **1000 Thai food-related question-answer pairs** designed for training **Large Language Models (LLMs)**. It covers various aspects of Thai cuisine, including ingredients, cooking methods, regional origins, dietary adaptations, and nutritional values.

## Dataset Information
- Total Entries: Approximately 80 question-answer pairs currently, with a goal of expanding to 1000
- Format: CSV (Comma-Separated Values)
- Columns:
  - `instruction`: A broad instruction or guideline in Thai providing context for the question
  - `question`: A specific natural language question in Thai related to Thai food
  - `answer`: A detailed response based on knowledge of Thai cuisine

## Example Data
| Instruction | Answer | Answer |
|----------|--------|--------|
| บอกวิธีทำแกงเขียวหวานไก่ | แกงเขียวหวานไก่ทำยังไง | แกงเขียวหวานไก่ทำโดยการผัดพริกแกงเขียวหวานกับกะทิ ใส่ไก่ มะเขือเปราะ ใบโหระพา และพริกชี้ฟ้าแดง ปรุงรสด้วยน้ำปลาและน้ำตาลปี๊บ เช่น ใช้พริกแกง 2 ช้อนโต๊ะ กะทิ 200 มล. เนื้อสัตว์ 300 กรัม ผัก 100 กรัม เคี่ยวด้วยไฟกลาง 15 นาที ปรุงรสด้วยน้ำปลา 1 ช้อนโต๊ะและน้ำตาล 1 ช้อนชา เหมาะสำหรับมื้อเย็น
| แนะนำเมนูอาหารไทยที่มีรสเผ็ดจัด | อาหารไทยที่เผ็ดมากๆ มีอะไรบ้าง | อาหารไทยที่มีรสเผ็ดจัด เช่น ต้มยำกุ้ง, แกงป่า, ลาบหมู, น้ำตกเนื้อ, ผัดเผ็ดหมูป่า เช่น  ต้มยำกุ้ง, แกงป่า, ลาบหมู, น้ำตกเนื้อ, ผัดเผ็ดหมูป่า และควรลองทำเมนูเหล่านี้ในโอกาสพิเศษ
## Usage
This dataset is suitable for:
- **Training and fine-tuning LLMs** for question-answering tasks related to food
- **Developing AI chatbots** that provide cooking advice
- **Enhancing culinary search engines** with structured Q&A data

## How to Use
You can load the dataset using Python:
```python
from datasets import load_dataset

ds = load_dataset("pkmitl205/thaifood-instruction_dataset")
```

## License
This dataset is released under the **MIT License**.
- You are **free to use, modify, distribute, and sublicense** this dataset.
- License details: [MIT License](https://opensource.org/licenses/MIT)