paper-with-me

Papers

Unsupervised Cross-lingual Representation Learning at Scale

2019-11-05 · ACL 2020 6 · Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzmán, Edouard Grave, Myle Ott, Luke Zettlemoyer, Veselin Stoyanov

This paper shows that pretraining multilingual language models at scale leads to significant performance gains for a wide range of cross-lingual transfer tasks. We train a Transformer-based masked language model on one hundred languages, using more than two terabytes of filtered CommonCrawl data. Our model, dubbed XLM-R, significantly outperforms multilingual BERT (mBERT) on a variety of cross-lingual benchmarks, including +14.6% average accuracy on XNLI, +13% average F1 score on MLQA, and +2.4% F1 score on NER. XLM-R performs particularly well on low-resource languages, improving 15.7% in XNLI accuracy for Swahili and 11.4% for Urdu over previous XLM models. We also present a detailed empirical analysis of the key factors that are required to achieve these gains, including the trade-offs between (1) positive transfer and capacity dilution and (2) the performance of high and low resource languages at scale. Finally, we show, for the first time, the possibility of multilingual modeling without sacrificing per-language performance; XLM-R is very competitive with strong monolingual models on the GLUE and XNLI benchmarks. We will make our code, data and models publicly available.

📄 PDF Abstract BibTeX arXiv:1911.02116

Code (35)

facebookresearch/XLM 공식 구현 pytorch
facebookresearch/cc_net 공식 구현
1-punchMan/CLTS pytorch
MindCode-4/code-13/tree/main/TSGD mindspore
MindCode-4/code-5/tree/main/xlm_roberta_xl mindspore
MindSpore-scientific-2/code-3/tree/main/TSGD mindspore
MindSpore-scientific/code-12/tree/main/INR-Implicit-Neural-Representations-with-Periodic-Activation-Functions mindspore
MindSpore-scientific/code-14/tree/main/TSGD mindspore
Stanley-Zheng/ignitionhacks tf
Tikquuss/meta_XLM pytorch
Unbabel/COMET pytorch
YuweiYin/HLT-MT pytorch
aleksac99/SQuAD-SR
apple/ml-mkqa
ashwanitanwar/nmt-transfer-learning-xlm-r pytorch
bcaitech1/p2-klue-Heeseok-Jeong pytorch
bitextor/bicleaner-ai tf
deepmind/xquad
deepset-ai/FARM pytorch
deterministic-algorithms-lab/Large-XLM pytorch
feyzaakyurek/XLM-LwLL pytorch
google-deepmind/xquad
heraclex12/vietpunc jax
huggingface/transformers pytorch
huhailinguist/ChineseNLIProbing pytorch
ilhamfp/indonesian-text-classification-multilingual pytorch
inzva/turkish-glove
kheeong/XLM_OWN pytorch
lsqdecodebox/NLP-Comptition-review
martincjespersen/DaAnonymization
nlp-uoregon/trankit pytorch
pwc-1/Paper-9/tree/main/1/xlm_roberta mindspore
sanderwood/clamp3 pytorch
somiltg/xquad
stanleyjzheng/ignitionhacks tf

Tasks

Cross-Lingual TransferLanguage ModelingLanguage ModellingMultilingual NLPRepresentation LearningXLM-R

Methods 이 논문이 사용한 방법론

XLM-R XLM-R
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
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…
Weight Decay 설명 없음
XLM XLM is a Transformer based architecture that is pre-trained using one of three language modelling objectives: 1. Causal…

Similar Papers 제목 키워드 기반

Unsupervised Cross-Lingual Representation Learning

2019-07-01 · ACL 2019 7 · Sebastian Ruder, Anders S{\o}gaard, Ivan Vuli{\'c}

In this tutorial, we provide a comprehensive survey of the exciting recent work on cutting-edge weakly-supervised and unsupervised cross-lingual word representations. After providing a brief history of supervised cross-l…

Representation LearningStructured Prediction

Unsupervised Domain Adaptation of a Pretrained Cross-Lingual Language Model

2020-11-23 · Juntao Li, Ruidan He, Hai Ye, Hwee Tou Ng 외

Recent research indicates that pretraining cross-lingual language models on large-scale unlabeled texts yields significant performance improvements over various cross-lingual and low-resource tasks. Through training on o…

Domain AdaptationLanguage ModelingLanguage ModellingMutual Information Estimation+1

Cross-lingual Feature Extraction from Monolingual Corpora for Low-resource Unsupervised Bilingual Lexicon Induction

2022-10-01 · COLING 2022 10 · Zihao Feng, Hailong Cao, Tiejun Zhao, Weixuan Wang 외

Despite their progress in high-resource language settings, unsupervised bilingual lexicon induction (UBLI) models often fail on corpora with low-resource distant language pairs due to insufficient initialization. In this…

Bilingual Lexicon InductionWord Embeddings

Bilingual alignment transfers to multilingual alignment for unsupervised parallel text mining

2021-04-15 · ACL 2022 5 · Chih-chan Tien, Shane Steinert-Threlkeld

This work presents methods for learning cross-lingual sentence representations using paired or unpaired bilingual texts. We hypothesize that the cross-lingual alignment strategy is transferable, and therefore a model tra…

Language ModelingLanguage ModellingRetrievalSentence+1

Unsupervised Multilingual Sentence Embeddings for Parallel Corpus Mining

2021-05-21 · ACL 2020 6 · Ivana Kvapilikova, Mikel Artetxe, Gorka Labaka, Eneko Agirre 외

Existing models of multilingual sentence embeddings require large parallel data resources which are not available for low-resource languages. We propose a novel unsupervised method to derive multilingual sentence embeddi…

Language ModelingLanguage ModellingMachine TranslationParallel Corpus Mining+4