Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Pretraining Language Models with Subword Regularization: An Empirical Study of BPE Dropout in Low-Resource NLP

Domain:

natural language processing

Record type:

paper
Creator:
Visser, RuanGrobler, TrienkoDunaiski, Marcel
Host:avatar
Subword regularization methods such as BPE dropout are typically applied only during fine-tuning, while pretraining is usually done with deterministic tokenization. This creates a potential segmentation mismatch between pretraining and fine-tuning. We investigate whether applying BPE dropout during pretraining improves downstream performance in low-resource NLP. We train monolingual and bilingual BERT models on downsampled subsets of English, German, French, Spanish, Kiswahili, and isiXhosa, and evaluate them on XNLI, PAWS-X, PAN-X, and MasakhaNER 2.0. Across tasks, the best results are typically obtained when stochastic tokenization is applied during both pretraining and fine-tuning, whereas applying BPE dropout only during fine-tuning can underperform deterministic tokenization in smaller-data settings. This disadvantage diminishes as fine-tuning data increases, while the benefits of pretraining-time BPE dropout are largest when either pretraining or fine-tuning data is scarce. The benefits of BPE dropout are often attributed to better compositional representations, especially for rare words. To examine this, we measure morphological boundary alignment under BPE dropout and find only modest improvements in expected alignment, while better-aligned segmentations remain rare. This suggests that fine-tuning alone may provide limited exposure to such segmentations, whereas stochastic tokenization during pretraining exposes the model to them more consistently. We further show that selectively introducing morphologically aligned segmentations during fine-tuning improves performance mainly for models pretrained without BPE dropout. Overall, these findings suggest that exposure to better-aligned segmentations may contribute to the downstream benefits of applying BPE dropout during pretraining. Comments: 12 pages, 8 figures, 5 tables

Visit

arxiv.org

Tasks

language modeling

Languages

SwahiliSwahili, CoastalSwahili, CongoXhosa

Tags

Computation and LanguageMachine Learning

Similar

Regularization Advantages of Multilingual Neural Language Models for Low Resource DomainsAdapting Foundational ASR Models to Efik: An Empirical Study of an Extremely Low-Resource Tonal LanguageSpecializing Multilingual Language Models: An Empirical StudyThe Low-Resource Double Bind: An Empirical Study of Pruning for Low-Resource Machine TranslationLGSE: Lexically Grounded Subword Embedding Initialization for Low-Resource Language AdaptationScaling XLM-R with English Intermediate-Task Pretraining for Low-Resource Language Zero-Shot Accuracy

Regularization Advantages of Multilingual Neural Language Models for Low Resource Domains

Neural language modeling (LM) has led to significant improvements in several applications, including

Adapting Foundational ASR Models to Efik: An Empirical Study of an Extremely Low-Resource Tonal Language

Specializing Multilingual Language Models: An Empirical Study

Pretrained multilingual language models have become a common tool in transferring NLP capabilities t

The Low-Resource Double Bind: An Empirical Study of Pruning for Low-Resource Machine Translation

A “bigger is better” explosion in the number of parameters in deep neural networks has made it increasingly challenging to make state-of-the-art networks accessible in compute-restricted environments. Compression techniques have taken on renewed importance as a way

LGSE: Lexically Grounded Subword Embedding Initialization for Low-Resource Language Adaptation

Adapting pretrained language models to low-resource, morphologically rich languages remains a signif

Scaling XLM-R with English Intermediate-Task Pretraining for Low-Resource Language Zero-Shot Accuracy

Intermediate-task training---fine-tuning a pretrained model on an intermediate task before