--- license: odc-by task_categories: - text-classification language: - ka - en size_categories: - n<1K tags: - benchmark - sentiment-analysis --- # sst2-ka Georgian translation of the SST-2 (Stanford Sentiment Treebank) benchmark. ## Dataset Summary | Property | Value | |----------|-------| | Examples | 481 | | Splits | validation | | Languages | Georgian, English | | Task | Sentiment Classification | ## Data Fields - `sentence`: Sentence (English) - `label`: Sentiment label (0=negative, 1=positive) - `idx`: Example index - `sentence_ka`: Sentence (Georgian) ## Translation Methodology 1. Translation model generates initial Georgian translation 2. Human contractor verifies and fixes translation if needed 3. Human validator confirms translation quality ## Usage ```python from datasets import load_dataset ds = load_dataset("tbilisi-ai-lab/sst2-ka") ``` ## Citation ```bibtex @misc{tbilisi2025sst2ka, title = {sst2-ka: Georgian SST-2 Benchmark}, author = {Tbilisi AI Lab Team}, year = {2025}, publisher = {Hugging Face}, howpublished = {\url{https://huggingface.co/datasets/tbilisi-ai-lab/sst2-ka}} } ``` ## License [ODC-BY](https://opendatacommons.org/licenses/by/1-0/) ## Contact - **Organization:** [Tbilisi AI Lab](https://huggingface.co/tbilisi-ai-lab) - **Website:** [ailab.ge](https://ailab.ge)