Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- ms
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
+
---
|
10 |
+
|
11 |
+
## Overview
|
12 |
+
This dataset contains over 1,000 questions and answers focused on Malay language grammar (tatabahasa), tailored for primary school students aged 7 to 12. The dataset is designed to aid in educational research, language learning applications, and to benchmark the performance of Large Language Models (LLMs) on Malay language understanding and processing.
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
The dataset is organized in JSON Lines (JSONL) format, where each line is a JSON object representing a single question. Each JSON object contains the following fields:
|
16 |
+
|
17 |
+
- instruction: Instructions for the question.
|
18 |
+
- question: The question.
|
19 |
+
- choices: A dictionary of answer choices, where each key is an option identifier (e.g., "A", "B") and the value is a dictionary containing:
|
20 |
+
- text: The text of the answer choice.
|
21 |
+
- answer: A boolean indicating whether the choice is the correct answer.
|