Challenge: Contextual word embeddings have demonstrated state-of-the-art performance on various NLP tasks.
Approach: They propose to use adversarial learning to improve upon multilingual BERT's zero-resource cross-lingual performance by aligning embeddings of English documents and their translations.
Outcome: The multilingual version of BERT performs surprisingly well in cross-lingual settings, even when only labeled English data is used to finetune the model.

Similar Papers

Improving Zero-Shot Cross-Lingual Transfer Learning via Robust Training (2021.emnlp-main)

Copied to clipboard

Challenge: Pre-trained multilingual language encoders do not precisely align words and phrases across languages.
Approach: They propose a learning strategy for training robust models by drawing connections between adversarial examples and failure cases of zero-shot cross-lingual transfer.
Outcome: The proposed model can achieve good performance even if representations of different languages are not aligned well.
Language-agnostic BERT Sentence Embedding (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for learning bilingual sentence embeddings are not well explored.
Approach: They propose to combine best methods for learning multilingual sentence embeddings with pre-trained models to achieve 83.7% bi-text retrieval accuracy over 112 languages on Tatoeba.
Outcome: The proposed model achieves 83.7% bi-text retrieval accuracy over 112 languages on Tatoeba, above the 65.5% achieved by LASER.
On the Language Neutrality of Pre-trained Multilingual Representations (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing studies have focused on cross-linguality of contextual embeddings . however, they are only moderately language-neutral by default .
Approach: They propose to use unsupervised centering and fitting an explicit projection on parallel data to achieve stronger language neutrality.
Outcome: The proposed model outperforms existing models on XNLI and NER tasks.
Contextual Embeddings: When Are They Worth It? (2020.acl-main)

Copied to clipboard

Challenge: In recent years, rich contextual embeddings have enabled rapid progress on benchmarks like GLUE, but require significant computational resources during pretraining and during downstream task training and inference.
Approach: They empirically compare contextual embeddings with classic pretrained embedders and a random word embeddable with a simple baseline.
Outcome: The proposed models perform within 5 to 10% accuracy on industry-scale data.
Cross-Lingual BERT Transformation for Zero-Shot Dependency Parsing (D19-1)

Copied to clipboard

Challenge: Existing approaches to learn cross-lingual word embeddings in a contextual space are lacking.
Approach: They propose a method to generate cross-lingual contextualized word embeddings using pre-trained BERT models by learning a linear transformation from contextual word alignments.
Outcome: The proposed approach outperforms state-of-the-art models on zero-shot cross-lingual transfer parsing and is highly competitive with existing models.
A Monolingual Approach to Contextualized Word Embeddings for Mid-Resource Languages (2020.acl-main)

Copied to clipboard

Challenge: a recent trend in neural NLP has been the introduction of feature-based and fine-tuning methods . we train monolingual contextualized word embeddings for five mid-resource languages .
Approach: They use common Crawl corpus to train monolingual contextualized word embeddings . they compare performance of OSCAR-based and Wikipedia-based embeddables on part-of-speech tasks .
Outcome: The results show that OSCAR-based and Wikipedia-based embeddings perform better than Wikipedia-style embedders on part-of-speech tagging and parsing tasks.
A robust self-learning method for fully unsupervised cross-lingual mappings of word embeddings (P18-1)

Copied to clipboard

Challenge: Existing methods to learn cross-lingual word embeddings have failed in more realistic scenarios . a fully unsupervised initialization and a robust self-learning algorithm are needed to improve the existing methods.
Approach: They propose an unsupervised initialization method that exploits structural similarity of embeddings and a robust self-learning algorithm that iteratively improves it.
Outcome: The proposed method achieves the best published results in standard datasets even surpassing previous supervised systems.
E-BERT: Efficient-Yet-Effective Entity Embeddings for BERT (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to enhance BERT with factual knowledge about entities require no additional pretraining and no changes to the encoder itself.
Approach: They propose a way to inject factual knowledge into the pretrained BERT model by aligning Wikipedia2Vec entity vectors with BERT's native wordpiece vector space and feeding the aligned entity vector into BERT as if they were wordpieces.
Outcome: The proposed version outperforms baseline models on unsupervised question answering, supervised relation classification and entity linking tasks.
Don’t Use English Dev: On the Zero-Shot Cross-Lingual Evaluation of Contextual Embeddings (2020.emnlp-main)

Copied to clipboard

Challenge: Multilingual contextual embeddings have demonstrated state-of-the-art performance in zero-shot cross-lingual transfer learning.
Approach: They show that English dev accuracy makes it difficult to obtain reproducible results . they recommend providing oracle scores alongside zero-shot results if possible .
Outcome: mBERT and XLM have shown strong performance on cross-lingual recognition, text classification, dependency parsing, and other tasks.
Cross-Lingual NLU: Mitigating Language-Specific Impact in Embeddings Leveraging Adversarial Learning (2024.lrec-main)

Copied to clipboard

Challenge: Low-resource languages and computational expenses pose significant challenges in the domain of large language models.
Approach: They propose a novel approach that uses adversarial techniques to mitigate the impact of language-specific information in contextual embeddings generated by large multilingual language models.
Outcome: The proposed approach excels in zero-shot scenarios for Latin languages like Spanish, but fails to perform for languages distant from English, such as Thai and Persian.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations