paper-with-me

Papers

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

2026-03-23 · Hailay Teklehaymanot, Dren Fazlija, Wolfgang Nejdl arxiv

Adapting pretrained language models to low-resource, morphologically rich languages remains a significant challenge. Existing vocabulary expansion methods typically rely on arbitrarily segmented subword units, resulting in fragmented lexical representations and loss of critical morphological information. To address this limitation, we propose the Lexically Grounded Subword Embedding Initialization (LGSE) framework, which introduces morphologically informed segmentation for initializing embeddings of novel tokens. Instead of using random vectors or arbitrary subwords, LGSE decomposes words into their constituent morphemes and constructs semantically coherent embeddings by averaging pretrained subword or FastText-based morpheme representations. When a token cannot be segmented into meaningful morphemes, its embedding is constructed using character n-gram representations to capture structural information. During Language-Adaptive Pretraining, we apply a regularization term that penalizes large deviations of newly introduced embeddings from their initialized values, preserving alignment with the original pretrained embedding space while enabling adaptation to the target language. To isolate the effect of initialization, we retain the original pre-trained model vocabulary and tokenizer and update only the new embeddings during adaptation. We evaluate LGSE on three NLP tasks: Question Answering, Named Entity Recognition, and Text Classification, in two morphologically rich, low-resource languages: Amharic and Tigrinya, where morphological segmentation resources are available. Experimental results show that LGSE consistently outperforms baseline methods across all tasks, demonstrating the effectiveness of morphologically grounded embedding initialization for improving representation quality in underrepresented languages. Project resources are available in the GitHub link.

📄 PDF Abstract BibTeX arXiv:2603.22629

Code (0)

등록된 구현이 없습니다.

Tasks

Text ClassificationQuestion Answering

Similar Papers 제목 키워드 기반

Lexically Grounded Subword Segmentation

2024-06-19 · Jindřich Libovický, Jindřich Helcl

We present three innovations in tokenization and subword segmentation. First, we propose to use unsupervised morphological analysis with Morfessor as pre-tokenization. Second, we present an algebraic method for obtaining…

Machine TranslationMorphological AnalysisPart-Of-Speech TaggingSegmentation+1

Beyond Initialization Loss: A Systematic Study of Token Embedding Initialization Strategies for LLM Vocabulary Extension

2026-08-04 · Raviraj Joshi, Utkarsh Vaidya, Sanjay Singh Chauhan, Niranjan Wartikar arxiv

Vocabulary extension is an efficient way to adapt pretrained large language models (LLMs) to new languages, but the initialization of newly added token embeddings can strongly affect continued pre-training (CPT) efficien…

Semantic Retrieval

Defragmenting Language Models: An Interpretability-based Approach for Vocabulary Expansion

2026-04-17 · Maitrey Mehta, Nishant Subramani, Zhichao Xu, Ashim Gupta 외 arxiv

All languages are equal; when it comes to tokenization, some are more equal than others. Tokens are the hidden currency that dictate the cost and latency of access to contemporary LLMs. However, many languages written in…

Sparse Approximation via Generating Point Sets

2015-07-09 · Avrim Blum, Sariel Har-Peled, Benjamin Raichel

$ \newcommand{\kalg}{{k_{\mathrm{alg}}}} \newcommand{\kopt}{{k_{\mathrm{opt}}}} \newcommand{\algset}{{T}} \renewcommand{\Re}{\mathbb{R}} \newcommand{\eps}{\varepsilon} \newcommand{\pth}[2][\!]{#1\left({#2}\right)} …

WECHSEL: Effective initialization of subword embeddings for cross-lingual transfer of monolingual language models

2021-12-13 · NAACL 2022 7 · Benjamin Minixhofer, Fabian Paischer, Navid Rekabsaz

Large pretrained language models (LMs) have become the central building block of many NLP applications. Training these models requires ever more computational resources and most of the existing models are trained on Engl…

Cross-Lingual TransferWord Embeddings