Upload folder using huggingface_hub
Browse files- README.md +39 -3
- data/kazakh_sentiment_10000.cleaned.csv +0 -0
- data/labels.json +9 -0
- data/test.jsonl +336 -0
- data/train.jsonl +0 -0
- data/validation.jsonl +328 -0
README.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- kk
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tasks:
|
| 6 |
+
- text-classification
|
| 7 |
+
multilinguality:
|
| 8 |
+
- monolingual
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<10k
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Darmm Sentiment KK
|
| 14 |
+
|
| 15 |
+
Kazakh sentiment dataset with 5 labels for multi-domain reviews.
|
| 16 |
+
|
| 17 |
+
## Labels
|
| 18 |
+
|
| 19 |
+
- `very_negative`
|
| 20 |
+
- `negative`
|
| 21 |
+
- `neutral`
|
| 22 |
+
- `positive`
|
| 23 |
+
- `very_positive`
|
| 24 |
+
|
| 25 |
+
## Data fields
|
| 26 |
+
|
| 27 |
+
- `id`: unique identifier
|
| 28 |
+
- `text`: Kazakh text
|
| 29 |
+
- `label`: sentiment label
|
| 30 |
+
- `source`: data source reference
|
| 31 |
+
- `domain`: domain tag (entertainment, apps, services, commerce, etc.)
|
| 32 |
+
|
| 33 |
+
## Splits
|
| 34 |
+
|
| 35 |
+
- `train`, `validation`, `test`
|
| 36 |
+
|
| 37 |
+
## Curation
|
| 38 |
+
|
| 39 |
+
Texts are collected and labeled manually with consistency guidelines.
|
data/kazakh_sentiment_10000.cleaned.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/labels.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels": [
|
| 3 |
+
"very_negative",
|
| 4 |
+
"negative",
|
| 5 |
+
"neutral",
|
| 6 |
+
"positive",
|
| 7 |
+
"very_positive"
|
| 8 |
+
]
|
| 9 |
+
}
|
data/test.jsonl
ADDED
|
@@ -0,0 +1,336 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id": "3622", "text": "Мұғалім бойынша еш айтпағым жоқ", "label": "very_positive", "source": "manual", "domain": "education"}
|
| 2 |
+
{"id": "4566", "text": "Білім өте жақсы болды", "label": "very_positive", "source": "synthetic", "domain": "education"}
|
| 3 |
+
{"id": "6193", "text": "Маршрут өзіне тартады", "label": "positive", "source": "manual", "domain": "transport"}
|
| 4 |
+
{"id": "2400", "text": "Дизайн қабылдай алмадым", "label": "very_negative", "source": "synthetic", "domain": "products"}
|
| 5 |
+
{"id": "1828", "text": "Спортшы қанағаттанарлық", "label": "positive", "source": "crowdsourced", "domain": "sports"}
|
| 6 |
+
{"id": "22", "text": "Көлік ұнады", "label": "positive", "source": "synthetic", "domain": "transport"}
|
| 7 |
+
{"id": "3682", "text": "Спорт жақсы", "label": "positive", "source": "manual", "domain": "sports"}
|
| 8 |
+
{"id": "9624", "text": "Ем қорқынышты", "label": "very_negative", "source": "crowdsourced", "domain": "healthcare"}
|
| 9 |
+
{"id": "1050", "text": "Интерфейс жөн саналады", "label": "positive", "source": "synthetic", "domain": "apps"}
|
| 10 |
+
{"id": "588", "text": "Маршрут стандартты", "label": "neutral", "source": "crowdsourced", "domain": "transport"}
|
| 11 |
+
{"id": "3298", "text": "Тапсырыс стандартты", "label": "neutral", "source": "crowdsourced", "domain": "commerce"}
|
| 12 |
+
{"id": "3096", "text": "Спортшы проблемалары көп", "label": "negative", "source": "manual", "domain": "sports"}
|
| 13 |
+
{"id": "7451", "text": "Сериал қабылдай алмадым", "label": "very_negative", "source": "manual", "domain": "entertainment"}
|
| 14 |
+
{"id": "893", "text": "Беттер жағымсыз", "label": "negative", "source": "crowdsourced", "domain": "books"}
|
| 15 |
+
{"id": "3238", "text": "Тексеру өте нашар", "label": "very_negative", "source": "manual", "domain": "healthcare"}
|
| 16 |
+
{"id": "7373", "text": "Жеткізу күткеніме сай келмеді", "label": "negative", "source": "synthetic", "domain": "commerce"}
|
| 17 |
+
{"id": "2016", "text": "Ас жай ғана", "label": "neutral", "source": "manual", "domain": "restaurants"}
|
| 18 |
+
{"id": "2478", "text": "Фильм жақсы", "label": "positive", "source": "synthetic", "domain": "entertainment"}
|
| 19 |
+
{"id": "239", "text": "Автобус күтілгендей", "label": "neutral", "source": "crowdsourced", "domain": "transport"}
|
| 20 |
+
{"id": "3022", "text": "Мәзір жай ғана", "label": "neutral", "source": "manual", "domain": "restaurants"}
|
| 21 |
+
{"id": "2118", "text": "Роман өте сапалы", "label": "very_positive", "source": "crowdsourced", "domain": "books"}
|
| 22 |
+
{"id": "8381", "text": "Команда кемшіліктері бар", "label": "negative", "source": "crowdsourced", "domain": "sports"}
|
| 23 |
+
{"id": "554", "text": "Мәзір риза қалдым", "label": "positive", "source": "synthetic", "domain": "restaurants"}
|
| 24 |
+
{"id": "68", "text": "Материал толық қанағаттандырмады", "label": "very_negative", "source": "synthetic", "domain": "education"}
|
| 25 |
+
{"id": "432", "text": "Автобус дұрыс болды", "label": "positive", "source": "crowdsourced", "domain": "transport"}
|
| 26 |
+
{"id": "3250", "text": "Мәзір өте керемет екен", "label": "very_positive", "source": "synthetic", "domain": "restaurants"}
|
| 27 |
+
{"id": "3991", "text": "Беттер толық қанағаттандырмады", "label": "very_negative", "source": "synthetic", "domain": "books"}
|
| 28 |
+
{"id": "4213", "text": "Тексеру тамаша деңгейде", "label": "very_positive", "source": "synthetic", "domain": "healthcare"}
|
| 29 |
+
{"id": "1123", "text": "Дизайн стандартты", "label": "neutral", "source": "crowdsourced", "domain": "products"}
|
| 30 |
+
{"id": "1481", "text": "Жарыс өзіне тартады", "label": "positive", "source": "manual", "domain": "sports"}
|
| 31 |
+
{"id": "420", "text": "Функционалдық қанағаттандырмады", "label": "negative", "source": "crowdsourced", "domain": "products"}
|
| 32 |
+
{"id": "5339", "text": "Тапсырма өте сапалы", "label": "very_positive", "source": "manual", "domain": "education"}
|
| 33 |
+
{"id": "4553", "text": "Шоу бойынша еш айтпағым жоқ", "label": "very_positive", "source": "manual", "domain": "entertainment"}
|
| 34 |
+
{"id": "2279", "text": "Персонал қарапайым", "label": "neutral", "source": "synthetic", "domain": "hotels"}
|
| 35 |
+
{"id": "1759", "text": "Мен Орындаудан қатты риза болдым", "label": "very_positive", "source": "synthetic", "domain": "services"}
|
| 36 |
+
{"id": "430", "text": "Автор ешқандай нәтижесі жоқ", "label": "very_negative", "source": "manual", "domain": "books"}
|
| 37 |
+
{"id": "278", "text": "Такси бойынша еш айтпағым жоқ", "label": "very_positive", "source": "synthetic", "domain": "transport"}
|
| 38 |
+
{"id": "2141", "text": "Материал қанағаттанарл��қ", "label": "positive", "source": "manual", "domain": "products"}
|
| 39 |
+
{"id": "6843", "text": "Ойын өте нашар", "label": "very_negative", "source": "synthetic", "domain": "sports"}
|
| 40 |
+
{"id": "1724", "text": "Сапа деңгейі орташа", "label": "neutral", "source": "synthetic", "domain": "products"}
|
| 41 |
+
{"id": "4506", "text": "Қозғалыс күткеніме сай келмеді", "label": "negative", "source": "crowdsourced", "domain": "transport"}
|
| 42 |
+
{"id": "2105", "text": "Орындау қалыпты", "label": "neutral", "source": "crowdsourced", "domain": "services"}
|
| 43 |
+
{"id": "2765", "text": "Такси сапасыз", "label": "negative", "source": "crowdsourced", "domain": "transport"}
|
| 44 |
+
{"id": "299", "text": "Жаттығу бойынша еш айтпағым жоқ", "label": "very_positive", "source": "crowdsourced", "domain": "sports"}
|
| 45 |
+
{"id": "4617", "text": "Фильм өте әлсіз", "label": "very_negative", "source": "synthetic", "domain": "entertainment"}
|
| 46 |
+
{"id": "1756", "text": "Ақша сапасыз", "label": "negative", "source": "synthetic", "domain": "commerce"}
|
| 47 |
+
{"id": "2873", "text": "Өнім ешқандай нәтижесі кереметті", "label": "very_positive", "source": "crowdsourced", "domain": "products"}
|
| 48 |
+
{"id": "210", "text": "Диагноз өте керемет екен", "label": "very_positive", "source": "crowdsourced", "domain": "healthcare"}
|
| 49 |
+
{"id": "5971", "text": "Шоу толық қанағаттандырмады", "label": "very_negative", "source": "manual", "domain": "entertainment"}
|
| 50 |
+
{"id": "3923", "text": "Тапсырыс деп пікірдегіден асып кетті", "label": "very_positive", "source": "synthetic", "domain": "commerce"}
|
| 51 |
+
{"id": "785", "text": "Ақша қорқынышты", "label": "very_negative", "source": "crowdsourced", "domain": "commerce"}
|
| 52 |
+
{"id": "4509", "text": "Тексеру қарапайым", "label": "neutral", "source": "synthetic", "domain": "healthcare"}
|
| 53 |
+
{"id": "3694", "text": "Режиссер жағымсыз", "label": "negative", "source": "synthetic", "domain": "entertainment"}
|
| 54 |
+
{"id": "4131", "text": "Сервис өте жақсы болды", "label": "very_positive", "source": "crowdsourced", "domain": "services"}
|
| 55 |
+
{"id": "967", "text": "Жеткізу қарапайым", "label": "neutral", "source": "crowdsourced", "domain": "commerce"}
|
| 56 |
+
{"id": "1568", "text": "Навигация жай ғана", "label": "neutral", "source": "synthetic", "domain": "apps"}
|
| 57 |
+
{"id": "717", "text": "Менеджер жақсы", "label": "positive", "source": "synthetic", "domain": "services"}
|
| 58 |
+
{"id": "860", "text": "Спорт көңілден шықпады", "label": "negative", "source": "manual", "domain": "sports"}
|
| 59 |
+
{"id": "2947", "text": "Сабақ өте жақсы болды", "label": "very_positive", "source": "manual", "domain": "education"}
|
| 60 |
+
{"id": "2515", "text": "Тапсырыс жөн саналады", "label": "positive", "source": "synthetic", "domain": "commerce"}
|
| 61 |
+
{"id": "3568", "text": "Актер сапасыз", "label": "negative", "source": "manual", "domain": "entertainment"}
|
| 62 |
+
{"id": "3138", "text": "Дәрігер көңілімнен шықты", "label": "positive", "source": "crowdsourced", "domain": "healthcare"}
|
| 63 |
+
{"id": "96", "text": "Жаттығу риза қалдым", "label": "positive", "source": "synthetic", "domain": "sports"}
|
| 64 |
+
{"id": "417", "text": "Дәрігер өте керемет екен", "label": "very_positive", "source": "synthetic", "domain": "healthcare"}
|
| 65 |
+
{"id": "1219", "text": "Спецэффектілер тамаша", "label": "very_positive", "source": "synthetic", "domain": "entertainment"}
|
| 66 |
+
{"id": "4757", "text": "Мен Жайлылықдан қатты риза болдым", "label": "very_positive", "source": "manual", "domain": "hotels"}
|
| 67 |
+
{"id": "695", "text": "Бағасы өте әлсіз", "label": "very_negative", "source": "crowdsourced", "domain": "commerce"}
|
| 68 |
+
{"id": "2953", "text": "Жайлылық деңгейі орташа", "label": "neutral", "source": "synthetic", "domain": "hotels"}
|
| 69 |
+
{"id": "3169", "text": "Мұғалім өзіне тартады", "label": "positive", "source": "manual", "domain": "education"}
|
| 70 |
+
{"id": "8217", "text": "Беттер қабылдай алмадым", "label": "very_negative", "source": "crowdsourced", "domain": "books"}
|
| 71 |
+
{"id": "6182", "text": "Сабақ орташа деңгейде", "label": "neutral", "source": "crowdsourced", "domain": "education"}
|
| 72 |
+
{"id": "636", "text": "Функционалдық толық қанағаттандырмады", "label": "very_negative", "source": "manual", "domain": "products"}
|
| 73 |
+
{"id": "1471", "text": "Беттер жөн саналады", "label": "positive", "source": "crowdsourced", "domain": "books"}
|
| 74 |
+
{"id": "241", "text": "Асхана көңілден шықпады", "label": "negative", "source": "synthetic", "domain": "restaurants"}
|
| 75 |
+
{"id": "2907", "text": "Мәзір жақсы", "label": "positive", "source": "crowdsourced", "domain": "restaurants"}
|
| 76 |
+
{"id": "4607", "text": "Мен Фильмдан қатты риза болдым", "label": "very_positive", "source": "manual", "domain": "entertainment"}
|
| 77 |
+
{"id": "1198", "text": "Такси деп пікірдегіден асып кетті", "label": "very_positive", "source": "crowdsourced", "domain": "transport"}
|
| 78 |
+
{"id": "1949", "text": "Навигация сапасыз", "label": "negative", "source": "crowdsourced", "domain": "apps"}
|
| 79 |
+
{"id": "825", "text": "Автор орташа деңгейде", "label": "neutral", "source": "crowdsourced", "domain": "books"}
|
| 80 |
+
{"id": "608", "text": "Көлік проблемалары көп", "label": "negative", "source": "crowdsourced", "domain": "transport"}
|
| 81 |
+
{"id": "8016", "text": "Режиссер қарапайым", "label": "neutral", "source": "manual", "domain": "entertainment"}
|
| 82 |
+
{"id": "2083", "text": "Дәрігер жағымсыз", "label": "negative", "source": "manual", "domain": "healthcare"}
|
| 83 |
+
{"id": "8693", "text": "Фильм қабылдай алмадым", "label": "very_negative", "source": "crowdsourced", "domain": "entertainment"}
|
| 84 |
+
{"id": "4429", "text": "Автор өкінішке қалдырды", "label": "very_negative", "source": "synthetic", "domain": "books"}
|
| 85 |
+
{"id": "7963", "text": "Білім қалыпты", "label": "neutral", "source": "manual", "domain": "education"}
|
| 86 |
+
{"id": "4738", "text": "Навигация қанағаттандырмады", "label": "negative", "source": "synthetic", "domain": "apps"}
|
| 87 |
+
{"id": "370", "text": "Мен Персоналдан қатты риза болдым", "label": "very_positive", "source": "crowdsourced", "domain": "hotels"}
|
| 88 |
+
{"id": "135", "text": "Қонақүй проблемалары көп", "label": "negative", "source": "crowdsourced", "domain": "hotels"}
|
| 89 |
+
{"id": "88", "text": "Тапсырыс нашар емес", "label": "positive", "source": "crowdsourced", "domain": "commerce"}
|
| 90 |
+
{"id": "2357", "text": "Жолаушы тамаша деңгейде", "label": "very_positive", "source": "crowdsourced", "domain": "transport"}
|
| 91 |
+
{"id": "1866", "text": "Білім әлсіз", "label": "negative", "source": "synthetic", "domain": "education"}
|
| 92 |
+
{"id": "906", "text": "Бөлме өзіне тартады", "label": "positive", "source": "crowdsourced", "domain": "hotels"}
|
| 93 |
+
{"id": "1929", "text": "Өнім әлсіз", "label": "negative", "source": "manual", "domain": "products"}
|
| 94 |
+
{"id": "4667", "text": "Емхана ерекше емес", "label": "neutral", "source": "crowdsourced", "domain": "healthcare"}
|
| 95 |
+
{"id": "9457", "text": "Пайдалану көңіл көншітпейді", "label": "very_negative", "source": "manual", "domain": "products"}
|
| 96 |
+
{"id": "5317", "text": "Емхана қалыпты", "label": "neutral", "source": "manual", "domain": "healthcare"}
|
| 97 |
+
{"id": "2291", "text": "Жолаушы ешқандай нәтижесі кереметті", "label": "very_positive", "source": "manual", "domain": "transport"}
|
| 98 |
+
{"id": "4338", "text": "Білім деңгейі орташа", "label": "neutral", "source": "crowdsourced", "domain": "education"}
|
| 99 |
+
{"id": "7994", "text": "Қозғалыс қанағаттандырмады", "label": "negative", "source": "synthetic", "domain": "transport"}
|
| 100 |
+
{"id": "880", "text": "Режиссер ешқандай нәтижесі кереметті", "label": "very_positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 101 |
+
{"id": "3848", "text": "Сабақ жақсы", "label": "positive", "source": "crowdsourced", "domain": "education"}
|
| 102 |
+
{"id": "17", "text": "Көлік бойынша еш айтпағым жоқ", "label": "very_positive", "source": "crowdsourced", "domain": "transport"}
|
| 103 |
+
{"id": "3505", "text": "Мен Науқасдан қатты риза болдым", "label": "very_positive", "source": "crowdsourced", "domain": "healthcare"}
|
| 104 |
+
{"id": "664", "text": "Команда тамаша деңгейде", "label": "very_positive", "source": "manual", "domain": "sports"}
|
| 105 |
+
{"id": "34", "text": "Емхана деңгейі орташа", "label": "neutral", "source": "synthetic", "domain": "healthcare"}
|
| 106 |
+
{"id": "363", "text": "Диагноз ерекше емес", "label": "neutral", "source": "synthetic", "domain": "healthcare"}
|
| 107 |
+
{"id": "6899", "text": "Ойын ерекше емес", "label": "neutral", "source": "synthetic", "domain": "sports"}
|
| 108 |
+
{"id": "765", "text": "Мұғалім ерекше ұнады", "label": "very_positive", "source": "manual", "domain": "education"}
|
| 109 |
+
{"id": "4614", "text": "Тауар қарапайым", "label": "neutral", "source": "manual", "domain": "commerce"}
|
| 110 |
+
{"id": "8879", "text": "Команда орташа деңгейде", "label": "neutral", "source": "manual", "domain": "sports"}
|
| 111 |
+
{"id": "3433", "text": "Функционалдық жағымсыз", "label": "negative", "source": "synthetic", "domain": "products"}
|
| 112 |
+
{"id": "678", "text": "Автор жөн саналады", "label": "positive", "source": "manual", "domain": "books"}
|
| 113 |
+
{"id": "12", "text": "Ж��йлылық ұнамады", "label": "negative", "source": "synthetic", "domain": "hotels"}
|
| 114 |
+
{"id": "1864", "text": "Мәзір өкінішке қалдырды", "label": "very_negative", "source": "crowdsourced", "domain": "restaurants"}
|
| 115 |
+
{"id": "5790", "text": "Навигация ұнады", "label": "positive", "source": "manual", "domain": "apps"}
|
| 116 |
+
{"id": "2184", "text": "Тапсырма өте нашар", "label": "very_negative", "source": "crowdsourced", "domain": "education"}
|
| 117 |
+
{"id": "2138", "text": "Функция ештеңе айтарлық емес", "label": "neutral", "source": "synthetic", "domain": "apps"}
|
| 118 |
+
{"id": "2768", "text": "Қызмет ешқандай нәтижесі жоқ", "label": "very_negative", "source": "synthetic", "domain": "services"}
|
| 119 |
+
{"id": "1880", "text": "Сабақ нашар", "label": "negative", "source": "crowdsourced", "domain": "education"}
|
| 120 |
+
{"id": "7784", "text": "Бөлме өкінішке қалдырды", "label": "very_negative", "source": "crowdsourced", "domain": "hotels"}
|
| 121 |
+
{"id": "1429", "text": "Навигация жағымсыз", "label": "negative", "source": "synthetic", "domain": "apps"}
|
| 122 |
+
{"id": "5386", "text": "Персонал қабылдай алмадым", "label": "very_negative", "source": "crowdsourced", "domain": "hotels"}
|
| 123 |
+
{"id": "2860", "text": "Автор қорқынышты", "label": "very_negative", "source": "manual", "domain": "books"}
|
| 124 |
+
{"id": "521", "text": "Функция жай ғана", "label": "neutral", "source": "synthetic", "domain": "apps"}
|
| 125 |
+
{"id": "5817", "text": "Қолданба тамаша деңгейде", "label": "very_positive", "source": "crowdsourced", "domain": "apps"}
|
| 126 |
+
{"id": "452", "text": "Сапа толық қанағаттандырмады", "label": "very_negative", "source": "manual", "domain": "products"}
|
| 127 |
+
{"id": "3768", "text": "Оқырман өзіне тартады", "label": "positive", "source": "manual", "domain": "books"}
|
| 128 |
+
{"id": "516", "text": "Сериал риза қалдым", "label": "positive", "source": "synthetic", "domain": "entertainment"}
|
| 129 |
+
{"id": "1564", "text": "Дүкен орташа деңгейде", "label": "neutral", "source": "synthetic", "domain": "commerce"}
|
| 130 |
+
{"id": "8754", "text": "Сюжет бойынша еш айтпағым жоқ", "label": "very_positive", "source": "synthetic", "domain": "books"}
|
| 131 |
+
{"id": "3163", "text": "Қызмет көңілден шықпады", "label": "negative", "source": "manual", "domain": "services"}
|
| 132 |
+
{"id": "1887", "text": "Роман ерекше емес", "label": "neutral", "source": "synthetic", "domain": "books"}
|
| 133 |
+
{"id": "7492", "text": "Жолаушы көңілден шықпады", "label": "negative", "source": "synthetic", "domain": "transport"}
|
| 134 |
+
{"id": "5621", "text": "Сериал дұрыс болды", "label": "positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 135 |
+
{"id": "629", "text": "Дәм риза қалдым", "label": "positive", "source": "manual", "domain": "restaurants"}
|
| 136 |
+
{"id": "3892", "text": "Тағам ең нашар", "label": "very_negative", "source": "crowdsourced", "domain": "restaurants"}
|
| 137 |
+
{"id": "1502", "text": "Оқу ұнады", "label": "positive", "source": "manual", "domain": "education"}
|
| 138 |
+
{"id": "2743", "text": "Бөлме кемшіліктері бар", "label": "negative", "source": "synthetic", "domain": "hotels"}
|
| 139 |
+
{"id": "3026", "text": "Жаңарту стандартты", "label": "neutral", "source": "manual", "domain": "apps"}
|
| 140 |
+
{"id": "315", "text": "Музыка шынымен керемет", "label": "very_positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 141 |
+
{"id": "4317", "text": "Персонал шынымен керемет", "label": "very_positive", "source": "manual", "domain": "hotels"}
|
| 142 |
+
{"id": "347", "text": "Көлік жағымды", "label": "positive", "source": "synthetic", "domain": "transport"}
|
| 143 |
+
{"id": "480", "text": "Емхана стандартты", "label": "neutral", "source": "synthetic", "domain": "healthcare"}
|
| 144 |
+
{"id": "358", "text": "Дәм қанағаттанарлық", "label": "positive", "source": "manual", "domain": "restaurants"}
|
| 145 |
+
{"id": "1274", "text": "Бағасы ұнамады", "label": "negative", "source": "manual", "domain": "commerce"}
|
| 146 |
+
{"id": "394", "text": "Дизайн көңілімнен шықты", "label": "positive", "source": "crowdsourced", "domain": "products"}
|
| 147 |
+
{"id": "788", "text": "Білім әдеттегідей", "label": "neutral", "source": "manual", "domain": "education"}
|
| 148 |
+
{"id": "2057", "text": "Бөлме әлсіз", "label": "negative", "source": "synthetic", "domain": "hotels"}
|
| 149 |
+
{"id": "57", "text": "Дәрігер жөн саналады", "label": "positive", "source": "manual", "domain": "healthcare"}
|
| 150 |
+
{"id": "6875", "text": "Асхана ұнамады", "label": "negative", "source": "manual", "domain": "restaurants"}
|
| 151 |
+
{"id": "3733", "text": "Дәрігер проблемалары көп", "label": "negative", "source": "manual", "domain": "healthcare"}
|
| 152 |
+
{"id": "305", "text": "Мен Романдан қатты риза болдым", "label": "very_positive", "source": "manual", "domain": "books"}
|
| 153 |
+
{"id": "3395", "text": "Мен Ақшадан қатты риза болдым", "label": "very_positive", "source": "crowdsourced", "domain": "commerce"}
|
| 154 |
+
{"id": "4597", "text": "Материал нашар", "label": "negative", "source": "manual", "domain": "education"}
|
| 155 |
+
{"id": "105", "text": "Жарыс әдеттегідей", "label": "neutral", "source": "manual", "domain": "sports"}
|
| 156 |
+
{"id": "6082", "text": "Науқас сапасыз", "label": "negative", "source": "crowdsourced", "domain": "healthcare"}
|
| 157 |
+
{"id": "2450", "text": "Бөлме қорқынышты", "label": "very_negative", "source": "synthetic", "domain": "hotels"}
|
| 158 |
+
{"id": "4661", "text": "Мұғалім өкінішке қалдырды", "label": "very_negative", "source": "crowdsourced", "domain": "education"}
|
| 159 |
+
{"id": "1393", "text": "Маршрут тамаша деңгейде", "label": "very_positive", "source": "crowdsourced", "domain": "transport"}
|
| 160 |
+
{"id": "637", "text": "Қызмет дұрыс болды", "label": "positive", "source": "synthetic", "domain": "hotels"}
|
| 161 |
+
{"id": "3596", "text": "Тексеру риза қалдым", "label": "positive", "source": "manual", "domain": "healthcare"}
|
| 162 |
+
{"id": "4655", "text": "Курс жағымды", "label": "positive", "source": "crowdsourced", "domain": "education"}
|
| 163 |
+
{"id": "6023", "text": "Интерфейс риза қалдым", "label": "positive", "source": "crowdsourced", "domain": "apps"}
|
| 164 |
+
{"id": "338", "text": "Тауар нашар", "label": "negative", "source": "manual", "domain": "commerce"}
|
| 165 |
+
{"id": "1791", "text": "Ақша ең нашар", "label": "very_negative", "source": "crowdsourced", "domain": "commerce"}
|
| 166 |
+
{"id": "1145", "text": "Роман көңілімнен шықты", "label": "positive", "source": "crowdsourced", "domain": "books"}
|
| 167 |
+
{"id": "2667", "text": "Сюжет қанағаттандырмады", "label": "negative", "source": "synthetic", "domain": "books"}
|
| 168 |
+
{"id": "3922", "text": "Сабақ ұнады", "label": "positive", "source": "synthetic", "domain": "education"}
|
| 169 |
+
{"id": "2674", "text": "Жаңарту ұнады", "label": "positive", "source": "manual", "domain": "apps"}
|
| 170 |
+
{"id": "4935", "text": "Автобус ештеңе айтарлық емес", "label": "neutral", "source": "crowdsourced", "domain": "transport"}
|
| 171 |
+
{"id": "2851", "text": "Мұғалім күтілгендей", "label": "neutral", "source": "manual", "domain": "education"}
|
| 172 |
+
{"id": "3575", "text": "Ойын сапасыз", "label": "negative", "source": "crowdsourced", "domain": "sports"}
|
| 173 |
+
{"id": "2018", "text": "Жарыс өте әлсіз", "label": "very_negative", "source": "manual", "domain": "sports"}
|
| 174 |
+
{"id": "1242", "text": "Роман жақсы", "label": "positive", "source": "crowdsourced", "domain": "books"}
|
| 175 |
+
{"id": "3161", "text": "Роман өте әлсіз", "label": "very_negative", "source": "manual", "domain": "books"}
|
| 176 |
+
{"id": "7038", "text": "Шоу жөн саналады", "label": "positive", "source": "synthetic", "domain": "entertainment"}
|
| 177 |
+
{"id": "2140", "text": "Курс риза қалдым", "label": "positive", "source": "crowdsourced", "domain": "education"}
|
| 178 |
+
{"id": "155", "text": "Тексеру орташа деңгейде", "label": "neutral", "source": "crowdsourced", "domain": "healthcare"}
|
| 179 |
+
{"id": "8666", "text": "Тағам бойынша еш айтпағым жоқ", "label": "very_positive", "source": "manual", "domain": "restaurants"}
|
| 180 |
+
{"id": "3920", "text": "Тексеру деңгейі орташа", "label": "neutral", "source": "manual", "domain": "healthcare"}
|
| 181 |
+
{"id": "7123", "text": "Орындау стандартты", "label": "neutral", "source": "manual", "domain": "services"}
|
| 182 |
+
{"id": "3949", "text": "Тауар қабылдай алмадым", "label": "very_negative", "source": "crowdsourced", "domain": "commerce"}
|
| 183 |
+
{"id": "1528", "text": "Қолдау қорқынышты", "label": "very_negative", "source": "manual", "domain": "services"}
|
| 184 |
+
{"id": "786", "text": "Маршрут деңгейі орташа", "label": "neutral", "source": "synthetic", "domain": "transport"}
|
| 185 |
+
{"id": "285", "text": "Ешнәрсе жұмыс істемейді", "label": "very_negative", "source": "manual", "domain": "apps"}
|
| 186 |
+
{"id": "2165", "text": "Жайлылық кемшіліктері бар", "label": "negative", "source": "synthetic", "domain": "hotels"}
|
| 187 |
+
{"id": "3247", "text": "Шоу өте сапалы", "label": "very_positive", "source": "synthetic", "domain": "entertainment"}
|
| 188 |
+
{"id": "9449", "text": "Қолдау әлсіз", "label": "negative", "source": "crowdsourced", "domain": "services"}
|
| 189 |
+
{"id": "5520", "text": "Кино күткеніме сай келмеді", "label": "negative", "source": "synthetic", "domain": "entertainment"}
|
| 190 |
+
{"id": "189", "text": "Сервис риза қалдым", "label": "positive", "source": "manual", "domain": "services"}
|
| 191 |
+
{"id": "4", "text": "Реж��ссер риза қалдым", "label": "positive", "source": "synthetic", "domain": "entertainment"}
|
| 192 |
+
{"id": "7300", "text": "Қолдау деңгейі орташа", "label": "neutral", "source": "crowdsourced", "domain": "services"}
|
| 193 |
+
{"id": "4671", "text": "Қонақүй көңілден шықпады", "label": "negative", "source": "manual", "domain": "hotels"}
|
| 194 |
+
{"id": "7016", "text": "Спортшы ешқандай нәтижесі жоқ", "label": "very_negative", "source": "crowdsourced", "domain": "sports"}
|
| 195 |
+
{"id": "6935", "text": "Мәзір қанағаттандырмады", "label": "negative", "source": "manual", "domain": "restaurants"}
|
| 196 |
+
{"id": "3501", "text": "Режиссер көңілімнен шықты", "label": "positive", "source": "manual", "domain": "entertainment"}
|
| 197 |
+
{"id": "1915", "text": "Тағам орташа деңгейде", "label": "neutral", "source": "synthetic", "domain": "restaurants"}
|
| 198 |
+
{"id": "150", "text": "Спорт өзіне тартады", "label": "positive", "source": "crowdsourced", "domain": "sports"}
|
| 199 |
+
{"id": "272", "text": "Оқу мүлдем ұнамады", "label": "very_negative", "source": "synthetic", "domain": "education"}
|
| 200 |
+
{"id": "9298", "text": "Дәм жай ғана", "label": "neutral", "source": "synthetic", "domain": "restaurants"}
|
| 201 |
+
{"id": "67", "text": "Сатып алу дұрыс болды", "label": "positive", "source": "manual", "domain": "commerce"}
|
| 202 |
+
{"id": "8977", "text": "Қонақүй өте жақсы болды", "label": "very_positive", "source": "crowdsourced", "domain": "hotels"}
|
| 203 |
+
{"id": "1772", "text": "Материал күтілгендей", "label": "neutral", "source": "synthetic", "domain": "products"}
|
| 204 |
+
{"id": "373", "text": "Кітап дұрыс болды", "label": "positive", "source": "crowdsourced", "domain": "books"}
|
| 205 |
+
{"id": "5070", "text": "Ем өте сапалы", "label": "very_positive", "source": "synthetic", "domain": "healthcare"}
|
| 206 |
+
{"id": "3269", "text": "Сервис көңілден шықпады", "label": "negative", "source": "crowdsourced", "domain": "services"}
|
| 207 |
+
{"id": "6037", "text": "Актер тамаша деңгейде", "label": "very_positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 208 |
+
{"id": "3457", "text": "Команда өкінішке қалдырды", "label": "very_negative", "source": "crowdsourced", "domain": "sports"}
|
| 209 |
+
{"id": "1232", "text": "Қолдау ұнамады", "label": "negative", "source": "crowdsourced", "domain": "services"}
|
| 210 |
+
{"id": "7530", "text": "Науқас ешқандай нәтижесі кереметті", "label": "very_positive", "source": "manual", "domain": "healthcare"}
|
| 211 |
+
{"id": "3057", "text": "Жайлылық қанағаттандырмады", "label": "negative", "source": "manual", "domain": "hotels"}
|
| 212 |
+
{"id": "7089", "text": "Жайлылық өте нашар", "label": "very_negative", "source": "synthetic", "domain": "hotels"}
|
| 213 |
+
{"id": "3589", "text": "Интерфейс күтілгендей", "label": "neutral", "source": "manual", "domain": "apps"}
|
| 214 |
+
{"id": "385", "text": "Жаттығу деп пікірдегіден асып кетті", "label": "very_positive", "source": "crowdsourced", "domain": "sports"}
|
| 215 |
+
{"id": "4682", "text": "Тазалық риза қалдым", "label": "positive", "source": "crowdsourced", "domain": "hotels"}
|
| 216 |
+
{"id": "5264", "text": "Кино қанағаттанарлық", "label": "positive", "source": "manual", "domain": "entertainment"}
|
| 217 |
+
{"id": "6527", "text": "Режиссер өзіне тартады", "label": "positive", "source": "synthetic", "domain": "entertainment"}
|
| 218 |
+
{"id": "5423", "text": "Менеджер риза қалдым", "label": "positive", "source": "crowdsourced", "domain": "services"}
|
| 219 |
+
{"id": "1939", "text": "Жауап көңілімнен шықты", "label": "positive", "source": "synthetic", "domain": "services"}
|
| 220 |
+
{"id": "118", "text": "Спортшы тамаша деңгейде", "label": "very_positive", "source": "crowdsourced", "domain": "sports"}
|
| 221 |
+
{"id": "1157", "text": "Жаттығу ұнады", "label": "positive", "source": "synthetic", "domain": "sports"}
|
| 222 |
+
{"id": "561", "text": "Материал мүлдем ұнамады", "label": "very_negative", "source": "manual", "domain": "products"}
|
| 223 |
+
{"id": "5025", "text": "Мейрамхана өте сапалы", "label": "very_positive", "source": "manual", "domain": "restaurants"}
|
| 224 |
+
{"id": "2014", "text": "Бағдарлама ерекше емес", "label": "neutral", "source": "crowdsourced", "domain": "apps"}
|
| 225 |
+
{"id": "4666", "text": "Интерфейс өте жақсы болды", "label": "very_positive", "source": "synthetic", "domain": "apps"}
|
| 226 |
+
{"id": "2828", "text": "Кітап нашар емес", "label": "positive", "source": "crowdsourced", "domain": "books"}
|
| 227 |
+
{"id": "5251", "text": "Оқырман шынымен керемет", "label": "very_positive", "source": "synthetic", "domain": "books"}
|
| 228 |
+
{"id": "387", "text": "Дизайн нашар", "label": "negative", "source": "manual", "domain": "apps"}
|
| 229 |
+
{"id": "1179", "text": "Беттер нашар", "label": "negative", "source": "manual", "domain": "books"}
|
| 230 |
+
{"id": "5848", "text": "Жаңарту кемшіліктері бар", "label": "negative", "source": "manual", "domain": "apps"}
|
| 231 |
+
{"id": "5455", "text": "Оқырман қанағаттандырмады", "label": "negative", "source": "crowdsourced", "domain": "books"}
|
| 232 |
+
{"id": "599", "text": "Маршрут ешқандай нәтижесі кереметті", "label": "very_positive", "source": "synthetic", "domain": "transport"}
|
| 233 |
+
{"id": "3218", "text": "Сериал шынымен керемет", "label": "very_positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 234 |
+
{"id": "603", "text": "Жаңарту қабылдай алмадым", "label": "very_negative", "source": "manual", "domain": "apps"}
|
| 235 |
+
{"id": "1253", "text": "Курс жай ғана", "label": "neutral", "source": "synthetic", "domain": "education"}
|
| 236 |
+
{"id": "4149", "text": "Тазалық стандартты", "label": "neutral", "source": "crowdsourced", "domain": "hotels"}
|
| 237 |
+
{"id": "1382", "text": "Жаттығу ұнамады", "label": "negative", "source": "manual", "domain": "sports"}
|
| 238 |
+
{"id": "878", "text": "Тексеру қанағаттандырмады", "label": "negative", "source": "manual", "domain": "healthcare"}
|
| 239 |
+
{"id": "1971", "text": "Пайдалану жөн саналады", "label": "positive", "source": "manual", "domain": "products"}
|
| 240 |
+
{"id": "1008", "text": "Дүкен сапасыз", "label": "negative", "source": "crowdsourced", "domain": "commerce"}
|
| 241 |
+
{"id": "7177", "text": "Жаттығу өкінішке қалдырды", "label": "very_negative", "source": "synthetic", "domain": "sports"}
|
| 242 |
+
{"id": "35", "text": "Өнім сапасыз", "label": "negative", "source": "crowdsourced", "domain": "products"}
|
| 243 |
+
{"id": "716", "text": "Такси кемшіліктері бар", "label": "negative", "source": "synthetic", "domain": "transport"}
|
| 244 |
+
{"id": "6470", "text": "Мен Сатып алудан қатты риза болдым", "label": "very_positive", "source": "manual", "domain": "commerce"}
|
| 245 |
+
{"id": "1769", "text": "Бөлме жай ғана", "label": "neutral", "source": "crowdsourced", "domain": "hotels"}
|
| 246 |
+
{"id": "29", "text": "Дизайн орташа деңгейде", "label": "neutral", "source": "manual", "domain": "apps"}
|
| 247 |
+
{"id": "1122", "text": "Концерт дұрыс болды", "label": "positive", "source": "manual", "domain": "entertainment"}
|
| 248 |
+
{"id": "2232", "text": "Жарыс дұрыс болды", "label": "positive", "source": "crowdsourced", "domain": "sports"}
|
| 249 |
+
{"id": "9193", "text": "Навигация ерекше емес", "label": "neutral", "source": "crowdsourced", "domain": "apps"}
|
| 250 |
+
{"id": "570", "text": "Пайдалану тамаша деңгейде", "label": "very_positive", "source": "manual", "domain": "products"}
|
| 251 |
+
{"id": "1155", "text": "Маршрут көңілден шықпады", "label": "negative", "source": "synthetic", "domain": "transport"}
|
| 252 |
+
{"id": "1030", "text": "Емхана орташа деңгейде", "label": "neutral", "source": "crowdsourced", "domain": "healthcare"}
|
| 253 |
+
{"id": "3179", "text": "Білім мүлдем ұнамады", "label": "very_negative", "source": "synthetic", "domain": "education"}
|
| 254 |
+
{"id": "183", "text": "Стандартты функционал", "label": "neutral", "source": "manual", "domain": "apps"}
|
| 255 |
+
{"id": "1858", "text": "Мейрамхана жағымсыз", "label": "negative", "source": "synthetic", "domain": "restaurants"}
|
| 256 |
+
{"id": "6006", "text": "Персонал кемшіліктері бар", "label": "negative", "source": "synthetic", "domain": "hotels"}
|
| 257 |
+
{"id": "4115", "text": "Қолданба нашар", "label": "negative", "source": "synthetic", "domain": "apps"}
|
| 258 |
+
{"id": "5456", "text": "Асхана ешқандай нәтижесі кереметті", "label": "very_positive", "source": "crowdsourced", "domain": "restaurants"}
|
| 259 |
+
{"id": "2331", "text": "Мейрамхана дұрыс болды", "label": "positive", "source": "synthetic", "domain": "restaurants"}
|
| 260 |
+
{"id": "1087", "text": "Орындау көңілімнен шықты", "label": "positive", "source": "manual", "domain": "services"}
|
| 261 |
+
{"id": "1235", "text": "Тапсырма мүлдем ұнамады", "label": "very_negative", "source": "synthetic", "domain": "education"}
|
| 262 |
+
{"id": "2462", "text": "Курс стандартты", "label": "neutral", "source": "crowdsourced", "domain": "education"}
|
| 263 |
+
{"id": "4383", "text": "Диагноз тамаша деңгейде", "label": "very_positive", "source": "manual", "domain": "healthcare"}
|
| 264 |
+
{"id": "2555", "text": "Дәрігер бойынша еш айтпағым жоқ", "label": "very_positive", "source": "crowdsourced", "domain": "healthcare"}
|
| 265 |
+
{"id": "680", "text": "Навигация қанағаттанарлық", "label": "positive", "source": "crowdsourced", "domain": "apps"}
|
| 266 |
+
{"id": "3141", "text": "Такси қорқынышты", "label": "very_negative", "source": "manual", "domain": "transport"}
|
| 267 |
+
{"id": "2196", "text": "Курс қалыпты", "label": "neutral", "source": "crowdsourced", "domain": "education"}
|
| 268 |
+
{"id": "2573", "text": "Фильм күткеніме сай келмеді", "label": "negative", "source": "crowdsourced", "domain": "entertainment"}
|
| 269 |
+
{"id": "1432", "text": "Көлік күткеніме сай келмеді", "label": "negative", "source": "crowdsourced", "domain": "transport"}
|
| 270 |
+
{"id": "2323", "text": "Пайдалану деп пікірдегіден асып кетті", "label": "very_positive", "source": "synthetic", "domain": "products"}
|
| 271 |
+
{"id": "1497", "text": "Бағдарлама деңгейі орташа", "label": "neutral", "source": "synthetic", "domain": "apps"}
|
| 272 |
+
{"id": "1571", "text": "Сапа нашар емес", "label": "positive", "source": "manual", "domain": "products"}
|
| 273 |
+
{"id": "1882", "text": "Сапа шынымен керемет", "label": "very_positive", "source": "manual", "domain": "products"}
|
| 274 |
+
{"id": "7165", "text": "Білім қорқынышты", "label": "very_negative", "source": "crowdsourced", "domain": "education"}
|
| 275 |
+
{"id": "2451", "text": "Бағасы нашар емес", "label": "positive", "source": "manual", "domain": "commerce"}
|
| 276 |
+
{"id": "4141", "text": "Персонал риза қалдым", "label": "positive", "source": "synthetic", "domain": "hotels"}
|
| 277 |
+
{"id": "2553", "text": "Такси өзіне тартады", "label": "positive", "source": "manual", "domain": "transport"}
|
| 278 |
+
{"id": "6321", "text": "Дүкен қабылдай алмадым", "label": "very_negative", "source": "synthetic", "domain": "commerce"}
|
| 279 |
+
{"id": "715", "text": "Жарыс проблемалары көп", "label": "negative", "source": "manual", "domain": "sports"}
|
| 280 |
+
{"id": "993", "text": "Сапа әлсіз", "label": "negative", "source": "synthetic", "domain": "products"}
|
| 281 |
+
{"id": "204", "text": "Ақша қанағаттанарлық", "label": "positive", "source": "crowdsourced", "domain": "commerce"}
|
| 282 |
+
{"id": "1611", "text": "Спортшы жай ғана", "label": "neutral", "source": "synthetic", "domain": "sports"}
|
| 283 |
+
{"id": "223", "text": "Сюжет ұнамады", "label": "negative", "source": "synthetic", "domain": "books"}
|
| 284 |
+
{"id": "1427", "text": "Режиссер шынымен керемет", "label": "very_positive", "source": "manual", "domain": "entertainment"}
|
| 285 |
+
{"id": "7025", "text": "Сериал ештеңе айтарлық емес", "label": "neutral", "source": "manual", "domain": "entertainment"}
|
| 286 |
+
{"id": "2772", "text": "Қозғалыс қорқынышты", "label": "very_negative", "source": "crowdsourced", "domain": "transport"}
|
| 287 |
+
{"id": "333", "text": "Мен Дүкендан қатты риза болдым", "label": "very_positive", "source": "synthetic", "domain": "commerce"}
|
| 288 |
+
{"id": "6770", "text": "Диагноз орташа деңгейде", "label": "neutral", "source": "crowdsourced", "domain": "healthcare"}
|
| 289 |
+
{"id": "1475", "text": "Дизайн ең нашар", "label": "very_negative", "source": "manual", "domain": "apps"}
|
| 290 |
+
{"id": "2010", "text": "Сервис тамаша деңгейде", "label": "very_positive", "source": "synthetic", "domain": "services"}
|
| 291 |
+
{"id": "3950", "text": "Команда өте әлсіз", "label": "very_negative", "source": "synthetic", "domain": "sports"}
|
| 292 |
+
{"id": "1837", "text": "Жаттығу күткеніме сай келмеді", "label": "negative", "source": "manual", "domain": "sports"}
|
| 293 |
+
{"id": "493", "text": "Тазалық көңілден шықпады", "label": "negative", "source": "manual", "domain": "hotels"}
|
| 294 |
+
{"id": "249", "text": "Тауар жағымды", "label": "positive", "source": "manual", "domain": "commerce"}
|
| 295 |
+
{"id": "1132", "text": "Жеткізу дұрыс болды", "label": "positive", "source": "synthetic", "domain": "commerce"}
|
| 296 |
+
{"id": "2688", "text": "Сервис жай ғана", "label": "neutral", "source": "synthetic", "domain": "services"}
|
| 297 |
+
{"id": "1319", "text": "Мейрамхана қалыпты", "label": "neutral", "source": "synthetic", "domain": "restaurants"}
|
| 298 |
+
{"id": "2132", "text": "Персонал өте нашар", "label": "very_negative", "source": "synthetic", "domain": "hotels"}
|
| 299 |
+
{"id": "9349", "text": "Шоу көңіл көншітпейді", "label": "very_negative", "source": "crowdsourced", "domain": "entertainment"}
|
| 300 |
+
{"id": "2461", "text": "Маршрут дұрыс болды", "label": "positive", "source": "synthetic", "domain": "transport"}
|
| 301 |
+
{"id": "1061", "text": "Диагноз ерекше ұнады", "label": "very_positive", "source": "crowdsourced", "domain": "healthcare"}
|
| 302 |
+
{"id": "3406", "text": "Бағасы деп пікірдегіден асып кетті", "label": "very_positive", "source": "crowdsourced", "domain": "commerce"}
|
| 303 |
+
{"id": "439", "text": "Мен Бағдарламадан қатты риза болдым", "label": "very_positive", "source": "manual", "domain": "apps"}
|
| 304 |
+
{"id": "789", "text": "Тапсырма т��маша деңгейде", "label": "very_positive", "source": "synthetic", "domain": "education"}
|
| 305 |
+
{"id": "1076", "text": "Жайлылық өте жақсы болды", "label": "very_positive", "source": "crowdsourced", "domain": "hotels"}
|
| 306 |
+
{"id": "1096", "text": "Мейрамхана жөн саналады", "label": "positive", "source": "manual", "domain": "restaurants"}
|
| 307 |
+
{"id": "1742", "text": "Кітап қанағаттандырмады", "label": "negative", "source": "synthetic", "domain": "books"}
|
| 308 |
+
{"id": "1720", "text": "Шоу ұнады", "label": "positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 309 |
+
{"id": "3263", "text": "Дәрігер әдеттегідей", "label": "neutral", "source": "crowdsourced", "domain": "healthcare"}
|
| 310 |
+
{"id": "368", "text": "Тексеру өте әлсіз", "label": "very_negative", "source": "synthetic", "domain": "healthcare"}
|
| 311 |
+
{"id": "2516", "text": "Кітап күткеніме сай келмеді", "label": "negative", "source": "synthetic", "domain": "books"}
|
| 312 |
+
{"id": "4207", "text": "Сервис шынымен керемет", "label": "very_positive", "source": "synthetic", "domain": "services"}
|
| 313 |
+
{"id": "1167", "text": "Ас қанағаттанарлық", "label": "positive", "source": "synthetic", "domain": "restaurants"}
|
| 314 |
+
{"id": "666", "text": "Көлік тамаша деңгейде", "label": "very_positive", "source": "synthetic", "domain": "transport"}
|
| 315 |
+
{"id": "1169", "text": "Сервис қорқынышты", "label": "very_negative", "source": "manual", "domain": "services"}
|
| 316 |
+
{"id": "5173", "text": "Сатып алу деңгейі орташа", "label": "neutral", "source": "synthetic", "domain": "commerce"}
|
| 317 |
+
{"id": "1328", "text": "Қолданба деңгейі орташа", "label": "neutral", "source": "crowdsourced", "domain": "apps"}
|
| 318 |
+
{"id": "2807", "text": "Сабақ көңілден шықпады", "label": "negative", "source": "synthetic", "domain": "education"}
|
| 319 |
+
{"id": "5916", "text": "Қолданба стандартты", "label": "neutral", "source": "manual", "domain": "apps"}
|
| 320 |
+
{"id": "4266", "text": "Білім өте керемет екен", "label": "very_positive", "source": "manual", "domain": "education"}
|
| 321 |
+
{"id": "4574", "text": "Сабақ күтілгендей", "label": "neutral", "source": "manual", "domain": "education"}
|
| 322 |
+
{"id": "8836", "text": "Сериал қалыпты", "label": "neutral", "source": "manual", "domain": "entertainment"}
|
| 323 |
+
{"id": "2855", "text": "Орындау сапасыз", "label": "negative", "source": "manual", "domain": "services"}
|
| 324 |
+
{"id": "3695", "text": "Мен Кинодан қатты риза болдым", "label": "very_positive", "source": "synthetic", "domain": "entertainment"}
|
| 325 |
+
{"id": "6391", "text": "Такси қалыпты", "label": "neutral", "source": "crowdsourced", "domain": "transport"}
|
| 326 |
+
{"id": "5644", "text": "Бөлме ұнады", "label": "positive", "source": "synthetic", "domain": "hotels"}
|
| 327 |
+
{"id": "2554", "text": "Бағасы қорқынышты", "label": "very_negative", "source": "manual", "domain": "commerce"}
|
| 328 |
+
{"id": "1367", "text": "Сатып алу өте әлсіз", "label": "very_negative", "source": "manual", "domain": "commerce"}
|
| 329 |
+
{"id": "1059", "text": "Орындау жағымсыз", "label": "negative", "source": "synthetic", "domain": "services"}
|
| 330 |
+
{"id": "1202", "text": "Жолаушы өте сапалы", "label": "very_positive", "source": "synthetic", "domain": "transport"}
|
| 331 |
+
{"id": "470", "text": "Режиссер бойынша еш айтпағым жоқ", "label": "very_positive", "source": "manual", "domain": "entertainment"}
|
| 332 |
+
{"id": "3444", "text": "Ақша ешқандай нәтижесі кереметті", "label": "very_positive", "source": "crowdsourced", "domain": "commerce"}
|
| 333 |
+
{"id": "2838", "text": "Бағасы дұрыс болды", "label": "positive", "source": "synthetic", "domain": "commerce"}
|
| 334 |
+
{"id": "8356", "text": "Сапа өте сапалы", "label": "very_positive", "source": "crowdsourced", "domain": "products"}
|
| 335 |
+
{"id": "4334", "text": "Өнім деңгейі орташа", "label": "neutral", "source": "synthetic", "domain": "products"}
|
| 336 |
+
{"id": "3215", "text": "Жайлылық көңіл көншітпейді", "label": "very_negative", "source": "synthetic", "domain": "hotels"}
|
data/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/validation.jsonl
ADDED
|
@@ -0,0 +1,328 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id": "1928", "text": "Кино деп пікірдегіден асып кетті", "label": "very_positive", "source": "manual", "domain": "entertainment"}
|
| 2 |
+
{"id": "162", "text": "Тағам ұнады", "label": "positive", "source": "crowdsourced", "domain": "restaurants"}
|
| 3 |
+
{"id": "7141", "text": "Оқырман тамаша деңгейде", "label": "very_positive", "source": "crowdsourced", "domain": "books"}
|
| 4 |
+
{"id": "2044", "text": "Кітап кемшіліктері бар", "label": "negative", "source": "synthetic", "domain": "books"}
|
| 5 |
+
{"id": "4817", "text": "Функционалдық мүлдем ұнамады", "label": "very_negative", "source": "manual", "domain": "products"}
|
| 6 |
+
{"id": "3598", "text": "Ақша ештеңе айтарлық емес", "label": "neutral", "source": "manual", "domain": "commerce"}
|
| 7 |
+
{"id": "4814", "text": "Беттер дұрыс болды", "label": "positive", "source": "synthetic", "domain": "books"}
|
| 8 |
+
{"id": "940", "text": "Жаңарту қанағаттанарлық", "label": "positive", "source": "synthetic", "domain": "apps"}
|
| 9 |
+
{"id": "4044", "text": "Автобус жағымды", "label": "positive", "source": "manual", "domain": "transport"}
|
| 10 |
+
{"id": "3330", "text": "Сатып алу қанағаттандырмады", "label": "negative", "source": "manual", "domain": "commerce"}
|
| 11 |
+
{"id": "332", "text": "Диагноз нашар емес", "label": "positive", "source": "synthetic", "domain": "healthcare"}
|
| 12 |
+
{"id": "1609", "text": "Актер нашар емес", "label": "positive", "source": "manual", "domain": "entertainment"}
|
| 13 |
+
{"id": "6559", "text": "Спорт жағымды", "label": "positive", "source": "crowdsourced", "domain": "sports"}
|
| 14 |
+
{"id": "1960", "text": "Жеткізу ұнады", "label": "positive", "source": "synthetic", "domain": "commerce"}
|
| 15 |
+
{"id": "689", "text": "Материал ешқандай нәтижесі жоқ", "label": "very_negative", "source": "manual", "domain": "education"}
|
| 16 |
+
{"id": "154", "text": "Дүкен проблемалары көп", "label": "negative", "source": "manual", "domain": "commerce"}
|
| 17 |
+
{"id": "3859", "text": "Жаңарту орташа деңгейде", "label": "neutral", "source": "manual", "domain": "apps"}
|
| 18 |
+
{"id": "3755", "text": "Қолдау нашар", "label": "negative", "source": "crowdsourced", "domain": "services"}
|
| 19 |
+
{"id": "1463", "text": "Курс ештеңе айтарлық емес", "label": "neutral", "source": "synthetic", "domain": "education"}
|
| 20 |
+
{"id": "2201", "text": "Қонақүй қалыпты", "label": "neutral", "source": "crowdsourced", "domain": "hotels"}
|
| 21 |
+
{"id": "1149", "text": "Көлік ешқандай нәтижесі жоқ", "label": "very_negative", "source": "manual", "domain": "transport"}
|
| 22 |
+
{"id": "2145", "text": "Жауап жағымсыз", "label": "negative", "source": "crowdsourced", "domain": "services"}
|
| 23 |
+
{"id": "7834", "text": "Такси өкінішке қалдырды", "label": "very_negative", "source": "crowdsourced", "domain": "transport"}
|
| 24 |
+
{"id": "641", "text": "Мейрамхана ешқандай нәтижесі кереметті", "label": "very_positive", "source": "crowdsourced", "domain": "restaurants"}
|
| 25 |
+
{"id": "1936", "text": "Роман ерекше ұнады", "label": "very_positive", "source": "crowdsourced", "domain": "books"}
|
| 26 |
+
{"id": "2567", "text": "Асхана ешқандай нәтижесі жоқ", "label": "very_negative", "source": "manual", "domain": "restaurants"}
|
| 27 |
+
{"id": "1857", "text": "Сервис жағымды", "label": "positive", "source": "manual", "domain": "services"}
|
| 28 |
+
{"id": "2625", "text": "Команда деп пікірдегіден асып кетті", "label": "very_positive", "source": "crowdsourced", "domain": "sports"}
|
| 29 |
+
{"id": "5599", "text": "Жаңарту сапасыз", "label": "negative", "source": "crowdsourced", "domain": "apps"}
|
| 30 |
+
{"id": "1822", "text": "Жаттығу қалыпты", "label": "neutral", "source": "crowdsourced", "domain": "sports"}
|
| 31 |
+
{"id": "7692", "text": "Бағдарлама сапасыз", "label": "negative", "source": "manual", "domain": "apps"}
|
| 32 |
+
{"id": "652", "text": "Интерфейс сапасыз", "label": "negative", "source": "manual", "domain": "apps"}
|
| 33 |
+
{"id": "4514", "text": "Жолаушы мүлдем ұнамады", "label": "very_negative", "source": "manual", "domain": "transport"}
|
| 34 |
+
{"id": "2858", "text": "Курс шынымен керемет", "label": "very_positive", "source": "manual", "domain": "education"}
|
| 35 |
+
{"id": "1751", "text": "Режиссер әлсіз", "label": "negative", "source": "synthetic", "domain": "entertainment"}
|
| 36 |
+
{"id": "2379", "text": "Сатып алу деп пікірдегіден асып кетті", "label": "very_positive", "source": "manual", "domain": "commerce"}
|
| 37 |
+
{"id": "5103", "text": "Автор мүлдем ұнамады", "label": "very_negative", "source": "crowdsourced", "domain": "books"}
|
| 38 |
+
{"id": "536", "text": "Ойын қорқынышты", "label": "very_negative", "source": "crowdsourced", "domain": "sports"}
|
| 39 |
+
{"id": "3634", "text": "Сапа өте жақсы болды", "label": "very_positive", "source": "manual", "domain": "products"}
|
| 40 |
+
{"id": "8958", "text": "Ас қарапайым", "label": "neutral", "source": "crowdsourced", "domain": "restaurants"}
|
| 41 |
+
{"id": "2511", "text": "Қызмет өте жақсы болды", "label": "very_positive", "source": "crowdsourced", "domain": "services"}
|
| 42 |
+
{"id": "1312", "text": "Тексеру кемшіліктері бар", "label": "negative", "source": "manual", "domain": "healthcare"}
|
| 43 |
+
{"id": "1321", "text": "Беттер өзіне тартады", "label": "positive", "source": "crowdsourced", "domain": "books"}
|
| 44 |
+
{"id": "7577", "text": "Автобус көңілден шықпады", "label": "negative", "source": "synthetic", "domain": "transport"}
|
| 45 |
+
{"id": "1503", "text": "Тауар проблемалары көп", "label": "negative", "source": "synthetic", "domain": "commerce"}
|
| 46 |
+
{"id": "1682", "text": "Музыка риза қалдым", "label": "positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 47 |
+
{"id": "1570", "text": "Қонақүй қабылдай алмадым", "label": "very_negative", "source": "manual", "domain": "hotels"}
|
| 48 |
+
{"id": "1854", "text": "Шоу риза қалдым", "label": "positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 49 |
+
{"id": "6377", "text": "Орындау толық қанағаттандырмады", "label": "very_negative", "source": "synthetic", "domain": "services"}
|
| 50 |
+
{"id": "7954", "text": "Музыка стандартты", "label": "neutral", "source": "synthetic", "domain": "entertainment"}
|
| 51 |
+
{"id": "673", "text": "Пайдалану нашар", "label": "negative", "source": "synthetic", "domain": "products"}
|
| 52 |
+
{"id": "495", "text": "Курс өте керемет екен", "label": "very_positive", "source": "manual", "domain": "education"}
|
| 53 |
+
{"id": "665", "text": "Жолаушы әдеттегідей", "label": "neutral", "source": "manual", "domain": "transport"}
|
| 54 |
+
{"id": "1834", "text": "Спорт ерекше емес", "label": "neutral", "source": "manual", "domain": "sports"}
|
| 55 |
+
{"id": "1642", "text": "Актер әлсіз", "label": "negative", "source": "crowdsourced", "domain": "entertainment"}
|
| 56 |
+
{"id": "7353", "text": "Дәрігер стандартты", "label": "neutral", "source": "synthetic", "domain": "healthcare"}
|
| 57 |
+
{"id": "7639", "text": "Дәм проблемалары көп", "label": "negative", "source": "synthetic", "domain": "restaurants"}
|
| 58 |
+
{"id": "4793", "text": "Ойын қанағаттандырмады", "label": "negative", "source": "synthetic", "domain": "sports"}
|
| 59 |
+
{"id": "2174", "text": "Навигация деп пікірдегіден асып кетті", "label": "very_positive", "source": "manual", "domain": "apps"}
|
| 60 |
+
{"id": "2399", "text": "Мен Автордан қатты риза болдым", "label": "very_positive", "source": "manual", "domain": "books"}
|
| 61 |
+
{"id": "1546", "text": "Команда ұнады", "label": "positive", "source": "synthetic", "domain": "sports"}
|
| 62 |
+
{"id": "6858", "text": "Сапа өзіне тартады", "label": "positive", "source": "crowdsourced", "domain": "products"}
|
| 63 |
+
{"id": "714", "text": "Мен Қонақүйдан қатты риза болдым", "label": "very_positive", "source": "synthetic", "domain": "hotels"}
|
| 64 |
+
{"id": "618", "text": "Автор жағымды", "label": "positive", "source": "crowdsourced", "domain": "books"}
|
| 65 |
+
{"id": "1851", "text": "Роман кемшіліктері бар", "label": "negative", "source": "crowdsourced", "domain": "books"}
|
| 66 |
+
{"id": "3110", "text": "Тауар күткеніме сай келмеді", "label": "negative", "source": "synthetic", "domain": "commerce"}
|
| 67 |
+
{"id": "3372", "text": "Дизайн қанағаттандырмады", "label": "negative", "source": "synthetic", "domain": "products"}
|
| 68 |
+
{"id": "2693", "text": "Білім өкінішке қалдырды", "label": "very_negative", "source": "synthetic", "domain": "education"}
|
| 69 |
+
{"id": "922", "text": "Команда бойынша еш айтпағым жоқ", "label": "very_positive", "source": "manual", "domain": "sports"}
|
| 70 |
+
{"id": "8820", "text": "Сапа көңілден шықпады", "label": "negative", "source": "manual", "domain": "products"}
|
| 71 |
+
{"id": "1383", "text": "Қолдау дұрыс болды", "label": "positive", "source": "crowdsourced", "domain": "services"}
|
| 72 |
+
{"id": "639", "text": "Спортшы әдеттегідей", "label": "neutral", "source": "manual", "domain": "sports"}
|
| 73 |
+
{"id": "1315", "text": "Білім тамаша деңгейде", "label": "very_positive", "source": "synthetic", "domain": "education"}
|
| 74 |
+
{"id": "7333", "text": "Такси ең нашар", "label": "very_negative", "source": "manual", "domain": "transport"}
|
| 75 |
+
{"id": "3051", "text": "Бағдарлама жағымды", "label": "positive", "source": "synthetic", "domain": "apps"}
|
| 76 |
+
{"id": "3465", "text": "Менеджер жағымсыз", "label": "negative", "source": "crowdsourced", "domain": "services"}
|
| 77 |
+
{"id": "3170", "text": "Персонал дұрыс болды", "label": "positive", "source": "crowdsourced", "domain": "hotels"}
|
| 78 |
+
{"id": "9527", "text": "Фильм өте керемет екен", "label": "very_positive", "source": "manual", "domain": "entertainment"}
|
| 79 |
+
{"id": "574", "text": "Емхана жөн саналады", "label": "positive", "source": "manual", "domain": "healthcare"}
|
| 80 |
+
{"id": "3475", "text": "Навигация ерекше ұнады", "label": "very_positive", "source": "synthetic", "domain": "apps"}
|
| 81 |
+
{"id": "1359", "text": "Мәзір ешқандай нәтижесі кереметті", "label": "very_positive", "source": "manual", "domain": "restaurants"}
|
| 82 |
+
{"id": "2608", "text": "Сериал күткеніме сай келмеді", "label": "negative", "source": "synthetic", "domain": "entertainment"}
|
| 83 |
+
{"id": "2343", "text": "Такси нашар емес", "label": "positive", "source": "synthetic", "domain": "transport"}
|
| 84 |
+
{"id": "82", "text": "Функционалдық шынымен керемет", "label": "very_positive", "source": "manual", "domain": "products"}
|
| 85 |
+
{"id": "7532", "text": "Мәзір ештеңе айтарлық емес", "label": "neutral", "source": "crowdsourced", "domain": "restaurants"}
|
| 86 |
+
{"id": "838", "text": "Сервис қарапайым", "label": "neutral", "source": "manual", "domain": "services"}
|
| 87 |
+
{"id": "3040", "text": "Дәм қалыпты", "label": "neutral", "source": "manual", "domain": "restaurants"}
|
| 88 |
+
{"id": "1435", "text": "Өнім нашар", "label": "negative", "source": "manual", "domain": "products"}
|
| 89 |
+
{"id": "982", "text": "Дүкен нашар емес", "label": "positive", "source": "manual", "domain": "commerce"}
|
| 90 |
+
{"id": "5216", "text": "Тазалық ешқандай нәтижесі жоқ", "label": "very_negative", "source": "synthetic", "domain": "hotels"}
|
| 91 |
+
{"id": "425", "text": "Функционалдық өкінішке қалдырды", "label": "very_negative", "source": "synthetic", "domain": "products"}
|
| 92 |
+
{"id": "3509", "text": "Такси ерекше ұнады", "label": "very_positive", "source": "synthetic", "domain": "transport"}
|
| 93 |
+
{"id": "6100", "text": "Жайлылық ерекше емес", "label": "neutral", "source": "manual", "domain": "hotels"}
|
| 94 |
+
{"id": "2909", "text": "Автор деп пікірдегіден асып кетті", "label": "very_positive", "source": "crowdsourced", "domain": "books"}
|
| 95 |
+
{"id": "1616", "text": "Жеткізу ерекше ұнады", "label": "very_positive", "source": "synthetic", "domain": "commerce"}
|
| 96 |
+
{"id": "6203", "text": "Менеджер өте керемет екен", "label": "very_positive", "source": "manual", "domain": "services"}
|
| 97 |
+
{"id": "669", "text": "Мен Мәзірдан қатты риза болдым", "label": "very_positive", "source": "crowdsourced", "domain": "restaurants"}
|
| 98 |
+
{"id": "4715", "text": "Функционалдық қарапайым", "label": "neutral", "source": "manual", "domain": "products"}
|
| 99 |
+
{"id": "1599", "text": "Ақша әдеттегідей", "label": "neutral", "source": "manual", "domain": "commerce"}
|
| 100 |
+
{"id": "4663", "text": "Спортшы ештеңе айтарлық емес", "label": "neutral", "source": "manual", "domain": "sports"}
|
| 101 |
+
{"id": "2234", "text": "Спорт риза қалдым", "label": "positive", "source": "crowdsourced", "domain": "sports"}
|
| 102 |
+
{"id": "360", "text": "Мұғалім жөн саналады", "label": "positive", "source": "synthetic", "domain": "education"}
|
| 103 |
+
{"id": "4381", "text": "Беттер ұнамады", "label": "negative", "source": "synthetic", "domain": "books"}
|
| 104 |
+
{"id": "1448", "text": "Қызмет күткеніме сай келмеді", "label": "negative", "source": "manual", "domain": "restaurants"}
|
| 105 |
+
{"id": "177", "text": "Дизайн нашар емес", "label": "positive", "source": "manual", "domain": "apps"}
|
| 106 |
+
{"id": "988", "text": "Жаттығу көңілімнен шықты", "label": "positive", "source": "crowdsourced", "domain": "sports"}
|
| 107 |
+
{"id": "1134", "text": "Бағасы көңілден шықпады", "label": "negative", "source": "synthetic", "domain": "commerce"}
|
| 108 |
+
{"id": "6631", "text": "Жаңарту жағымсыз", "label": "negative", "source": "crowdsourced", "domain": "apps"}
|
| 109 |
+
{"id": "2911", "text": "Бөлме бойынша еш айтпағым жоқ", "label": "very_positive", "source": "manual", "domain": "hotels"}
|
| 110 |
+
{"id": "5583", "text": "Интерфейс өте нашар", "label": "very_negative", "source": "manual", "domain": "apps"}
|
| 111 |
+
{"id": "4589", "text": "Ойын тамаша деңгейде", "label": "very_positive", "source": "synthetic", "domain": "sports"}
|
| 112 |
+
{"id": "877", "text": "Емхана жақсы", "label": "positive", "source": "crowdsourced", "domain": "healthcare"}
|
| 113 |
+
{"id": "2960", "text": "Мен Сериалдан қатты риза болдым", "label": "very_positive", "source": "synthetic", "domain": "entertainment"}
|
| 114 |
+
{"id": "2640", "text": "Сюжет ерекше емес", "label": "neutral", "source": "manual", "domain": "books"}
|
| 115 |
+
{"id": "3254", "text": "Тағам жөн саналады", "label": "positive", "source": "crowdsourced", "domain": "restaurants"}
|
| 116 |
+
{"id": "9148", "text": "Дәм ұнады", "label": "positive", "source": "synthetic", "domain": "restaurants"}
|
| 117 |
+
{"id": "1374", "text": "Кино ерекше ұнады", "label": "very_positive", "source": "synthetic", "domain": "entertainment"}
|
| 118 |
+
{"id": "787", "text": "Спортшы көңілден шықпады", "label": "negative", "source": "crowdsourced", "domain": "sports"}
|
| 119 |
+
{"id": "63", "text": "Функционалдық стандартты", "label": "neutral", "source": "crowdsourced", "domain": "products"}
|
| 120 |
+
{"id": "3994", "text": "Спортшы толық қанағаттандырмады", "label": "very_negative", "source": "manual", "domain": "sports"}
|
| 121 |
+
{"id": "2569", "text": "Сапа сапасыз", "label": "negative", "source": "manual", "domain": "products"}
|
| 122 |
+
{"id": "2271", "text": "Функционалдық проблемалары көп", "label": "negative", "source": "manual", "domain": "products"}
|
| 123 |
+
{"id": "7988", "text": "Тауар қорқынышты", "label": "very_negative", "source": "manual", "domain": "commerce"}
|
| 124 |
+
{"id": "7789", "text": "Роман өкінішке қалдырды", "label": "very_negative", "source": "crowdsourced", "domain": "books"}
|
| 125 |
+
{"id": "174", "text": "Сапа қалыпты", "label": "neutral", "source": "crowdsourced", "domain": "products"}
|
| 126 |
+
{"id": "4376", "text": "Диагноз ештеңе айтарлық емес", "label": "neutral", "source": "crowdsourced", "domain": "healthcare"}
|
| 127 |
+
{"id": "8664", "text": "Музыка өте сапалы", "label": "very_positive", "source": "synthetic", "domain": "entertainment"}
|
| 128 |
+
{"id": "1686", "text": "Мен Навигациядан қатты риза болдым", "label": "very_positive", "source": "synthetic", "domain": "apps"}
|
| 129 |
+
{"id": "9110", "text": "Сервис күткеніме сай келмеді", "label": "negative", "source": "manual", "domain": "services"}
|
| 130 |
+
{"id": "5593", "text": "Дизайн риза қалдым", "label": "positive", "source": "synthetic", "domain": "products"}
|
| 131 |
+
{"id": "3470", "text": "Бағдарлама жақсы", "label": "positive", "source": "manual", "domain": "apps"}
|
| 132 |
+
{"id": "5930", "text": "Білім жақсы", "label": "positive", "source": "crowdsourced", "domain": "education"}
|
| 133 |
+
{"id": "3167", "text": "Асхана жақсы", "label": "positive", "source": "manual", "domain": "restaurants"}
|
| 134 |
+
{"id": "208", "text": "Қонақүй тамаша деңгейде", "label": "very_positive", "source": "crowdsourced", "domain": "hotels"}
|
| 135 |
+
{"id": "9126", "text": "Жаңарту деңгейі орташа", "label": "neutral", "source": "synthetic", "domain": "apps"}
|
| 136 |
+
{"id": "5407", "text": "Менеджер қанағаттандырмады", "label": "negative", "source": "manual", "domain": "services"}
|
| 137 |
+
{"id": "6515", "text": "Шоу қарапайым", "label": "neutral", "source": "synthetic", "domain": "entertainment"}
|
| 138 |
+
{"id": "963", "text": "Концерт тамаша деңгейде", "label": "very_positive", "source": "manual", "domain": "entertainment"}
|
| 139 |
+
{"id": "165", "text": "Жайлылық ерекше ұнады", "label": "very_positive", "source": "crowdsourced", "domain": "hotels"}
|
| 140 |
+
{"id": "1652", "text": "Сервис жағымсыз", "label": "negative", "source": "crowdsourced", "domain": "services"}
|
| 141 |
+
{"id": "4393", "text": "Тексеру күтілгендей", "label": "neutral", "source": "synthetic", "domain": "healthcare"}
|
| 142 |
+
{"id": "1573", "text": "Қызмет өте нашар", "label": "very_negative", "source": "crowdsourced", "domain": "services"}
|
| 143 |
+
{"id": "6883", "text": "Автор жағымсыз", "label": "negative", "source": "synthetic", "domain": "books"}
|
| 144 |
+
{"id": "601", "text": "Қолдау өте керемет екен", "label": "very_positive", "source": "crowdsourced", "domain": "services"}
|
| 145 |
+
{"id": "4384", "text": "Ойын деп пікірдегіден асып кетті", "label": "very_positive", "source": "synthetic", "domain": "sports"}
|
| 146 |
+
{"id": "43", "text": "Диагноз сапасыз", "label": "negative", "source": "manual", "domain": "healthcare"}
|
| 147 |
+
{"id": "1778", "text": "Автобус өте жақсы болды", "label": "very_positive", "source": "crowdsourced", "domain": "transport"}
|
| 148 |
+
{"id": "4949", "text": "Науқас нашар", "label": "negative", "source": "manual", "domain": "healthcare"}
|
| 149 |
+
{"id": "1901", "text": "Науқас жағымды", "label": "positive", "source": "synthetic", "domain": "healthcare"}
|
| 150 |
+
{"id": "3846", "text": "Бағдарлама қарапайым", "label": "neutral", "source": "crowdsourced", "domain": "apps"}
|
| 151 |
+
{"id": "2036", "text": "Материал жақсы", "label": "positive", "source": "synthetic", "domain": "education"}
|
| 152 |
+
{"id": "3177", "text": "Жеткізу тамаша деңгейде", "label": "very_positive", "source": "crowdsourced", "domain": "commerce"}
|
| 153 |
+
{"id": "3102", "text": "Персонал ерекше емес", "label": "neutral", "source": "synthetic", "domain": "hotels"}
|
| 154 |
+
{"id": "833", "text": "Тапсырыс күтілгендей", "label": "neutral", "source": "synthetic", "domain": "commerce"}
|
| 155 |
+
{"id": "934", "text": "Мен Интерфейсдан қатты риза болдым", "label": "very_positive", "source": "crowdsourced", "domain": "apps"}
|
| 156 |
+
{"id": "585", "text": "Жауап бойынша еш айтпағым жоқ", "label": "very_positive", "source": "synthetic", "domain": "services"}
|
| 157 |
+
{"id": "6303", "text": "Маршрут жөн саналады", "label": "positive", "source": "manual", "domain": "transport"}
|
| 158 |
+
{"id": "5273", "text": "Персонал проблемалары көп", "label": "negative", "source": "manual", "domain": "hotels"}
|
| 159 |
+
{"id": "1250", "text": "Тексеру өте жақсы болды", "label": "very_positive", "source": "synthetic", "domain": "healthcare"}
|
| 160 |
+
{"id": "534", "text": "Оқу толық қанағаттандырмады", "label": "very_negative", "source": "crowdsourced", "domain": "education"}
|
| 161 |
+
{"id": "2385", "text": "Қозғалыс өте керемет екен", "label": "very_positive", "source": "crowdsourced", "domain": "transport"}
|
| 162 |
+
{"id": "8530", "text": "Сабақ шынымен керемет", "label": "very_positive", "source": "synthetic", "domain": "education"}
|
| 163 |
+
{"id": "3038", "text": "Сериал күтілгендей", "label": "neutral", "source": "crowdsourced", "domain": "entertainment"}
|
| 164 |
+
{"id": "3919", "text": "Науқас қалыпты", "label": "neutral", "source": "synthetic", "domain": "healthcare"}
|
| 165 |
+
{"id": "2908", "text": "Тауар ұнамады", "label": "negative", "source": "crowdsourced", "domain": "commerce"}
|
| 166 |
+
{"id": "3369", "text": "Тапсырыс қарапайым", "label": "neutral", "source": "crowdsourced", "domain": "commerce"}
|
| 167 |
+
{"id": "6270", "text": "Мұғалім дұрыс болды", "label": "positive", "source": "manual", "domain": "education"}
|
| 168 |
+
{"id": "381", "text": "Режиссер қалыпты", "label": "neutral", "source": "manual", "domain": "entertainment"}
|
| 169 |
+
{"id": "1469", "text": "Автор дұрыс болды", "label": "positive", "source": "synthetic", "domain": "books"}
|
| 170 |
+
{"id": "3842", "text": "Фильм көңілімнен шықты", "label": "positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 171 |
+
{"id": "3203", "text": "Мәзір ең нашар", "label": "very_negative", "source": "manual", "domain": "restaurants"}
|
| 172 |
+
{"id": "2599", "text": "Фильм дұрыс болды", "label": "positive", "source": "manual", "domain": "entertainment"}
|
| 173 |
+
{"id": "130", "text": "Жаттығу ерекше ұнады", "label": "very_positive", "source": "synthetic", "domain": "sports"}
|
| 174 |
+
{"id": "2211", "text": "Мейрамхана өкінішке қалдырды", "label": "very_negative", "source": "manual", "domain": "restaurants"}
|
| 175 |
+
{"id": "1269", "text": "Роман қорқынышты", "label": "very_negative", "source": "synthetic", "domain": "books"}
|
| 176 |
+
{"id": "161", "text": "Мен Таксидан қатты риза болдым", "label": "very_positive", "source": "synthetic", "domain": "transport"}
|
| 177 |
+
{"id": "364", "text": "Интерфейс кемшіліктері бар", "label": "negative", "source": "synthetic", "domain": "apps"}
|
| 178 |
+
{"id": "1788", "text": "Дәрігер қалыпты", "label": "neutral", "source": "crowdsourced", "domain": "healthcare"}
|
| 179 |
+
{"id": "4459", "text": "Көлік деңгейі орташа", "label": "neutral", "source": "crowdsourced", "domain": "transport"}
|
| 180 |
+
{"id": "301", "text": "Музыка жағымсыз", "label": "negative", "source": "manual", "domain": "entertainment"}
|
| 181 |
+
{"id": "3939", "text": "Мұғалім проблемалары көп", "label": "negative", "source": "crowdsourced", "domain": "education"}
|
| 182 |
+
{"id": "8890", "text": "Кино қалыпты", "label": "neutral", "source": "manual", "domain": "entertainment"}
|
| 183 |
+
{"id": "7073", "text": "Тапсырма қабылдай алмадым", "label": "very_negative", "source": "crowdsourced", "domain": "education"}
|
| 184 |
+
{"id": "1416", "text": "Қозғалыс өте әлсіз", "label": "very_negative", "source": "synthetic", "domain": "transport"}
|
| 185 |
+
{"id": "2146", "text": "Қонақүй ерекше ұнады", "label": "very_positive", "source": "manual", "domain": "hotels"}
|
| 186 |
+
{"id": "1533", "text": "Ақша ерекше емес", "label": "neutral", "source": "synthetic", "domain": "commerce"}
|
| 187 |
+
{"id": "7989", "text": "Сатып алу жақсы", "label": "positive", "source": "manual", "domain": "commerce"}
|
| 188 |
+
{"id": "3115", "text": "Дүкен деңгейі орташа", "label": "neutral", "source": "synthetic", "domain": "commerce"}
|
| 189 |
+
{"id": "8154", "text": "Бөлме көңілден шықпады", "label": "negative", "source": "crowdsourced", "domain": "hotels"}
|
| 190 |
+
{"id": "1225", "text": "Жауап нашар емес", "label": "positive", "source": "crowdsourced", "domain": "services"}
|
| 191 |
+
{"id": "1675", "text": "Актер көңіл көншітпейді", "label": "very_negative", "source": "synthetic", "domain": "entertainment"}
|
| 192 |
+
{"id": "2469", "text": "Материал орташа деңгейде", "label": "neutral", "source": "crowdsourced", "domain": "products"}
|
| 193 |
+
{"id": "732", "text": "Дәрігер әлсіз", "label": "negative", "source": "crowdsourced", "domain": "healthcare"}
|
| 194 |
+
{"id": "318", "text": "Тауар стандартты", "label": "neutral", "source": "crowdsourced", "domain": "commerce"}
|
| 195 |
+
{"id": "353", "text": "Көлік өте сапалы", "label": "very_positive", "source": "crowdsourced", "domain": "transport"}
|
| 196 |
+
{"id": "5434", "text": "Диагноз ең нашар", "label": "very_negative", "source": "manual", "domain": "healthcare"}
|
| 197 |
+
{"id": "737", "text": "Қозғалыс өте сапалы", "label": "very_positive", "source": "crowdsourced", "domain": "transport"}
|
| 198 |
+
{"id": "2009", "text": "Концерт жақсы", "label": "positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 199 |
+
{"id": "3046", "text": "Қолдау кемшіліктері бар", "label": "negative", "source": "crowdsourced", "domain": "services"}
|
| 200 |
+
{"id": "4895", "text": "Сабақ толық қанағаттандырмады", "label": "very_negative", "source": "manual", "domain": "education"}
|
| 201 |
+
{"id": "4271", "text": "Қозғалыс өте жақсы болды", "label": "very_positive", "source": "crowdsourced", "domain": "transport"}
|
| 202 |
+
{"id": "1289", "text": "Мейрамхана ерекше ұнады", "label": "very_positive", "source": "crowdsourced", "domain": "restaurants"}
|
| 203 |
+
{"id": "1578", "text": "Курс қорқынышты", "label": "very_negative", "source": "synthetic", "domain": "education"}
|
| 204 |
+
{"id": "222", "text": "Пайдалану ерекше емес", "label": "neutral", "source": "manual", "domain": "products"}
|
| 205 |
+
{"id": "1804", "text": "Сабақ дұрыс болды", "label": "positive", "source": "crowdsourced", "domain": "education"}
|
| 206 |
+
{"id": "2260", "text": "Пайдалану риза қалдым", "label": "positive", "source": "crowdsourced", "domain": "products"}
|
| 207 |
+
{"id": "7351", "text": "Асхана қалыпты", "label": "neutral", "source": "manual", "domain": "restaurants"}
|
| 208 |
+
{"id": "282", "text": "Автор өте керемет екен", "label": "very_positive", "source": "manual", "domain": "books"}
|
| 209 |
+
{"id": "8806", "text": "Кино шынымен керемет", "label": "very_positive", "source": "manual", "domain": "entertainment"}
|
| 210 |
+
{"id": "4116", "text": "Тапсырма өте жақсы болды", "label": "very_positive", "source": "synthetic", "domain": "education"}
|
| 211 |
+
{"id": "6420", "text": "Жайлылық ең нашар", "label": "very_negative", "source": "crowdsourced", "domain": "hotels"}
|
| 212 |
+
{"id": "1816", "text": "Концерт шынымен керемет", "label": "very_positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 213 |
+
{"id": "9777", "text": "Қозғалыс жөн саналады", "label": "positive", "source": "synthetic", "domain": "transport"}
|
| 214 |
+
{"id": "260", "text": "Курс қанағаттанарлық", "label": "positive", "source": "manual", "domain": "education"}
|
| 215 |
+
{"id": "1095", "text": "Концерт өкінішке қалдырды", "label": "very_negative", "source": "synthetic", "domain": "entertainment"}
|
| 216 |
+
{"id": "5114", "text": "Команда қалыпты", "label": "neutral", "source": "manual", "domain": "sports"}
|
| 217 |
+
{"id": "108", "text": "Ас әлсіз", "label": "negative", "source": "crowdsourced", "domain": "restaurants"}
|
| 218 |
+
{"id": "2120", "text": "Орындау жағымды", "label": "positive", "source": "crowdsourced", "domain": "services"}
|
| 219 |
+
{"id": "1988", "text": "Ойын ең нашар", "label": "very_negative", "source": "manual", "domain": "sports"}
|
| 220 |
+
{"id": "6346", "text": "Тапсырыс өте нашар", "label": "very_negative", "source": "manual", "domain": "commerce"}
|
| 221 |
+
{"id": "750", "text": "Тағам кемшіліктері бар", "label": "negative", "source": "synthetic", "domain": "restaurants"}
|
| 222 |
+
{"id": "1083", "text": "Бағасы ерекше ұнады", "label": "very_positive", "source": "crowdsourced", "domain": "commerce"}
|
| 223 |
+
{"id": "4753", "text": "Жарыс деңгейі орташа", "label": "neutral", "source": "manual", "domain": "sports"}
|
| 224 |
+
{"id": "1238", "text": "Дүкен кемшіліктері бар", "label": "negative", "source": "manual", "domain": "commerce"}
|
| 225 |
+
{"id": "4466", "text": "Функция деп пікірдегіден асып кетті", "label": "very_positive", "source": "synthetic", "domain": "apps"}
|
| 226 |
+
{"id": "3934", "text": "Режиссер күткеніме сай келмеді", "label": "negative", "source": "crowdsourced", "domain": "entertainment"}
|
| 227 |
+
{"id": "5826", "text": "Оқу жағымды", "label": "positive", "source": "synthetic", "domain": "education"}
|
| 228 |
+
{"id": "5734", "text": "Маршрут көңілімнен шықты", "label": "positive", "source": "manual", "domain": "transport"}
|
| 229 |
+
{"id": "3216", "text": "Пайдалану толық қанағаттандырмады", "label": "very_negative", "source": "manual", "domain": "products"}
|
| 230 |
+
{"id": "627", "text": "Асхана ұнады", "label": "positive", "source": "manual", "domain": "restaurants"}
|
| 231 |
+
{"id": "1733", "text": "Диагноз ешқандай нәтижесі кереметті", "label": "very_positive", "source": "crowdsourced", "domain": "healthcare"}
|
| 232 |
+
{"id": "4134", "text": "Музыка өте нашар", "label": "very_negative", "source": "synthetic", "domain": "entertainment"}
|
| 233 |
+
{"id": "3586", "text": "Қозғалыс кемшіліктері бар", "label": "negative", "source": "crowdsourced", "domain": "transport"}
|
| 234 |
+
{"id": "1580", "text": "Жолаушы ерекше емес", "label": "neutral", "source": "synthetic", "domain": "transport"}
|
| 235 |
+
{"id": "310", "text": "Автобус жай ғана", "label": "neutral", "source": "manual", "domain": "transport"}
|
| 236 |
+
{"id": "799", "text": "Қонақүй бойынша еш айтпағым жоқ", "label": "very_positive", "source": "manual", "domain": "hotels"}
|
| 237 |
+
{"id": "2620", "text": "Пайдалану өкінішке қалдырды", "label": "very_negative", "source": "crowdsourced", "domain": "products"}
|
| 238 |
+
{"id": "3632", "text": "Науқас нашар емес", "label": "positive", "source": "crowdsourced", "domain": "healthcare"}
|
| 239 |
+
{"id": "4079", "text": "Жаңарту ештеңе айтарлық емес", "label": "neutral", "source": "synthetic", "domain": "apps"}
|
| 240 |
+
{"id": "232", "text": "Мен Сападан қатты риза болдым", "label": "very_positive", "source": "synthetic", "domain": "products"}
|
| 241 |
+
{"id": "4856", "text": "Бағдарлама өте нашар", "label": "very_negative", "source": "manual", "domain": "apps"}
|
| 242 |
+
{"id": "4928", "text": "Орындау жай ғана", "label": "neutral", "source": "manual", "domain": "services"}
|
| 243 |
+
{"id": "124", "text": "Білім ештеңе айтарлық емес", "label": "neutral", "source": "synthetic", "domain": "education"}
|
| 244 |
+
{"id": "2748", "text": "Автобус деп пікірдегіден асып кетті", "label": "very_positive", "source": "synthetic", "domain": "transport"}
|
| 245 |
+
{"id": "1183", "text": "Дизайн проблемалары көп", "label": "negative", "source": "crowdsourced", "domain": "products"}
|
| 246 |
+
{"id": "453", "text": "Дизайн жағымды", "label": "positive", "source": "synthetic", "domain": "products"}
|
| 247 |
+
{"id": "2796", "text": "Жайлылық күткеніме сай келмеді", "label": "negative", "source": "crowdsourced", "domain": "hotels"}
|
| 248 |
+
{"id": "9196", "text": "Қолдау жағымды", "label": "positive", "source": "manual", "domain": "services"}
|
| 249 |
+
{"id": "3588", "text": "Ас стандартты", "label": "neutral", "source": "manual", "domain": "restaurants"}
|
| 250 |
+
{"id": "3902", "text": "Бағасы сапасыз", "label": "negative", "source": "manual", "domain": "commerce"}
|
| 251 |
+
{"id": "5572", "text": "Бағдарлама күткеніме сай келмеді", "label": "negative", "source": "synthetic", "domain": "apps"}
|
| 252 |
+
{"id": "6820", "text": "Сатып алу проблемалары көп", "label": "negative", "source": "synthetic", "domain": "commerce"}
|
| 253 |
+
{"id": "6778", "text": "Ақша өте керемет екен", "label": "very_positive", "source": "manual", "domain": "commerce"}
|
| 254 |
+
{"id": "708", "text": "Автобус стандартты", "label": "neutral", "source": "synthetic", "domain": "transport"}
|
| 255 |
+
{"id": "152", "text": "Стандартты түсірім", "label": "neutral", "source": "crowdsourced", "domain": "entertainment"}
|
| 256 |
+
{"id": "5585", "text": "Орындау мүлдем ұнамады", "label": "very_negative", "source": "manual", "domain": "services"}
|
| 257 |
+
{"id": "179", "text": "Сериал ұнады", "label": "positive", "source": "crowdsourced", "domain": "entertainment"}
|
| 258 |
+
{"id": "1674", "text": "Диагноз ұнамады", "label": "negative", "source": "manual", "domain": "healthcare"}
|
| 259 |
+
{"id": "3881", "text": "Режиссер көңіл көншітпейді", "label": "very_negative", "source": "manual", "domain": "entertainment"}
|
| 260 |
+
{"id": "6071", "text": "Асхана жай ғана", "label": "neutral", "source": "synthetic", "domain": "restaurants"}
|
| 261 |
+
{"id": "8740", "text": "Пайдалану жақсы", "label": "positive", "source": "synthetic", "domain": "products"}
|
| 262 |
+
{"id": "6019", "text": "Сервис қанағаттанарлық", "label": "positive", "source": "manual", "domain": "services"}
|
| 263 |
+
{"id": "2981", "text": "Функция күтілгендей", "label": "neutral", "source": "synthetic", "domain": "apps"}
|
| 264 |
+
{"id": "5230", "text": "Ойын күткеніме сай келмеді", "label": "negative", "source": "manual", "domain": "sports"}
|
| 265 |
+
{"id": "5450", "text": "Сервис ең нашар", "label": "very_negative", "source": "crowdsourced", "domain": "services"}
|
| 266 |
+
{"id": "3478", "text": "И��терфейс көңілімнен шықты", "label": "positive", "source": "manual", "domain": "apps"}
|
| 267 |
+
{"id": "1610", "text": "Асхана ештеңе айтарлық емес", "label": "neutral", "source": "crowdsourced", "domain": "restaurants"}
|
| 268 |
+
{"id": "1402", "text": "Режиссер ұнамады", "label": "negative", "source": "synthetic", "domain": "entertainment"}
|
| 269 |
+
{"id": "1624", "text": "Қызмет нашар", "label": "negative", "source": "crowdsourced", "domain": "hotels"}
|
| 270 |
+
{"id": "6102", "text": "Пайдалану нашар емес", "label": "positive", "source": "manual", "domain": "products"}
|
| 271 |
+
{"id": "8936", "text": "Спорт өте әлсіз", "label": "very_negative", "source": "crowdsourced", "domain": "sports"}
|
| 272 |
+
{"id": "2711", "text": "Жайлылық нашар емес", "label": "positive", "source": "manual", "domain": "hotels"}
|
| 273 |
+
{"id": "5020", "text": "Сериал стандартты", "label": "neutral", "source": "synthetic", "domain": "entertainment"}
|
| 274 |
+
{"id": "2542", "text": "Жеткізу мүлдем ұнамады", "label": "very_negative", "source": "manual", "domain": "commerce"}
|
| 275 |
+
{"id": "297", "text": "Роман ұнамады", "label": "negative", "source": "manual", "domain": "books"}
|
| 276 |
+
{"id": "8663", "text": "Ем өкінішке қалдырды", "label": "very_negative", "source": "manual", "domain": "healthcare"}
|
| 277 |
+
{"id": "4497", "text": "Режиссер ерекше емес", "label": "neutral", "source": "synthetic", "domain": "entertainment"}
|
| 278 |
+
{"id": "8803", "text": "Жаттығу толық қанағаттандырмады", "label": "very_negative", "source": "manual", "domain": "sports"}
|
| 279 |
+
{"id": "1805", "text": "Асхана жөн саналады", "label": "positive", "source": "crowdsourced", "domain": "restaurants"}
|
| 280 |
+
{"id": "2517", "text": "Пайдалану өзіне тартады", "label": "positive", "source": "synthetic", "domain": "products"}
|
| 281 |
+
{"id": "4051", "text": "Такси көңілімнен шықты", "label": "positive", "source": "manual", "domain": "transport"}
|
| 282 |
+
{"id": "1507", "text": "Бағасы әдеттегідей", "label": "neutral", "source": "synthetic", "domain": "commerce"}
|
| 283 |
+
{"id": "2337", "text": "Автор қанағаттанарлық", "label": "positive", "source": "manual", "domain": "books"}
|
| 284 |
+
{"id": "7534", "text": "Мәзір қалыпты", "label": "neutral", "source": "manual", "domain": "restaurants"}
|
| 285 |
+
{"id": "3274", "text": "Сабақ жағымсыз", "label": "negative", "source": "manual", "domain": "education"}
|
| 286 |
+
{"id": "4232", "text": "Оқу риза қалдым", "label": "positive", "source": "crowdsourced", "domain": "education"}
|
| 287 |
+
{"id": "1509", "text": "Ақша көңіл көншітпейді", "label": "very_negative", "source": "manual", "domain": "commerce"}
|
| 288 |
+
{"id": "4635", "text": "Ас деп пікірдегіден асып кетті", "label": "very_positive", "source": "manual", "domain": "restaurants"}
|
| 289 |
+
{"id": "273", "text": "Тағам ешқандай нәтижесі жоқ", "label": "very_negative", "source": "synthetic", "domain": "restaurants"}
|
| 290 |
+
{"id": "559", "text": "Жарыс қанағаттандырмады", "label": "negative", "source": "synthetic", "domain": "sports"}
|
| 291 |
+
{"id": "7150", "text": "Персонал өте әлсіз", "label": "very_negative", "source": "crowdsourced", "domain": "hotels"}
|
| 292 |
+
{"id": "127", "text": "Білім ұнады", "label": "positive", "source": "synthetic", "domain": "education"}
|
| 293 |
+
{"id": "2613", "text": "Шоу проблемалары көп", "label": "negative", "source": "manual", "domain": "entertainment"}
|
| 294 |
+
{"id": "433", "text": "Дизайн деп пікірдегіден асып кетті", "label": "very_positive", "source": "crowdsourced", "domain": "apps"}
|
| 295 |
+
{"id": "817", "text": "Автор әдеттегідей", "label": "neutral", "source": "manual", "domain": "books"}
|
| 296 |
+
{"id": "7282", "text": "Концерт толық қанағаттандырмады", "label": "very_negative", "source": "synthetic", "domain": "entertainment"}
|
| 297 |
+
{"id": "351", "text": "Мәзір нашар", "label": "negative", "source": "crowdsourced", "domain": "restaurants"}
|
| 298 |
+
{"id": "1830", "text": "Спортшы өте нашар", "label": "very_negative", "source": "manual", "domain": "sports"}
|
| 299 |
+
{"id": "5851", "text": "Музыка бойынша еш айтпағым жоқ", "label": "very_positive", "source": "synthetic", "domain": "entertainment"}
|
| 300 |
+
{"id": "1793", "text": "Оқырман қорқынышты", "label": "very_negative", "source": "manual", "domain": "books"}
|
| 301 |
+
{"id": "5346", "text": "Шоу кемшіліктері бар", "label": "negative", "source": "crowdsourced", "domain": "entertainment"}
|
| 302 |
+
{"id": "5463", "text": "Пайдалану ең нашар", "label": "very_negative", "source": "manual", "domain": "products"}
|
| 303 |
+
{"id": "592", "text": "Персонал ештеңе айтарлық емес", "label": "neutral", "source": "crowdsourced", "domain": "hotels"}
|
| 304 |
+
{"id": "2418", "text": "Фильм өте жақсы болды", "label": "very_positive", "source": "manual", "domain": "entertainment"}
|
| 305 |
+
{"id": "70", "text": "Актер дұрыс болды", "label": "positive", "source": "manual", "domain": "entertainment"}
|
| 306 |
+
{"id": "3323", "text": "Мұғалім деп пікірдегіден асып кетті", "label": "very_positive", "source": "manual", "domain": "education"}
|
| 307 |
+
{"id": "847", "text": "Бағасы өзіне тартады", "label": "positive", "source": "crowdsourced", "domain": "commerce"}
|
| 308 |
+
{"id": "4070", "text": "Менеджер өзіне тартады", "label": "positive", "source": "crowdsourced", "domain": "services"}
|
| 309 |
+
{"id": "3192", "text": "Білім нашар", "label": "negative", "source": "manual", "domain": "education"}
|
| 310 |
+
{"id": "662", "text": "Қолдау ештеңе айтарлық емес", "label": "neutral", "source": "manual", "domain": "services"}
|
| 311 |
+
{"id": "2563", "text": "Дүкен күткеніме сай келмеді", "label": "negative", "source": "synthetic", "domain": "commerce"}
|
| 312 |
+
{"id": "8196", "text": "Тапсырма кемшіліктері бар", "label": "negative", "source": "manual", "domain": "education"}
|
| 313 |
+
{"id": "9727", "text": "Жауап өте нашар", "label": "very_negative", "source": "crowdsourced", "domain": "services"}
|
| 314 |
+
{"id": "3261", "text": "Жеткізу нашар", "label": "negative", "source": "manual", "domain": "commerce"}
|
| 315 |
+
{"id": "5257", "text": "Шоу қанағаттанарлық", "label": "positive", "source": "synthetic", "domain": "entertainment"}
|
| 316 |
+
{"id": "530", "text": "Асхана стандартты", "label": "neutral", "source": "crowdsourced", "domain": "restaurants"}
|
| 317 |
+
{"id": "1197", "text": "Тауар өте керемет екен", "label": "very_positive", "source": "crowdsourced", "domain": "commerce"}
|
| 318 |
+
{"id": "6113", "text": "Менеджер ерекше емес", "label": "neutral", "source": "crowdsourced", "domain": "services"}
|
| 319 |
+
{"id": "956", "text": "Тапсырма деңгейі орташа", "label": "neutral", "source": "manual", "domain": "education"}
|
| 320 |
+
{"id": "9441", "text": "Оқу шынымен керемет", "label": "very_positive", "source": "manual", "domain": "education"}
|
| 321 |
+
{"id": "1335", "text": "Персонал ерекше ұнады", "label": "very_positive", "source": "synthetic", "domain": "hotels"}
|
| 322 |
+
{"id": "3611", "text": "Оқырман қалыпты", "label": "neutral", "source": "synthetic", "domain": "books"}
|
| 323 |
+
{"id": "2371", "text": "Сюжет деп пікірдегіден асып кетті", "label": "very_positive", "source": "manual", "domain": "books"}
|
| 324 |
+
{"id": "6282", "text": "Сюжет дұрыс болды", "label": "positive", "source": "synthetic", "domain": "books"}
|
| 325 |
+
{"id": "7206", "text": "Спортшы ең нашар", "label": "very_negative", "source": "synthetic", "domain": "sports"}
|
| 326 |
+
{"id": "1951", "text": "Дизайн күтілгендей", "label": "neutral", "source": "manual", "domain": "products"}
|
| 327 |
+
{"id": "2008", "text": "Өнім проблемалары көп", "label": "negative", "source": "manual", "domain": "products"}
|
| 328 |
+
{"id": "3736", "text": "Навигация өзіне тартады", "label": "positive", "source": "synthetic", "domain": "apps"}
|