TUDUM: A Turkish-Thinking Reasoning Pipeline for Qwen3.5-27B

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Expert, quick

Summary

TUDUM (Türkçe Düşünen Üretken Model) is a project pipeline designed to adapt the Qwen3.5-27B thinking model for explicit Turkish reasoning, ensuring the internal reasoning trace is Turkish, not just the final output. The pipeline begins with the unsloth/Qwen3.5-27B base checkpoint, applying supervised fine-tuning (SFT) on 15,991 Turkish reasoning examples using LoRA adapters. This SFT phase resulted in shorter, more consistently Turkish reasoning behavior and reduced thinking exhaustion, though it decreased benchmark accuracy. Subsequently, GRPO-family reinforcement learning was applied within a proxy-filtered Turkish mathematics environment. While RL recovered some mathematical performance, notably on AIME24 at an early checkpoint, it did not uniformly improve all benchmarks and failed to surpass the base model's Macro-6 average. The project is presented as an honest evaluation of a Turkish-thinking reasoning pipeline, with a step-50 model publicly available.

Key takeaway

For NLP Engineers developing localized LLMs, this research highlights the complexity of achieving truly native reasoning. If your goal is deep linguistic adaptation beyond surface translation, you should anticipate that supervised fine-tuning may localize reasoning but reduce benchmark accuracy. Consider a multi-stage approach, using reinforcement learning to recover specific task performance after initial SFT, and be prepared to evaluate "thinking" quality separately from final answer accuracy.

Key insights

Adapting LLMs for deep linguistic reasoning requires explicit fine-tuning of internal thought processes, not just output translation.

Principles

Method

The pipeline involves SFT on 15,991 Turkish reasoning examples using LoRA, followed by GRPO-family reinforcement learning in a proxy-filtered Turkish mathematics environment.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.