Kazakh Human Curated Instruction Dataset
Collection
The dataset is human curated instruction dataset for fine-tuning LLM. • 28 items • Updated
Identification of Paraphrasing in Kazakh Context is a targeted dataset designed to train Large Language Models (LLMs) and embeddings to detect semantic equivalence between two distinct Kazakh texts.
| Metric | Count |
|---|---|
| Total Samples | 2,000 |
| Total Words (approx.) | 184,465 |
| Avg. Words per Sample | 92 |
The following table details the distribution of word counts across different fields in the dataset:
| Field | Mean | Median | Min | Max | Total Words |
|---|---|---|---|---|---|
| DOMAIN | 1.3 | 1.0 | 1 | 4 | 2,640 |
| PROMPT | 83.4 | 82.0 | 51 | 142 | 166,825 |
| RESPONSE | 7.5 | 7.5 | 7 | 8 | 15,000 |
==================================================
Each sample follows a structured format designed for semantic similarity and text classification:
PROMPT: The instruction given to the model, which includes the query (e.g., "Are these two texts paraphrases of each other?"), the original text, and the paraphrased text.RESPONSE: The expected correct response or gold-standard answer (e.g., "Иә, бұл екі мәтін бірдей мағынаны білдіреді." / "Yes, these two texts mean the same thing.").DOMAIN: The domain or subject area of the text being analyzed (e.g., "Linguistics", "Research").Below is an example of a paraphrase detection task within the Linguistics domain.
{
"PROMPT":"Мына екі мәтін бір-бірінің парафразы ма? Түпнұсқа: Қолданбалы лингвистика – тіл білімінің теориялық тұжырымдамаларын нақты әлем мәселелерін шешу үшін қолданатын пәнаралық сала. Ол тілді оқыту, аударма, компьютерлік лингвистика, сот лингвистикасы және сөз тану сияқты көптеген бағыттарды қамтиды, тілдің адам өміріндегі практикалық маңызын зерттейді. Бұл бағыт тілдік білімді практикалық тұрғыда қолдануға бағытталған. Перефраз: Тіл білімінің теориялық қағидаларын практикалық мәселелерді шешуге бағыттайтын қолданбалы лингвистика – бұл тілді оқыту әдістемесін, мәтінді аудару өнерін, компьютерлік тілді өңдеуді, заңдық лингвистикалық сараптаманы және автоматты сөзді тану жүйелерін қамтитын кең ауқымды пәнаралық сала болып табылады. Ол тілдің күнделікті қолданыстағы рөлін терең зерттейді.",
"RESPONSE":"Иә, бұл екі мәтін бірдей мағынаны білдіреді.",
"DOMAIN":"Linguistics"
}