Datasets:
e.zeinivand commited on
Commit ·
af3be66
1
Parent(s): 0a60c4d
Initial commit.
Browse files- PerMMLU.jsonl +0 -0
- README.md +50 -0
PerMMLU.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
README.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
+
language: [fa]
|
| 4 |
+
tags:
|
| 5 |
+
- multiple-choice
|
| 6 |
+
- evaluation
|
| 7 |
+
- knowledge
|
| 8 |
+
- general-knowledge
|
| 9 |
+
- education
|
| 10 |
+
- persian
|
| 11 |
+
pretty_name: PerMMLU Benchmark
|
| 12 |
+
task_categories:
|
| 13 |
+
- multiple-choice-qa
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# PerMMLU
|
| 17 |
+
|
| 18 |
+
## Dataset Summary
|
| 19 |
+
|
| 20 |
+
The **PerMMLU Benchmark** is a localized and extended version of the original MMLU (Massive Multitask Language Understanding) benchmark, adapted specifically for Persian-speaking users and domains. This benchmark is designed to comprehensively evaluate both **general** and **specialized knowledge** of language models across a broad range of topics.
|
| 21 |
+
|
| 22 |
+
This dataset is structured to assess educational and cultural understanding and includes:
|
| 23 |
+
|
| 24 |
+
- **School-level questions** from **Grade 4 to Grade 12**
|
| 25 |
+
- **University-level questions** covering various academic disciplines
|
| 26 |
+
- **Cultural and local knowledge** specific to Persian-speaking societies, such as:
|
| 27 |
+
- Iranian laws and regulations
|
| 28 |
+
- Famous historical or contemporary figures
|
| 29 |
+
- Regional products and traditions
|
| 30 |
+
|
| 31 |
+
This benchmark is intended to test a model's capabilities in reasoning and factual knowledge in the Persian language, across both **standard curricula** and **region-specific knowledge**.
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
## Supported Task
|
| 36 |
+
|
| 37 |
+
The benchmark supports the **Multiple Choice Question Answering (MCQA)** task. Each entry includes a question, four possible choices, and one correct answer.
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
## Languages
|
| 42 |
+
|
| 43 |
+
- `fa` — Persian (Farsi)
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
## License
|
| 48 |
+
|
| 49 |
+
This dataset is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0).
|
| 50 |
+
|
| 51 |
+
You must give appropriate credit, may not use it for commercial purposes, and may not distribute modified versions of the dataset.
|
| 52 |
+
|
| 53 |
+
For details, see the [license](LICENSE) file or https://creativecommons.org/licenses/by-nc-nd/4.0/
|