CLJun 13, 2025

GeistBERT: Breathing Life into German NLP

arXiv:2506.11903v46 citationsh-index: 2
Originality Incremental advance
AI Analysis

This provides German NLP researchers and practitioners with an improved base model for various downstream tasks, though it is incremental as it builds on existing architectures and datasets.

The researchers tackled the problem of improving German natural language processing by developing GeistBERT, a language-specific transformer model pre-trained on a 1.3 TB German corpus, which achieved state-of-the-art results in GermEval 2018 fine text classification and strong performance across multiple NLP tasks.

Advances in transformer-based language models have highlighted the benefits of language-specific pre-training on high-quality corpora. In this context, German NLP stands to gain from updated architectures and modern datasets tailored to the linguistic characteristics of the German language. GeistBERT seeks to improve German language processing by incrementally training on a diverse corpus and optimizing model performance across various NLP tasks. We pre-trained GeistBERT using fairseq, following the RoBERTa base configuration with Whole Word Masking (WWM), and initialized from GottBERT weights. The model was trained on a 1.3 TB German corpus with dynamic masking and a fixed sequence length of 512 tokens. For evaluation, we fine-tuned the model on standard downstream tasks, including NER (CoNLL 2003, GermEval 2014), text classification (GermEval 2018 coarse/fine, 10kGNAD), and NLI (German XNLI), using $F_1$ score and accuracy as evaluation metrics. GeistBERT achieved strong results across all tasks, leading among base models and setting a new state-of-the-art (SOTA) in GermEval 2018 fine text classification. It also outperformed several larger models, particularly in classification benchmarks. To support research in German NLP, we release GeistBERT under the MIT license.

Foundations

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

Your Notes