paper-with-me

홈 › Papers

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 Positional Embeddings (RoPE), FlashAttention, and refined normalization. Despite these developments, Turkish NLP lacks a monolingual encoder trained from scratch, incorporating such modern architectural paradigms. This work introduces TabiBERT, a monolingual Turkish encoder based on ModernBERT architecture trained from scratch on a large, curated corpus. TabiBERT is pre-trained on one trillion tokens sampled from an 84.88B token multi-domain corpus: web text (73%), scientific publications (20%), source code (6%), and mathematical content (0.3%). It supports 8,192-token context length (16x original BERT), achieves up to 2.65x inference speedup, and reduces GPU memory consumption, enabling larger batch sizes. We introduce TabiBench with 28 datasets across eight task categories with standardized splits and protocols, evaluated using GLUE-style macro-averaging. TabiBERT attains 77.58 on TabiBench, outperforming BERTurk by 1.62 points and establishing state-of-the-art on five of eight categories, with particularly strong gains on question answering (+9.55 points), code retrieval (+2.41 points), and academic understanding (+0.66 points). Compared with task-specific prior best results, including specialized models like TurkishBERTweet, TabiBERT achieves +1.47 average improvement, indicating robust cross-domain generalization. We release model weights, training configurations, and evaluation code for transparent, reproducible Turkish encoder research.

📄 PDF Abstract BibTeX arXiv:2512.23065

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDomain GeneralizationQuestion Answering

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

Patent Language Model Pretraining with ModernBERT

2025-09-18 · Amirhossein Yousefiramandi, Ciaran Cooney arxiv

Transformer-based language models such as BERT have become foundational in NLP, yet their performance degrades in specialized domains like patents, which contain long, technical, and legally structured text. Prior approa…

Chinese ModernBERT with Whole-Word Masking

2025-10-14 · Zeyu Zhao, Ningtao Wang, Xing Fu, Yu Cheng arxiv

Encoder-only Transformers have advanced along three axes -- architecture, data, and systems -- yielding Pareto gains in accuracy, speed, and memory efficiency. Yet these improvements have not fully transferred to Chinese…

BioClinical ModernBERT: A State-of-the-Art Long-Context Encoder for Biomedical and Clinical NLP

2025-06-12 · Thomas Sounack, Joshua Davis, Brigitte Durieux, Antoine Chaffin 외

Encoder-based transformer models are central to biomedical and clinical Natural Language Processing (NLP), as their bidirectional self-attention makes them well-suited for efficiently extracting structured information fr…

DecoderDomain Adaptation

AraModernBERT: Transtokenized Initialization and Long-Context Encoder Modeling for Arabic

2026-02-10 · Omar Elshehy, Omer Nacar, Abdelbasset Djamai, Muhammed Ragab 외 arxiv

Encoder-only transformer models remain widely used for discriminative NLP tasks, yet recent architectural advances have largely focused on English. In this work, we present AraModernBERT, an adaptation of the ModernBERT …

Natural Language UnderstandingQuestion Similarity