paper-with-me

홈 › Papers

On the Language-specificity of Multilingual BERT and the Impact of Fine-tuning

2021-09-14 · EMNLP (BlackboxNLP) 2021 11 · Marc Tanti, Lonneke van der Plas, Claudia Borg, Albert Gatt

Recent work has shown evidence that the knowledge acquired by multilingual BERT (mBERT) has two components: a language-specific and a language-neutral one. This paper analyses the relationship between them, in the context of fine-tuning on two tasks -- POS tagging and natural language inference -- which require the model to bring to bear different degrees of language-specific knowledge. Visualisations reveal that mBERT loses the ability to cluster representations by language after fine-tuning, a result that is supported by evidence from language identification experiments. However, further experiments on 'unlearning' language-specific representations using gradient reversal and iterative adversarial learning are shown not to add further improvement to the language-independent component over and above the effect of fine-tuning. The results presented here suggest that the process of fine-tuning causes a reorganisation of the model's limited representational capacity, enhancing language-independent representations at the expense of language-specific ones.

📄 PDF Abstract BibTeX arXiv:2109.06935

Code (1)

mtanti/mbert-language-specificity 공식 구현 pytorch

Tasks

Language IdentificationNatural Language InferencePOSPOS TaggingSpecificity

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
mBERT mBERT
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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 &…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Multilingual Language Models for Named Entity Recognition in German and English

2019-09-01 · RANLP 2019 9 · Antonia Baumann

We assess the language specificity of recent language models by exploring the potential of a multilingual language model. In particular, we evaluate Google{'}s multilingual BERT (mBERT) model on Named Entity Recognition …

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3

The Role of Orthographic Consistency in Multilingual Embedding Models for Text Classification in Arabic-Script Languages

2025-07-24 · Abdulhady Abas Abdullah, Amir H. Gandomi, Tarik A Rashid, Seyedali Mirjalili 외 arxiv

In natural language processing, multilingual models like mBERT and XLM-RoBERTa promise broad coverage but often struggle with languages that share a script yet differ in orthographic norms and cultural context. This issu…

Text Classification

Exploring Cross-Lingual Knowledge Transfer via Transliteration-Based MLM Fine-Tuning for Critically Low-resource Chakma Language

2025-10-10 · Adity Khisa, Nusrat Jahan Lia, Tasnim Mahfuz Nafis, Zarif Masud 외 arxiv

As an Indo-Aryan language with limited available data, Chakma remains largely underrepresented in language models. In this work, we introduce a novel corpus of contextually coherent Bangla-transliterated Chakma, curated …

Transfer Learning

mALBERT: Is a Compact Multilingual BERT Model Still Worth It?

2024-03-27 · Christophe Servan, Sahar Ghannay, Sophie Rosset

Within the current trend of Pretained Language Models (PLM), emerge more and more criticisms about the ethical andecological impact of such models. In this article, considering these critical remarks, we propose to focus…

Language ModelingLanguage ModellingQuestion Answering

Are BERTs Sensitive to Native Interference in L2 Production?

2021-11-01 · EMNLP (insights) 2021 11 · Zixin Tang, Prasenjit Mitra, David Reitter

With the essays part from The International Corpus Network of Asian Learners of English (ICNALE) and the TOEFL11 corpus, we fine-tuned neural language models based on BERT to predict English learners’ native languages. R…