Yuliia Maksymiuk
2026
Toward a Gold-Standard Benchmark for Evaluating Ukrainian Language Proficiency in LLMs
Svitlana Galeshchuk | Yuliia Maksymiuk | Yuliia Chernobrov | Nina Stankevych | Oleksandra Antoniv | Nataliia Faryna | Oksana Popkova
Proceedings of the Fifth Ukrainian Natural Language Processing Conference (UNLP 2026)
Svitlana Galeshchuk | Yuliia Maksymiuk | Yuliia Chernobrov | Nina Stankevych | Oleksandra Antoniv | Nataliia Faryna | Oksana Popkova
Proceedings of the Fifth Ukrainian Natural Language Processing Conference (UNLP 2026)
The paper presents an expert-curated benchmark for assessing Ukrainian proficiency in LLMs, focusing on grammar and orthography as core components of language competence. Prepared by professional linguists, the proposed gold-standard dataset is designed to test normative Ukrainian usage.The benchmark is further used to evaluate a range of LLMs, including Ukrainian-focused, multilingual, and large-scale models, under zero-shot and few-shot prompting in Ukrainian and English. Across these settings, smaller models achieve no more than 42.1% accuracy, while large-scale LLMs reach up to 59.6%. These results show that standard Ukrainian remains challenging for current LLMs and highlight the need for stronger language-specific evaluation and adaptation.
2025
Vuyko Mistral: Adapting LLMs for Low-Resource Dialectal Translation
Roman Kyslyi | Yuliia Maksymiuk | Ihor Pysmennyi
Proceedings of the Fourth Ukrainian Natural Language Processing Workshop (UNLP 2025)
Roman Kyslyi | Yuliia Maksymiuk | Ihor Pysmennyi
Proceedings of the Fourth Ukrainian Natural Language Processing Workshop (UNLP 2025)
In this paper we introduce the first effort to adapt large language models (LLMs) to the Ukrainian dialect (in our case Hutsul), a low-resource and morphologically complex dialect spoken in the Carpathian Highlands. We created a parallel corpus of 9852 dialect-to-standard Ukrainian sentence pairs and a dictionary of 7320 dialectal word mappings. We also addressed data shortage by proposing an advanced Retrieval-Augmented Generation (RAG) pipeline to generate synthetic parallel translation pairs, expanding the corpus with 52142 examples. We have fine-tuned multiple open-source LLMs using LoRA and evaluated them on a standard-to-dialect translation task, also comparing with few-shot GPT-4o translation. In the absence of human annotators, we adopt a multi-metric evaluation strategy combining BLEU, chrF++, TER, and LLM-based judgment (GPT-4o). The results show that even small(7B) finetuned models outperform zero-shot baselines such as GPT-4o across both automatic and LLM-evaluated metrics. All data, models, and code are publicly released at: https://github.com/woters/vuyko-hutsul.