f1rdavs commited on
Commit
dd447a5
·
verified ·
1 Parent(s): 01b3bf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -47,7 +47,7 @@ tags:
47
  - education
48
  pretty_name: TajLiB
49
  size_categories:
50
- - n<1K
51
  language:
52
  - tg
53
  ---
@@ -73,13 +73,13 @@ language:
73
 
74
  **TajLiB (Tajik Linguistic Benchmark)** is a comprehensive multiple-choice question benchmark designed to evaluate the linguistic understanding of Large Language Models (LLMs) in the Tajik language.
75
 
76
- It assesses the model's knowledge of Tajik phonetics, grammar, lexicology, and orthography. The dataset is derived from official materials prepared for the Centralized Entrance Exams (Markazi Millii Testi - NTC.tj) for the year 2025.
77
 
78
  ### Dataset Summary
79
 
80
  - **Language:** Tajik (tg)
81
  - **Source:** National Testing Center (Markazi Millii Testi) - Entrance Exams 2025.
82
- - **Size:** ~919 multiple-choice questions.
83
  - **Task:** Multiple-Choice Question Answering.
84
 
85
  ### How to Use
@@ -89,6 +89,7 @@ To load and use the dataset:
89
  ```python
90
  from datasets import load_dataset
91
  dataset = load_dataset("f1rdavs/TajLiB")
 
92
  ```
93
 
94
  ### Example Output
@@ -103,4 +104,17 @@ dataset = load_dataset("f1rdavs/TajLiB")
103
  "option_d": "сӯзан",
104
  "answer": "B"
105
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  ```
 
47
  - education
48
  pretty_name: TajLiB
49
  size_categories:
50
+ - n<2K
51
  language:
52
  - tg
53
  ---
 
73
 
74
  **TajLiB (Tajik Linguistic Benchmark)** is a comprehensive multiple-choice question benchmark designed to evaluate the linguistic understanding of Large Language Models (LLMs) in the Tajik language.
75
 
76
+ It assesses the model's knowledge of Tajik phonetics, grammar, lexicology, and orthography, as well as its ability to understand and reason about domains related to Tajik language usage, including legal texts and Tajik literature. The dataset is derived from official materials prepared for the Centralized Entrance Exams (Markazi Millii Testi - NTC.tj) for the year 2025.
77
 
78
  ### Dataset Summary
79
 
80
  - **Language:** Tajik (tg)
81
  - **Source:** National Testing Center (Markazi Millii Testi) - Entrance Exams 2025.
82
+ - **Size:** 1575 multiple-choice questions.
83
  - **Task:** Multiple-Choice Question Answering.
84
 
85
  ### How to Use
 
89
  ```python
90
  from datasets import load_dataset
91
  dataset = load_dataset("f1rdavs/TajLiB")
92
+ dataset["grammar"]
93
  ```
94
 
95
  ### Example Output
 
104
  "option_d": "сӯзан",
105
  "answer": "B"
106
  }
107
+ ```
108
+
109
+ ### Citation
110
+ If you use TajLiB in your research, experiments, or publications, please cite the dataset using the citation information provided below.
111
+
112
+ ```bibtex
113
+ @dataset{tajlib2025,
114
+ title = {TajLiB: Tajik Linguistic Benchmark},
115
+ author = {Firdavs Sultonov},
116
+ year = {2025},
117
+ publisher = {HuggingFace Datasets},
118
+ url = {https://huggingface.co/datasets/f1rdavs/TajLiB}
119
+ }
120
  ```