paper-with-me

Papers

Extending the Subwording Model of Multilingual Pretrained Models for New Languages

2022-11-29 · Kenji Imamura, Eiichiro Sumita

Multilingual pretrained models are effective for machine translation and cross-lingual processing because they contain multiple languages in one model. However, they are pretrained after their tokenizers are fixed; therefore it is difficult to change the vocabulary after pretraining. When we extend the pretrained models to new languages, we must modify the tokenizers simultaneously. In this paper, we add new subwords to the SentencePiece tokenizer to apply a multilingual pretrained model to new languages (Inuktitut in this paper). In our experiments, we segmented Inuktitut sentences into subwords without changing the segmentation of already pretrained languages, and applied the mBART-50 pretrained model to English-Inuktitut translation.

📄 PDF Abstract BibTeX arXiv:2211.15965

Code (1)

kenji-imamura/sentpiece_mimic 공식 구현

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
SentencePiece 설명 없음

Similar Papers 제목 키워드 기반

Multilingual LAMA: Investigating Knowledge in Multilingual Pretrained Language Models

2021-02-01 · EACL 2021 2 · Nora Kassner, Philipp Dufter, Hinrich Schütze

Recently, it has been found that monolingual English language models can be used as knowledge bases. Instead of structural knowledge base queries, masked sentences such as "Paris is the capital of [MASK]" are used as pro…

Diversity

Can Perplexity Predict Fine-Tuning Performance? An Investigation of Tokenization Effects on Sequential Language Models for Nepali

2024-04-28 · Nishant Luitel, Nirajan Bekoju, Anand Kumar Sah, Subarna Shakya

Recent language models use subwording mechanisms to handle Out-of-Vocabulary(OOV) words seen during test time and, their generation capacity is generally measured using perplexity, an intrinsic metric. It is known that i…

Language ModelingLanguage Modelling

ByT5 model for massively multilingual grapheme-to-phoneme conversion

2022-04-06 · Jian Zhu, Cong Zhang, David Jurgens

In this study, we tackle massively multilingual grapheme-to-phoneme conversion through implementing G2P models based on ByT5. We have curated a G2P dataset from various sources that covers around 100 languages and traine…

Grapheme-to-Phoneme Conversion

Multilingual Translation with Extensible Multilingual Pretraining and Finetuning

2020-08-02 · Yuqing Tang, Chau Tran, Xi-An Li, Peng-Jen Chen 외

Recent work demonstrates the potential of multilingual pretraining of creating one model that can be used for various tasks in different languages. Previous work in multilingual pretraining has demonstrated that machine …

Machine TranslationTranslation

Tuning Multilingual Transformers for Language-Specific Named Entity Recognition

2019-08-01 · WS 2019 8 · Mikhail Arkhipov, Maria Trofimova, Yuri Kuratov, Alexey Sorokin

Our paper addresses the problem of multilingual named entity recognition on the material of 4 languages: Russian, Bulgarian, Czech and Polish. We solve this task using the BERT model. We use a hundred languages multiling…

Multilingual Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2