A Hybrid Protocol for Large-Scale Semantic Dataset Generation in Low-Resource Languages: The Turkish Semantic Relations Corpus
Ebubekir Tosun, Mehmet Emin Buldur, Özay Ezerceli, Mahmoud ElHussieni
TL;DR
Turkish suffers from a shortage of large-scale semantic relation data, hindering NLP development for morphology-rich languages. The authors propose a scalable three-phase hybrid protocol that combines FastText embedding-based clustering, LLM-driven semantic enrichment via Gemini 2.5-Flash, and dictionary-based validation to generate a Turkish Semantic Relations Corpus with 843,000 annotated pairs across synonyms, antonyms, and co-hyponyms. The dataset achieves strong downstream performance, with 90% top-1 retrieval in embedding tasks and 90% F1-macro in relation classification, while remaining cost-efficient (~$65 for enrichment and ~16k dictionary-validated synonyms). The approach is designed to generalize to other low-resource languages and is released publicly to accelerate semantic NLP research beyond Turkish, addressing data scarcity without extensive manual annotation.
Abstract
We present a hybrid methodology for generating large-scale semantic relationship datasets in low-resource languages, demonstrated through a comprehensive Turkish semantic relations corpus. Our approach integrates three phases: (1) FastText embeddings with Agglomerative Clustering to identify semantic clusters, (2) Gemini 2.5-Flash for automated semantic relationship classification, and (3) integration with curated dictionary sources. The resulting dataset comprises 843,000 unique Turkish semantic pairs across three relationship types (synonyms, antonyms, co-hyponyms) representing a 10x scale increase over existing resources at minimal cost ($65). We validate the dataset through two downstream tasks: an embedding model achieving 90% top-1 retrieval accuracy and a classification model attaining 90% F1-macro. Our scalable protocol addresses critical data scarcity in Turkish NLP and demonstrates applicability to other low-resource languages. We publicly release the dataset and models.
