murodbek commited on
Commit
e363591
·
verified ·
1 Parent(s): 86267e0

updating README

Browse files
Files changed (1) hide show
  1. README.md +73 -48
README.md CHANGED
@@ -82,81 +82,106 @@ size_categories:
82
  - [Contributions](#contributions)
83
 
84
  ## Dataset Description
85
- - **Homepage:** [hf.co/datasets/murodbek/uzlib](https://huggingface.co/datasets/murodbek/uzlib)
86
- - **Repository:** [https://github.com/shopulatov/uzlib](https://github.com/shopulatov/uzlib)
87
- - **Point of Contact:** [ml.muhandis@gmail.com](mailto:ml.muhandis@gmail.com)
88
  - **Size of downloaded dataset files:** 144 kB
89
  - **Size of the generated dataset:** 144 kB
90
  - **Total amount of disk used:** 331 kB
91
 
92
- ### Dataset Summary
 
 
93
 
94
- The Uzbek Linguistic Benchmark (UzLiB) is a benchmark with multiple-choice questions for evaluating linguistic abilities of Large Language Models (LLMs) in Uzbek language.
95
 
 
96
 
97
- To load and use dataset, run this script:
98
 
99
  ```python
100
  from datasets import load_dataset
101
 
102
- uzlib = load_dataset("murodbek/uzlib")
 
103
  ```
104
 
105
  ## Dataset Structure
106
 
107
- An example of `correct_word` looks as follows.
108
-
109
- ```
110
- {'id': 'CW1242',
111
- 'question': 'Berilgan variantlar orasida qaysi biri to‘g‘ri yozilgan?',
112
- 'option_a': 'Samolyod',
113
- 'option_b': 'Samalyot',
114
- 'option_c': 'Samalyod',
115
- 'option_d': 'Samolyot',
116
- 'answer': 'D',
117
- 'type': 'correct_word'}
 
 
 
118
  ```
119
 
120
  ### Data Fields
121
- The data fields are the same among all splits.
122
 
123
- - `id`: a `string` feature to indicate id of the given question.
124
- - `question`: a `string` feature to question.
125
- - `option_a`: a `string` feature to indicate answer option A.
126
- - `option_b`: a `string` feature to indicate answer option B.
127
- - `option_c`: a `string` feature to indicate answer option C.
128
- - `option_d`: a `string` feature to indicate answer option D.
129
- - `answer`: a `string` feature to indicate the correct answer. One of `A`, `B`, `C` or `D`.
130
- - `type`: a `string` feature to indicate the type of the question. One of `correct_word`, `meaning`, `meaning_in_context` or `fill_in`.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
 
132
- ### Data Splits
133
-
134
- ### Data Splits
135
 
136
- | split_name |num_examples|
137
- |-----------------|-----------:|
138
- | correct_word | 1501 |
139
- | meaning | 236 |
140
- | meaning_in_context | 72 |
141
- | fill_in | 52 |
142
- | **all** | **1861** |
143
 
144
- ## Dataset Creation
 
 
 
 
 
 
 
145
 
146
- The source for all questions is collected from selected 4 Telegram channels quizzes: [Orif Tolib](https://t.me/oriftolib), [Тўғри ёзамиз — мутахассис блоги](https://t.me/xatoliklar), [Tahrir.uz📝](https://t.me/tahrir_uz), and [Tahrirchi | Tilmoch](https://t.me/tahrirchi_uz). Then, each question is manually labeled to record correct answer as Telegram does not provide the correct answers for quizzes. After that, each question went through categorization, transliteration and deduplication processes.
147
 
 
148
 
149
- ### Citation Information
150
- ```
151
  @misc{Shopulatov2025UzLiB,
152
- title={UzLiB: A benchmark for evaluating Uzbek linguistics},
153
  author={Abror Shopulatov},
154
- year={2025}
155
- url={https://huggingface.co/datasets/murodbek/uzlib},
156
- note={Accessed: 2025-02-18}, % change this date
157
- urldate = {2025-02-18}} % change this date
158
  }
159
  ```
160
 
161
- ### Contact
162
- For any questions or issues related to the dataset or code, please contact [ml.muhandis@gmail.com](mailto:ml.muhandis@gmail.com).
 
 
82
  - [Contributions](#contributions)
83
 
84
  ## Dataset Description
85
+ - **Homepage:** [tilmoch.ai/index/uzlib-ozbek-lingvistik-benchmark](https://tilmoch.ai/index/uzlib-ozbek-lingvistik-benchmark)
86
+ - **Repository:** [https://github.com/tahrirchi/uzlib](https://github.com/tahrirchi/uzlib)
87
+ - **Point of Contact:** [a.shopulatov@tilmoch.ai](mailto:a.shopulatov@tilmoch.ai)
88
  - **Size of downloaded dataset files:** 144 kB
89
  - **Size of the generated dataset:** 144 kB
90
  - **Total amount of disk used:** 331 kB
91
 
92
+ ## Dataset Description
93
+
94
+ **UzLiB (Uzbek Linguistic Benchmark)** is the first comprehensive multiple-choice question benchmark designed to evaluate the linguistic understanding and capabilities of Large Language Models (LLMs) in the Uzbek language. It assesses how well models grasp correct Uzbek forms, usage, meanings, and contextual nuances.
95
 
96
+ For more detailed background on the motivation, creation process, and initial findings, please refer to our [blog post (in Uzbek)](https://tilmoch.ai/index/uzlib-ozbek-lingvistik-benchmark). You can find the evaluation scripts and leaderboard at the [GitHub repository](https://github.com/tahrirchi/uzlib).
97
 
98
+ ## How to Use
99
 
100
+ To load and use the dataset:
101
 
102
  ```python
103
  from datasets import load_dataset
104
 
105
+ uzlib = load_dataset("tahrirchi/uzlib")
106
+ uzlib
107
  ```
108
 
109
  ## Dataset Structure
110
 
111
+ The dataset consists of multiple-choice questions, each with four options and a single correct answer.
112
+
113
+ **Example Data Point:**
114
+ ```json
115
+ {
116
+ "id": "CW1242",
117
+ "question": "Berilgan variantlar orasida qaysi biri to‘g‘ri yozilgan?",
118
+ "option_a": "Samolyod",
119
+ "option_b": "Samalyot",
120
+ "option_c": "Samalyod",
121
+ "option_d": "Samolyot",
122
+ "answer": "D",
123
+ "type": "correct_word"
124
+ }
125
  ```
126
 
127
  ### Data Fields
 
128
 
129
+ - `id` (`string`): Unique identifier for the question.
130
+ - `question` (`string`): The text of the question.
131
+ - `option_a` (`string`): Answer option A.
132
+ - `option_b` (`string`): Answer option B.
133
+ - `option_c` (`string`): Answer option C.
134
+ - `option_d` (`string`): Answer option D.
135
+ - `answer` (`string`): The correct option label (`A`, `B`, `C`, or `D`).
136
+ - `type` (`string`): Category of the question. One of:
137
+ - `correct_word`: Correct spelling or word form.
138
+ - `meaning`: Definition of words or phrases.
139
+ - `meaning_in_context`: Word usage in specific contexts.
140
+ - `fill_in`: Filling blanks in sentences.
141
+
142
+ ### Data Splits / Configurations
143
+
144
+ The benchmark contains 1861 questions, categorized as follows:
145
+
146
+ | Category / Split Name | Number of Examples |
147
+ |:----------------------|-------------------:|
148
+ | `correct_word` | 1501 |
149
+ | `meaning` | 236 |
150
+ | `meaning_in_context` | 72 |
151
+ | `fill_in` | 52 |
152
+ | **Total** | **1861** |
153
 
154
+ ## Dataset Creation
 
 
155
 
156
+ The questions were sourced from quizzes administered on popular Telegram channels dedicated to Uzbek language expertise:
157
+ - [Orif Tolib](https://t.me/oriftolib)
158
+ - [Тўғри ёзамиз — мутахассис блоги](https://t.me/xatoliklar)
159
+ - [Tahrir.uz📝](https://t.me/tahrir_uz)
160
+ - [Tahrirchi | Tilmoch](https://t.me/tahrirchi_uz)
 
 
161
 
162
+ **Curation Process:**
163
+ 1. **Collection:** Gathering quizzes from the specified Telegram channels.
164
+ 2. **Verification:** Manually identifying and confirming the correct answer for each quiz question, as this is not directly provided by the Telegram quiz export.
165
+ 3. **Filtering:** Removing duplicate or unsuitable questions.
166
+ 4. **Categorization:** Assigning each question to one of the four types (`correct_word`, `meaning`, `meaning_in_context`, and `fill_in`).
167
+ 5. **Standardization:** Ensuring every question has exactly four multiple-choice options (A, B, C, D). This involved manually creating distractor options for questions originally having fewer choices, standardizing the random guess probability to 25%.
168
+ 6. **Transliteration:** Converting all text to the Uzbek Latin script.
169
+ 7. **Shuffling:** Randomizing the order of answer options (A, B, C, D) for each question.
170
 
171
+ ## Citation Information
172
 
173
+ If you use UzLiB in your research or application, please cite it as follows:
174
 
175
+ ```bibtex
 
176
  @misc{Shopulatov2025UzLiB,
177
+ title={{UzLiB: A Benchmark for Evaluating LLMs on Uzbek Linguistics}},
178
  author={Abror Shopulatov},
179
+ year={2025},
180
+ howpublished={\url{https://huggingface.co/datasets/tahrirchi/uzlib}},
181
+ note={Accessed: YYYY-MM-DD} % Please update with the date you accessed the dataset
 
182
  }
183
  ```
184
 
185
+ ## Contact
186
+
187
+ For inquiries regarding the dataset, please contact [a.shopulatov@tilmoch.ai](mailto:a.shopulatov@tilmoch.ai). For issues related to the evaluation code, please refer to the [GitHub repository](https://github.com/tahrirchi/uzlib).