paper-with-me

홈 › Papers

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

2026-07-02 · Baran Bingol, Bahaeddin Turkoglu arxiv

This paper presents TUDUM (Türkçe Düşünen Üretken Model), a project pipeline for adapting a Qwen-family 27B thinking model toward Turkish reasoning. The central problem is not only to answer Turkish prompts in Turkish, but to make the explicit reasoning trace itself Turkish. A thinking model may translate a Turkish prompt into an English-centered internal or visible scratchpad, solve the problem mostly in English, and only localize the final answer. TUDUM instead treats the generated <think>...</think> block as a trainable behavior. The pipeline starts from the project base checkpoint unsloth/Qwen3.5-27B, applies supervised fine-tuning (SFT) on 15,991 Turkish reasoning examples using LoRA adapters, and then applies GRPO-family reinforcement learning on a proxy-filtered Turkish mathematics environment. The results are mixed. SFT made the model shorter and more consistently Turkish in its reasoning behavior, with large reductions in average response length and thinking exhaustion, but reduced benchmark accuracy. RL recovered some mathematical performance, especially AIME24 at the best early checkpoint, yet did not uniformly improve all benchmarks and did not exceed the base model on the reported Macro-6 average. The contribution is therefore best framed as a technically honest Turkish-thinking reasoning pipeline and evaluation, not as a claim of state-of-the-art Turkish reasoning. The released step-50 model is publicly available.

📄 PDF Abstract BibTeX arXiv:2607.01927

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Internalized Reasoning for Long-Context Visual Document Understanding

2026-03-31 · Austin Veselka arxiv

Visual long-document understanding is critical for enterprise, legal, and scientific applications, yet the best performing open recipes have not explored reasoning, a capability which has driven leaps in math and code pe…

Mecellem Models: Turkish Models Trained from Scratch and Continually Pre-trained for the Legal Domain

2026-01-22 · Özgür Uğur, Mahmut Göksu, Mahmut Çimen, Musa Yılmaz 외 arxiv

This paper presents Mecellem models, a framework for developing specialized language models for the Turkish legal domain through domain adaptation strategies. We make two contributions: (1)Encoder Model Pre-trained from …

Domain Adaptation

MMFineReason: Closing the Multimodal Reasoning Gap via Open Data-Centric Methods

2026-01-29 · Honglin Lin, Zheng Liu, Yun Zhu, Chonghan Qin 외 arxiv

Recent advances in Vision Language Models (VLMs) have driven significant progress in visual reasoning. However, open-source VLMs still lag behind proprietary systems, largely due to the lack of high-quality reasoning dat…

Multimodal ReasoningVisual Reasoning

AM-Thinking-v1: Advancing the Frontier of Reasoning at 32B Scale

2025-05-13 · Yunjie Ji, Xiaoyu Tian, Sitong Zhao, Haotian Wang 외

We present AM-Thinking-v1, a 32B dense language model that advances the frontier of reasoning, embodying the collaborative spirit of open-source innovation. Outperforming DeepSeek-R1 and rivaling leading Mixture-of-Exper…

Mixture-of-Experts

MarsRL: Advancing Multi-Agent Reasoning System via Reinforcement Learning with Agentic Pipeline Parallelism

2025-11-14 · Shulin Liu, Dong Du, Tao Yang, Yang Li 외 arxiv

Recent progress in large language models (LLMs) has been propelled by reinforcement learning with verifiable rewards (RLVR) and test-time scaling. However, the limited output length of LLMs constrains the depth of reason…

Reinforcement Learning