Overlap-based Vocabulary Generation Improves Cross-lingual Transfer Among Related Languages
Vaidehi Patil, Partha Talukdar, Sunita Sarawagi

TL;DR
This paper introduces Overlap BPE (OBPE), a modification to vocabulary generation that increases lexical overlap among related languages, significantly improving zero-shot cross-lingual transfer for low-resource languages in NLP tasks.
Contribution
The paper proposes OBPE, a simple modification to BPE that enhances token overlap among related languages, leading to better cross-lingual transfer without sacrificing high-resource language performance.
Findings
OBPE increases shared token representation for related languages.
Enhanced token overlap improves zero-shot transfer accuracy.
Reducing token overlap drastically decreases transfer performance.
Abstract
Pre-trained multilingual language models such as mBERT and XLM-R have demonstrated great potential for zero-shot cross-lingual transfer to low web-resource languages (LRL). However, due to limited model capacity, the large difference in the sizes of available monolingual corpora between high web-resource languages (HRL) and LRLs does not provide enough scope of co-embedding the LRL with the HRL, thereby affecting downstream task performance of LRLs. In this paper, we argue that relatedness among languages in a language family along the dimension of lexical overlap may be leveraged to overcome some of the corpora limitations of LRLs. We propose Overlap BPE (OBPE), a simple yet effective modification to the BPE vocabulary generation algorithm which enhances overlap across related languages. Through extensive experiments on multiple NLP tasks and datasets, we observe that OBPE generates a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsXLM-R · mBERT · Byte Pair Encoding
