paper-with-me

Papers

Tokenization Impacts Multilingual Language Modeling: Assessing Vocabulary Allocation and Overlap Across Languages

2023-05-26 · Tomasz Limisiewicz, Jiří Balhar, David Mareček

Multilingual language models have recently gained attention as a promising solution for representing multiple languages in a single model. In this paper, we propose new criteria to evaluate the quality of lexical representation and vocabulary overlap observed in sub-word tokenizers. Our findings show that the overlap of vocabulary across languages can be actually detrimental to certain downstream tasks (POS, dependency tree labeling). In contrast, NER and sentence-level tasks (cross-lingual retrieval, NLI) benefit from sharing vocabulary. We also observe that the coverage of the language-specific tokens in the multilingual vocabulary significantly impacts the word-level tasks. Our study offers a deeper understanding of the role of tokenizers in multilingual language models and guidelines for future model developers to choose the most suitable tokenizer for their specific application before undertaking costly model pre-training

📄 PDF Abstract BibTeX arXiv:2305.17179

Code (1)

tomlimi/entangled_in_scripts 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingNERPOSRetrievalSentence

Similar Papers 제목 키워드 기반

Tokenization and Morphology in Multilingual Language Models: A Comparative Analysis of mT5 and ByT5

2024-10-15 · Thao Anh Dang, Limor Raviv, Lukas Galke

Morphology is a crucial factor for multilingual language modeling as it poses direct challenges for tokenization. Here, we seek to understand how tokenization influences the morphological knowledge encoded in multilingua…

Language ModelingLanguage Modelling

Qtok: A Comprehensive Framework for Evaluating Multilingual Tokenizer Quality in Large Language Models

2024-10-16 · Iaroslav Chelombitko, Egor Safronov, Aleksey Komissarov

In the development of Large Language Models (LLMs), considerable attention has been given to the quality of training datasets. However, the role of tokenizers in the LLM training pipeline, particularly for multilingual m…

MAGNET: Improving the Multilingual Fairness of Language Models with Adaptive Gradient-Based Tokenization

2024-07-11 · Orevaoghene Ahia, Sachin Kumar, Hila Gonen, Valentin Hofmann 외

In multilingual settings, non-Latin scripts and low-resource languages are usually disadvantaged in terms of language models' utility, efficiency, and cost. Specifically, previous studies have reported multiple modeling …

FairnessLanguage ModellingSegmentation

The Roots of Performance Disparity in Multilingual Language Models: Intrinsic Modeling Difficulty or Design Choices?

2026-01-12 · Chen Shani, Yuval Reif, Nathan Roll, Dan Jurafsky 외 arxiv

Multilingual language models (LMs) promise broader NLP access, yet current systems deliver uneven performance across the world's languages. This survey examines why these gaps persist and whether they reflect intrinsic l…

What Tokens are Learned when Tokenization is Optimized Jointly with Language Modeling?

2026-08-18 · Saketh Reddy Vemula, Parameswari Krishnamurthy arxiv

Tokenization is a fundamental component of language modeling pipelines. Despite its importance, it is often fixed, even though it significantly impacts model performance across languages. In this work, we analyze what to…

Computational Efficiency