talimbenchmark commited on
Commit
9103eb0
·
verified ·
1 Parent(s): 30bc5f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -1
README.md CHANGED
@@ -13,4 +13,53 @@ tags:
13
  pretty_name: TALIM
14
  size_categories:
15
  - 1K<n<10K
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  pretty_name: TALIM
14
  size_categories:
15
  - 1K<n<10K
16
+ ---
17
+
18
+ # TALIM: Tajik Academic Language Intelligence Measurement
19
+
20
+ TALIM is a large-scale academic benchmark for evaluating academic reasoning and
21
+ language understanding in Tajik. Questions are sourced natively from the National
22
+ Testing Center (NTC) of Tajikistan rather than translated from existing benchmarks.
23
+
24
+ ## Dataset Summary
25
+
26
+ - **Language:** Tajik (Cyrillic script)
27
+ - **Size:** 9,136 questions
28
+ - **Subjects:** Mathematics, Physics, Chemistry, Biology, Geography, History,
29
+ Literature, Grammar, Law
30
+ - **Formats:** Multiple-choice (73.5%), Matching (14.7%), Free-response (11.8%)
31
+ - **Difficulty levels:** Level A (Grade 11), Level B (Grade 9)
32
+ - **License:** CC BY-NC 4.0
33
+
34
+ ## Data Fields
35
+
36
+ - `number`: Question ID
37
+ - `question`: Question text in Tajik Cyrillic
38
+ - `options`: Answer options as JSON (null for free-response)
39
+ - `type`: Question format (multiple-choice / matching / free-response)
40
+ - `topic`: Fine-grained topic label
41
+ - `section`: Difficulty level (A or B)
42
+ - `answer`: Correct answer label
43
+ - `subject`: Academic subject
44
+
45
+ ## Usage
46
+
47
+ This dataset is intended for evaluating language model performance on
48
+ Tajik academic reasoning tasks. It should not be used for model training
49
+ or outside of research contexts.
50
+
51
+ ## Citation
52
+
53
+ ```bibtex
54
+ @article{talim2026,
55
+ title={TALIM: A Benchmark Dataset for Tajik Academic Language Intelligence Measurement},
56
+ author={Anonymous},
57
+ year={2026}
58
+ }
59
+ ```
60
+
61
+ ## License
62
+
63
+ This dataset is released under CC BY-NC 4.0. It is derived from publicly
64
+ administered examination materials of the National Testing Center of Tajikistan
65
+ and is intended for non-commercial research use only.