paper-with-me

Papers

ModernGBERT: German-only 1B Encoder Model Trained from Scratch

2025-05-19 · Anton Ehrmanntraut, Julia Wunderle, Jan Pfister, Fotis Jannidis, Andreas Hotho

Despite the prominence of decoder-only language models, encoders remain crucial for resource-constrained applications. We introduce ModernGBERT (134M, 1B), a fully transparent family of German encoder models trained from scratch, incorporating architectural innovations from ModernBERT. To evaluate the practical trade-offs of training encoders from scratch, we also present LL\"aMmlein2Vec (120M, 1B, 7B), a family of encoders derived from German decoder-only models via LLM2Vec. We benchmark all models on natural language understanding, text embedding, and long-context reasoning tasks, enabling a controlled comparison between dedicated encoders and converted decoders. Our results show that ModernGBERT 1B outperforms prior state-of-the-art German encoders as well as encoders adapted via LLM2Vec, with regard to performance and parameter-efficiency. All models, training data, checkpoints and code are publicly available, advancing the German NLP ecosystem with transparent, high-performance encoder models.

📄 PDF Abstract BibTeX arXiv:2505.13136

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderNatural Language Understanding

Similar Papers 제목 키워드 기반

Guided contrastive self-supervised pre-training for automatic speech recognition

2022-10-22 · Aparna Khare, Minhua Wu, Saurabhchand Bhati, Jasha Droppo 외

Contrastive Predictive Coding (CPC) is a representation learning method that maximizes the mutual information between intermediate latent representations and the output of a given model. It can be used to effectively ini…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Representation Learningspeech-recognition+1

The Word and the Way: Strategies for Domain-Specific BERT Pre-Training in German Medical NLP

2026-06-02 · Henry He, Johann Frei, Raphael Schmitt arxiv

Digital healthcare generates vast amounts of clinical text that can support AI-assisted applications, yet German biomedical language models remain limited by older architectures or restricted training data. We present Ch…

Medical Named Entity RecognitionText ClassificationDomain Adaptation

Effects of Layer Freezing on Transferring a Speech Recognition System to Under-resourced Languages

2021-02-08 · KONVENS (WS) 2021 9 · Onno Eberhard, Torsten Zesch

In this paper, we investigate the effect of layer freezing on the effectiveness of model transfer in the area of automatic speech recognition. We experiment with Mozilla's DeepSpeech architecture on German and Swiss Germ…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

DeepTitle -- Leveraging BERT to generate Search Engine Optimized Headlines

2021-07-22 · Cristian Anastasiu, Hanna Behnke, Sarah Lück, Viktor Malesevic 외

Automated headline generation for online news articles is not a trivial task - machine generated titles need to be grammatically correct, informative, capture attention and generate search traffic without being "click ba…

Abstractive Text SummarizationArticlesDecoderHeadline Generation+5

LLäMmlein: Compact and Competitive German-Only Language Models from Scratch

2024-11-17 · Jan Pfister, Julia Wunderle, Andreas Hotho

We create two German-only decoder models, LL\"aMmlein 120M and 1B, transparently from scratch and publish them, along with the training data, for the German NLP research community to use. The model training involved seve…

Decoder