paper-with-me

홈 › Papers

On the Cross-lingual Transferability of Monolingual Representations

2019-10-25 · ACL 2020 6 · Mikel Artetxe, Sebastian Ruder, Dani Yogatama

State-of-the-art unsupervised multilingual models (e.g., multilingual BERT) have been shown to generalize in a zero-shot cross-lingual setting. This generalization ability has been attributed to the use of a shared subword vocabulary and joint training across multiple languages giving rise to deep multilingual abstractions. We evaluate this hypothesis by designing an alternative approach that transfers a monolingual model to new languages at the lexical level. More concretely, we first train a transformer-based masked language model on one language, and transfer it to a new language by learning a new embedding matrix with the same masked language modeling objective, freezing parameters of all other layers. This approach does not rely on a shared vocabulary or joint training. However, we show that it is competitive with multilingual BERT on standard cross-lingual classification benchmarks and on a new Cross-lingual Question Answering Dataset (XQuAD). Our results contradict common beliefs of the basis of the generalization ability of multilingual models and suggest that deep monolingual models learn some abstractions that generalize across languages. We also release XQuAD as a more comprehensive cross-lingual benchmark, which comprises 240 paragraphs and 1190 question-answer pairs from SQuAD v1.1 translated into ten languages by professional translators.

📄 PDF Abstract BibTeX arXiv:1910.11856

Code (7)

deepmind/xquad 공식 구현
alon-albalak/xor-covid pytorch
ccasimiro88/TranslateAlignRetrieve
google-deepmind/xquad
lersouza/cross-lingual-transfer pytorch
lmarent/TranslateAlignRetrieve
somiltg/xquad

Tasks

Cross-Lingual Question AnsweringLanguage ModelingLanguage ModellingMasked Language ModelingQuestion Answering

Methods 이 논문이 사용한 방법론

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.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Cross-Lingual Text Classification with Multilingual Distillation and Zero-Shot-Aware Training

2022-02-28 · Ziqing Yang, Yiming Cui, Zhigang Chen, Shijin Wang

Multilingual pre-trained language models (MPLMs) not only can handle tasks in different languages but also exhibit surprising zero-shot cross-lingual transferability. However, MPLMs usually are not able to achieve compar…

Language ModelingLanguage Modellingtext-classificationText Classification

Exploring the BERT Cross-Lingual Transferability: a Case Study in Reading Comprehension

2020-06-17 · Proceedings of the International Conference “Dialogue 2020” 2020 6 · Konovalov V. P., Gulyaev P. A., Sorokin A. A., Kuratov Y. M. 외

Multilingual BERT has been shown to generalize well in a zero-shot cross-lingual setting. This generalization was measured on POS and NER tasks. We explore the multilingual BERT cross-language transferability on the read…

NERPOSQuestion AnsweringReading Comprehension

On the Cross-lingual Transferability of Contextualized Sense Embeddings

2021-11-01 · EMNLP (MRL) 2021 11 · Kiamehr Rezaee, Daniel Loureiro, Jose Camacho-Collados, Mohammad Taher Pilehvar

In this paper we analyze the extent to which contextualized sense embeddings, i.e., sense embeddings that are computed based on contextualized word embeddings, are transferable across languages.To this end, we compiled a…

Word EmbeddingsWord Sense Disambiguation

InfoXLM: An Information-Theoretic Framework for Cross-Lingual Language Model Pre-Training

2020-07-15 · NAACL 2021 4 · Zewen Chi, Li Dong, Furu Wei, Nan Yang 외

In this work, we present an information-theoretic framework that formulates cross-lingual language model pre-training as maximizing mutual information between multilingual-multi-granularity texts. The unified view helps …

Contrastive LearningCross-Lingual TransferLanguage ModelingLanguage Modelling+1

Cross-Lingual Language Model Meta-Pretraining

2021-09-23 · Zewen Chi, Heyan Huang, Luyang Liu, Yu Bai 외

The success of pretrained cross-lingual language models relies on two essential abilities, i.e., generalization ability for learning downstream tasks in a source language, and cross-lingual transferability for transferri…

Cross-Lingual TransferLanguage ModelingLanguage Modellingmodel