paper-with-me

Papers

Does Manipulating Tokenization Aid Cross-Lingual Transfer? A Study on POS Tagging for Non-Standardized Languages

2023-04-20 · Verena Blaschke, Hinrich Schütze, Barbara Plank

One of the challenges with finetuning pretrained language models (PLMs) is that their tokenizer is optimized for the language(s) it was pretrained on, but brittle when it comes to previously unseen variations in the data. This can for instance be observed when finetuning PLMs on one language and evaluating them on data in a closely related language variety with no standardized orthography. Despite the high linguistic similarity, tokenization no longer corresponds to meaningful representations of the target data, leading to low performance in, e.g., part-of-speech tagging. In this work, we finetune PLMs on seven languages from three different families and analyze their zero-shot performance on closely related, non-standardized varieties. We consider different measures for the divergence in the tokenization of the source and target data, and the way they can be adjusted by manipulating the tokenization during the finetuning step. Overall, we find that the similarity between the percentage of words that get split into subwords in the source and target data (the split word ratio difference) is the strongest predictor for model performance on target data.

📄 PDF Abstract BibTeX arXiv:2304.10158

Code (6)

mainlp/convert-la-murrekorpus 공식 구현
mainlp/convert-qcri-4dialects 공식 구현
mainlp/convert-restaure-occitan 공식 구현
mainlp/noisydialect 공식 구현 pytorch
mainlp/ud_norwegian-nynorsklia_dialect 공식 구현
yangyucheng000/papercode-2/tree/main/DOEmindspore-main mindspore

Tasks

Cross-Lingual TransferPart-Of-Speech TaggingPOSPOS Tagging

Similar Papers 제목 키워드 기반

Explaining and Mitigating Crosslingual Tokenizer Inequities

2025-10-24 · Catherine Arnett, Tyler A. Chang, Stella Biderman, Benjamin K. Bergen arxiv

The number of tokens it takes to encode parallel text in different languages is known to vary. These disparities are called token premiums. Having high token premiums leads to less throughput during training and increase…

BERT is Not an Interlingua and the Bias of Tokenization

2019-11-01 · WS 2019 11 · Jasdeep Singh, Bryan McCann, Richard Socher, Caiming Xiong

Multilingual transfer learning can benefit both high- and low-resource languages, but the source of these improvements is not well understood. Cananical Correlation Analysis (CCA) of the internal representations of a pre…

ClusteringTransfer Learning

Auxiliary Subword Segmentations as Related Languages for Low Resource Multilingual Translation

2022-06-01 · EAMT 2022 6 · Nishant Kambhatla, Logan Born, Anoop Sarkar

We propose a novel technique that combines alternative subword tokenizations of a single source-target language pair that allows us to leverage multilingual neural translation training methods. These alternate segmentati…

Cross-Lingual TransferTranslation

Unknown Script: Impact of Script on Cross-Lingual Transfer

2024-04-29 · Wondimagegnhue Tsegaye Tufa, Ilia Markov, Piek Vossen

Cross-lingual transfer has become an effective way of transferring knowledge between languages. In this paper, we explore an often overlooked aspect in this domain: the influence of the source language of a language mode…

Cross-Lingual TransferLanguage ModelingLanguage Modelling

Trans-Tokenization and Cross-lingual Vocabulary Transfers: Language Adaptation of LLMs for Low-Resource NLP

2024-08-08 · François Remy, Pieter Delobelle, Hayastan Avetisyan, Alfiya Khabibullina 외

The development of monolingual language models for low and mid-resource languages continues to be hindered by the difficulty in sourcing high-quality training data. In this study, we present a novel cross-lingual vocabul…

Language ModelingLanguage ModellingMachine Translation