paper-with-me

Papers

TransMI: A Framework to Create Strong Baselines from Multilingual Pretrained Language Models for Transliterated Data

2024-05-16 · Yihong Liu, Chunlan Ma, Haotian Ye, Hinrich Schütze

Transliterating related languages that use different scripts into a common script is effective for improving crosslingual transfer in downstream tasks. However, this methodology often makes pretraining a model from scratch unavoidable, as transliteration brings about new subwords not covered in existing multilingual pretrained language models (mPLMs). This is undesirable because it requires a large computation budget. A more promising way is to make full use of available mPLMs. To this end, this paper proposes a simple but effective framework: Transliterate-Merge-Initialize (TransMI). TransMI can create strong baselines for data that is transliterated into a common script by exploiting an existing mPLM and its tokenizer without any training. TransMI has three stages: (a) transliterate the vocabulary of an mPLM into a common script; (b) merge the new vocabulary with the original vocabulary; and (c) initialize the embeddings of the new subwords. We apply TransMI to three strong recent mPLMs. Our experiments demonstrate that TransMI not only preserves the mPLM's ability to handle non-transliterated data, but also enables it to effectively process transliterated data, thereby facilitating crosslingual transfer across scripts. The results show consistent improvements of 3% to 34% for different mPLMs and tasks. We make our code and models publicly available at \url{https://github.com/cisnlp/TransMI}.

📄 PDF Abstract BibTeX arXiv:2405.09913

Code (1)

cisnlp/transmi 공식 구현 pytorch

Tasks

Transliteration

Similar Papers 제목 키워드 기반

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

Revamping Multilingual Agreement Bidirectionally via Switched Back-translation for Multilingual Neural Machine Translation

2022-09-28 · Hongyuan Lu, Haoyang Huang, Shuming Ma, Dongdong Zhang 외

Despite the fact that multilingual agreement (MA) has shown its importance for multilingual neural machine translation (MNMT), current methodologies in the field have two shortages: (i) require parallel data between mult…

Document Level Machine TranslationDocument TranslationMachine TranslationTranslation

OpenMSD: Towards Multilingual Scientific Documents Similarity Measurement

2023-09-19 · Yang Gao, Ji Ma, Ivan Korotkov, Keith Hall 외

We develop and evaluate multilingual scientific documents similarity measurement models in this work. Such models can be used to find related works in different languages, which can help multilingual researchers find and…

X-RiSAWOZ: High-Quality End-to-End Multilingual Dialogue Datasets and Few-shot Agents

2023-06-30 · Mehrad Moradshahi, Tianhao Shen, Kalika Bali, Monojit Choudhury 외

Task-oriented dialogue research has mainly focused on a few popular languages like English and Chinese, due to the high dataset creation cost for a new language. To reduce the cost, we apply manual editing to automatical…

Entity AlignmentMachine TranslationTranslation

Disfluency Detection for Vietnamese

2022-10-01 · COLING (WNUT) 2022 10 · Mai Dao, Thinh Hung Truong, Dat Quoc Nguyen

In this paper, we present the first empirical study for Vietnamese disfluency detection. To conduct this study, we first create a disfluency detection dataset for Vietnamese, with manual annotations over two disfluency t…

Vietnamese Word SegmentationXLM-R