AnotherPotatoCoder commited on
Commit
23d1281
·
verified ·
1 Parent(s): c568d66

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -19
README.md CHANGED
@@ -1,21 +1,48 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: question
5
- dtype: string
6
- - name: answer
7
- dtype: string
8
- - name: category
9
- dtype: string
10
- splits:
11
- - name: train
12
- num_bytes: 18153275
13
- num_examples: 11916
14
- download_size: 6160505
15
- dataset_size: 18153275
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ language:
4
+ - km
5
+ task_categories:
6
+ - question-answering
7
+ - text-generation
8
+ tags:
9
+ - khmer
10
+ - instruction-tuning
11
+ - qna
12
+ pretty_name: Khmer QnA Instruction-Tuning Dataset
 
 
 
 
 
 
 
 
13
  ---
14
+
15
+ # Khmer QnA Instruction-Tuning Dataset
16
+
17
+ This dataset is a collection of question-and-answer pairs in the Khmer language, curated for instruction fine-tuning of language models. It is organized into four main categories:
18
+
19
+ - **General** — everyday knowledge, common facts, and miscellaneous topics
20
+ - **Law** — questions and answers related to Cambodian law and legal concepts
21
+ - **Biology** — general biology-related questions and scientific concepts
22
+ - **Geography** — questions about geographic knowledge, locations, and related facts
23
+
24
+ ## Data Source
25
+
26
+ The data was collected from [khsearch.com](https://www.khsearch.com), a Khmer-language search and reference platform, in accordance with the site's `robots.txt` permissions.
27
+
28
+ ## Data Format
29
+
30
+ Each entry is a Q&A pair suitable for instruct-style fine-tuning, structured with a category label, a `question` field, and an `answer` field, in CSV format.
31
+
32
+ ## Intended Use
33
+
34
+ This dataset is intended for fine-tuning or evaluating language models on Khmer-language question answering and instruction following, particularly for improving performance on Khmer-specific knowledge domains such as law, biology, geography, and general topics.
35
+
36
+ ## Language
37
+
38
+ Khmer (km)
39
+
40
+ ## Limitations
41
+
42
+ - The dataset was scraped from a single web source, so it may reflect that source's biases, coverage gaps, or factual inaccuracies.
43
+ - Answers have not been independently fact-checked or verified against authoritative legal or scientific sources.
44
+ - Coverage across the four categories may be uneven.
45
+
46
+ ## License
47
+
48
+ MIT