File size: 1,775 Bytes
f20500b d1334ad 9103eb0 50dd16a 9103eb0 | 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 | ---
license: cc-by-nc-4.0
task_categories:
- question-answering
language:
- tg
tags:
- benchmark
- multiple-choice
- evaluation
- low-resource
- academic
pretty_name: TALIM
size_categories:
- 1K<n<10K
---
# TALIM: Tajik Academic Language Intelligence Measurement
TALIM is a large-scale academic benchmark for evaluating academic reasoning and
language understanding in Tajik. Questions are sourced natively from the National
Testing Center (NTC) of Tajikistan.
## Dataset Summary
- **Language:** Tajik (Cyrillic script)
- **Size:** 9,136 questions
- **Subjects:** Mathematics, Physics, Chemistry, Biology, Geography, History,
Literature, Grammar, Law
- **Formats:** Multiple-choice (73.5%), Matching (14.7%), Free-response (11.8%)
- **Difficulty levels:** Level A (Grade 11), Level B (Grade 9)
- **License:** CC BY-NC 4.0
## Data Fields
- `number`: Question ID
- `question`: Question text in Tajik Cyrillic
- `options`: Answer options as JSON (null for free-response)
- `type`: Question format (multiple-choice / matching / free-response)
- `topic`: Fine-grained topic label
- `section`: Difficulty level (A or B)
- `answer`: Correct answer label
- `subject`: Academic subject
## Usage
This dataset is intended for evaluating language model performance on
Tajik academic reasoning tasks. It should not be used for model training
or outside of research contexts.
## Citation
```bibtex
@article{talim2026,
title={TALIM: A Benchmark Dataset for Tajik Academic Language Intelligence Measurement},
author={Anonymous},
year={2026}
}
```
## License
This dataset is released under CC BY-NC 4.0. It is derived from publicly
administered examination materials of the National Testing Center of Tajikistan
and is intended for non-commercial research use only. |