File size: 3,644 Bytes
34be57b
d89f969
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5110208
 
 
 
 
 
 
0c58ce2
 
34be57b
5110208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
configs:
  - config_name: kyrgyz_mmlu_all
    data_files:
      - split: validation
        path: kyrgyz_mmlu_all/validation.parquet
      - split: test
        path: kyrgyz_mmlu_all/test.parquet
  - config_name: kyrgyz_mmlu_biology
    data_files:
      - split: validation
        path: kyrgyz_mmlu_biology/validation.parquet
      - split: test
        path: kyrgyz_mmlu_biology/test.parquet
  - config_name: kyrgyz_mmlu_chemistry
    data_files:
      - split: validation
        path: kyrgyz_mmlu_chemistry/validation.parquet
      - split: test
        path: kyrgyz_mmlu_chemistry/test.parquet
  - config_name: kyrgyz_mmlu_geography
    data_files:
      - split: validation
        path: kyrgyz_mmlu_geography/validation.parquet
      - split: test
        path: kyrgyz_mmlu_geography/test.parquet
  - config_name: kyrgyz_mmlu_history
    data_files:
      - split: validation
        path: kyrgyz_mmlu_history/validation.parquet
      - split: test
        path: kyrgyz_mmlu_history/test.parquet
  - config_name: kyrgyz_mmlu_lang
    data_files:
      - split: validation
        path: kyrgyz_mmlu_lang/validation.parquet
      - split: test
        path: kyrgyz_mmlu_lang/test.parquet
  - config_name: kyrgyz_mmlu_literature
    data_files:
      - split: validation
        path: kyrgyz_mmlu_literature/validation.parquet
      - split: test
        path: kyrgyz_mmlu_literature/test.parquet
  - config_name: kyrgyz_mmlu_math
    data_files:
      - split: validation
        path: kyrgyz_mmlu_math/validation.parquet
      - split: test
        path: kyrgyz_mmlu_math/test.parquet
  - config_name: kyrgyz_mmlu_medicine
    data_files:
      - split: validation
        path: kyrgyz_mmlu_medicine/validation.parquet
      - split: test
        path: kyrgyz_mmlu_medicine/test.parquet
  - config_name: kyrgyz_mmlu_physics
    data_files:
      - split: validation
        path: kyrgyz_mmlu_physics/validation.parquet
      - split: test
        path: kyrgyz_mmlu_physics/test.parquet
tags:
- kyrgyz
- llm-benchmark
- evaluation
- mmlu
- multiple-choice
- kyrgyzllm-bench
language:
- ky
---

# KyrgyzMMLU

**KyrgyzMMLU** is a native, multiple-choice benchmark for evaluating Large Language Models in the Kyrgyz language. It contains **7,977 questions** written by Kyrgyz curriculum experts, covering 9 subjects relevant to the national curriculum and public knowledge.

## 🏔️ Part of the KyrgyzLLM-Bench

This dataset is a core component of the **KyrgyzLLM-Bench**, a comprehensive suite for evaluating LLMs in Kyrgyz.

* **Main Paper:** [Bridging the Gap in Less-Resourced Languages: Building a Benchmark for Kyrgyz Language Models](https://ieeexplore.ieee.org/document/11206960)
* **Hugging Face Hub:** [https://huggingface.co/TTimur](https://huggingface.co/TTimur)
* **GitHub Project:** [https://github.com/golden-ratio/kyrgyzLLM_bench]

## 📋 Dataset Description

This benchmark is designed to evaluate deep knowledge across a wide range of domains.

**Subjects Covered:**
* **Math:** 1,169
* **Physics:** 1,228
* **Geography:** 640
* **Biology:** 1,550
* **Kyrgyz Language:** 360
* **Kyrgyz Literature:** 1,169
* **Kyrgyz History:** 440
* **Medicine:** 216
* **Chemistry:** 1,205

## 📜 Citation

If you find this dataset useful in your research, please cite the main project paper:

```bibtex
@article{KyrgyzLLM-Bench,
  title={Bridging the Gap in Less-Resourced Languages: Building a Benchmark for Kyrgyz Language Models},
  author={Timur Turatali, Aida Turdubaeva, Islam Zhenishbekov, Zhoomart Suranbaev, Anton Alekseev, Rustem Izmailov},
  year={2025},
  url={[https://huggingface.co/datasets/TTimur/kyrgyzMMLU]}
}