paper-with-me

홈 › Papers

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, Esra Şavirdi, Alp Talha Demir, Rumeysa Güllüce, İclal Çetin, Ömer Can Sağbaş 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 Scratch: ModernBERT-based bidirectional encoders pre-trained on a Turkish-dominant corpus of 112.7 billion tokens. We implement a checkpoint selection strategy that evaluates downstream retrieval performance throughout training, revealing that optimal checkpoints achieve best retrieval scores before pre-training loss reaches its minimum. Our encoder models achieve top-3 rankings on the Turkish retrieval leaderboard, with smaller models (155M parameters) achieving comparable performance to larger reference models (307M-567M parameters). Our approach achieves 92.36% production efficiency compared to state-of-the-art models (embeddinggemma-300m: 100.00%, BAAI/bge-m3: 99.54%, newmindai/bge-m3-stsb: 94.38%), ranking fourth overall despite requiring less computational resources. SOTA models rely on multi-stage, computationally intensive training pipelines, making our single-stage pre-training followed by efficient post-training approach a cost-effective alternative; (2)Decoder Model with Continual Pre-training (CPT): Qwen3-1.7B and Qwen3-4B models adapted to Turkish legal domain through controlled curriculum learning. Four-phase CPT with optimal sample ratios enables gradual transition from general language knowledge to specialized legal terminology and long-context reasoning. This approach achieves 36.2% perplexity reduction on Turkish legal text, demonstrating domain adaptation gains.

📄 PDF Abstract BibTeX arXiv:2601.16018

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

MoganBert-TR: A Turkish Encoder Foundation Model Trained from Scratch with a CLM-to-MLM Curriculum

2026-08-26 · Furkan Yilmaz, Habibe Aleyna Tasdemir, Muhammed Faruk Gozay arxiv

Turkish encoder models have adopted modern architectures while leaving the pretraining objective fixed at masked language modelling. This paper introduces MoganBert-TR, a 149M-parameter Turkish encoder foundation model t…

Language Modelling

TabiBERT: A Large-Scale ModernBERT Foundation Model and A Unified Benchmark for Turkish

2025-12-28 · Melikşah Türker, A. Ebrar Kızıloğlu, Onur Güngör, Susan Üsküdarlı arxiv

Since the inception of BERT, encoder-only Transformers have evolved significantly in computational efficiency, training stability, and long-context modeling. ModernBERT consolidates these advances by integrating Rotary P…

Computational EfficiencyDomain GeneralizationQuestion Answering

VBART: The Turkish LLM

2024-03-02 · Meliksah Turker, Mehmet Erdi Ari, Aydin Han

We present VBART, the first Turkish sequence-to-sequence Large Language Models (LLMs) pre-trained on a large corpus from scratch. VBART are compact LLMs based on good ideas leveraged from BART and mBART models and come i…

Abstractive Text SummarizationQuestion AnsweringQuestion GenerationQuestion-Generation+2

HeceTokenizer: A Syllable-Based Tokenization Approach for Turkish Retrieval

2026-04-12 · Senol Gulgonul arxiv

HeceTokenizer is a syllable-based tokenizer for Turkish that exploits the deterministic six-pattern phonological structure of the language to construct a closed, out-of-vocabulary (OOV)-free vocabulary of approximately 8…

SindBERT, the Sailor: Charting the Seas of Turkish NLP

2025-10-24 · Raphael Schmitt, Stefan Schweter arxiv

Transformer models have revolutionized NLP, yet many morphologically rich languages remain underrepresented in large-scale pre-training efforts. With SindBERT, we set out to chart the seas of Turkish NLP, providing the f…

Linguistic AcceptabilityPart-Of-Speech Tagging