CLAIDBFeb 3

BIRDTurk: Adaptation of the BIRD Text-to-SQL Dataset to Turkish

arXiv:2602.03633v1
AI Analysis

This work addresses the problem of cross-lingual Text-to-SQL evaluation for researchers, providing a controlled testbed for Turkish, but it is incremental as it adapts an existing benchmark.

The authors tackled the lack of Text-to-SQL benchmarks for morphologically rich, low-resource languages by introducing BIRDTurk, a Turkish adaptation of the BIRD dataset, which revealed consistent performance degradation in Turkish compared to English, with agentic reasoning showing stronger robustness.

Text-to-SQL systems have achieved strong performance on English benchmarks, yet their behavior in morphologically rich, low-resource languages remains largely unexplored. We introduce BIRDTurk, the first Turkish adaptation of the BIRD benchmark, constructed through a controlled translation pipeline that adapts schema identifiers to Turkish while strictly preserving the logical structure and execution semantics of SQL queries and databases. Translation quality is validated on a sample size determined by the Central Limit Theorem to ensure 95% confidence, achieving 98.15% accuracy on human-evaluated samples. Using BIRDTurk, we evaluate inference-based prompting, agentic multi-stage reasoning, and supervised fine-tuning. Our results reveal that Turkish introduces consistent performance degradation, driven by both structural linguistic divergence and underrepresentation in LLM pretraining, while agentic reasoning demonstrates stronger cross-lingual robustness. Supervised fine-tuning remains challenging for standard multilingual baselines but scales effectively with modern instruction-tuned models. BIRDTurk provides a controlled testbed for cross-lingual Text-to-SQL evaluation under realistic database conditions. We release the training and development splits to support future research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes