Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TurkishMMLU
|
2 |
|
3 |
This repository contains Code and Data Analysis of TurkishMMLU for ACL 24 SIGTURK Workshop. TurkishMMLU is a multiple-choice dataset for Turkish Natural Language Processing (NLP) community based on Turkish Highschool Curricula for nine subjects.
|
@@ -11,7 +18,7 @@ Multiple choice question answering tasks evaluate the reasoning, comprehension,
|
|
11 |
|
12 |
## Dataset
|
13 |
|
14 |
-
![alt text](image.png)
|
15 |
|
16 |
Dataset is divided into four categories Natural Sciences, Mathematics, Language, and Social Sciences and Humanities with a total of nine subjects in Turkish highschool education. It is available in multiple choice for LLM evaluation. The questions also contain difficulty indicator referred as Correctness ratio.
|
17 |
|
@@ -58,4 +65,4 @@ archivePrefix={arXiv},
|
|
58 |
primaryClass={cs.CL},
|
59 |
url={https://arxiv.org/abs/2407.12402},
|
60 |
}
|
61 |
-
```
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- question-answering
|
4 |
+
language:
|
5 |
+
- tr
|
6 |
+
pretty_name: TurkishMMLU
|
7 |
+
---
|
8 |
# TurkishMMLU
|
9 |
|
10 |
This repository contains Code and Data Analysis of TurkishMMLU for ACL 24 SIGTURK Workshop. TurkishMMLU is a multiple-choice dataset for Turkish Natural Language Processing (NLP) community based on Turkish Highschool Curricula for nine subjects.
|
|
|
18 |
|
19 |
## Dataset
|
20 |
|
21 |
+
![alt text](images/image.png)
|
22 |
|
23 |
Dataset is divided into four categories Natural Sciences, Mathematics, Language, and Social Sciences and Humanities with a total of nine subjects in Turkish highschool education. It is available in multiple choice for LLM evaluation. The questions also contain difficulty indicator referred as Correctness ratio.
|
24 |
|
|
|
65 |
primaryClass={cs.CL},
|
66 |
url={https://arxiv.org/abs/2407.12402},
|
67 |
}
|
68 |
+
```
|