TTimur commited on
Commit
0c9de00
·
verified ·
1 Parent(s): b8642c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -41
README.md CHANGED
@@ -1,44 +1,43 @@
1
  ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- - split: test
8
- path: data/test-*
9
- - split: dev
10
- path: data/dev-*
11
- dataset_info:
12
- features:
13
- - name: qID
14
- dtype: string
15
- - name: sentence
16
- dtype: string
17
- - name: option1
18
- dtype: string
19
- - name: option2
20
- dtype: string
21
- - name: answer
22
- dtype: string
23
- - name: sentence_kg
24
- dtype: string
25
- - name: option1_kg
26
- dtype: string
27
- - name: option2_kg
28
- dtype: string
29
- splits:
30
- - name: train
31
- num_bytes: 1001644
32
- num_examples: 2558
33
- - name: test
34
- num_bytes: 702193
35
- num_examples: 1767
36
- - name: dev
37
- num_bytes: 502497
38
- num_examples: 1267
39
- download_size: 983506
40
- dataset_size: 2206334
41
  ---
42
- # Dataset Card for "winogrande_kg"
43
 
44
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - kyrgyz
4
+ - llm-benchmark
5
+ - evaluation
6
+ - commonsense-reasoning
7
+ - winogrande
8
+ - translated
9
+ - kyrgyzllm-bench
10
+ language:
11
+ - ky
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
 
13
 
14
+ # Winogrande (Kyrgyz)
15
+
16
+ This dataset is the Kyrgyz-translated version of the **Winogrande** benchmark, designed to evaluate commonsense reasoning.
17
+
18
+ ## 🏔️ Part of the KyrgyzLLM-Bench
19
+
20
+ This dataset is a component of the **KyrgyzLLM-Bench**, a comprehensive suite for evaluating LLMs in Kyrgyz.
21
+
22
+ * **Main Paper:** [Bridging the Gap in Less-Resourced Languages: Building a Benchmark for Kyrgyz Language Models](https://ieeexplore.ieee.org/document/11206960)
23
+ * **Hugging Face Hub:** [https://huggingface.co/TTimur](https://huggingface.co/TTimur)
24
+ * **GitHub Project:** [https://github.com/golden-ratio/kyrgyzLLM_bench](https://github.com/golden-ratio/kyrgyzLLM_bench)
25
+
26
+ ## 📋 Dataset Description
27
+
28
+ This benchmark tests a model's ability to resolve ambiguity and use world knowledge, a key part of commonsense reasoning.
29
+
30
+ * **Original Dataset:** [Winogrande](https://huggingface.co/datasets/winogrande)
31
+ * **Translation:** The dataset was translated using a dual-model machine translation pipeline, followed by expert manual post-editing and quality assurance checks to ensure cultural and linguistic accuracy.
32
+
33
+ ## 📜 Citation
34
+
35
+ If you find this dataset useful in your research, please cite the main project paper:
36
+
37
+ ```bibtex
38
+ @article{KyrgyzLLM-Bench,
39
+ title={Bridging the Gap in Less-Resourced Languages: Building a Benchmark for Kyrgyz Language Models},
40
+ author={Timur Turatali, Aida Turdubaeva, Islam Zhenishbekov, Zhoomart Suranbaev, Anton Alekseev, Rustem Izmailov},
41
+ year={2025},
42
+ url={https://huggingface.co/datasets/TTimur/winogrande_kg}
43
+ }