paper-with-me

Papers

XNLI: Evaluating Cross-lingual Sentence Representations

2018-09-13 · EMNLP 2018 10 · Alexis Conneau, Guillaume Lample, Ruty Rinott, Adina Williams, Samuel R. Bowman, Holger Schwenk, Veselin Stoyanov

State-of-the-art natural language processing systems rely on supervision in the form of annotated data to learn competent models. These models are generally trained on data in a single language (usually English), and cannot be directly used beyond that language. Since collecting data in every language is not realistic, there has been a growing interest in cross-lingual language understanding (XLU) and low-resource cross-language transfer. In this work, we construct an evaluation set for XLU by extending the development and test sets of the Multi-Genre Natural Language Inference Corpus (MultiNLI) to 15 languages, including low-resource languages such as Swahili and Urdu. We hope that our dataset, dubbed XNLI, will catalyze research in cross-lingual sentence understanding by providing an informative standard evaluation task. In addition, we provide several baselines for multilingual sentence understanding, including two based on machine translation systems, and two that use parallel data to train aligned multilingual bag-of-words and LSTM encoders. We find that XNLI represents a practical and challenging evaluation suite, and that directly translating the test data yields the best performance among available baselines.

📄 PDF Abstract BibTeX arXiv:1809.05053

Code (9)

1-punchMan/CLTS pytorch
Somefive/XNLI pytorch
blazejdolicki/multilingual-analysis
deterministic-algorithms-lab/Large-XLM pytorch
facebookresearch/XLM pytorch
facebookresearch/XNLI
feyzaakyurek/XLM-LwLL pytorch
fshdnc/enfi-XLM pytorch
kheeong/XLM_OWN pytorch

Tasks

Cross-Lingual Natural Language InferenceMachine TranslationNatural Language InferenceSentenceTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

IndicXNLI: Evaluating Multilingual Inference for Indian Languages

2022-04-19 · Divyanshu Aggarwal, Vivek Gupta, Anoop Kunchukuttan

While Indic NLP has made rapid advances recently in terms of the availability of corpora and pre-trained models, benchmark datasets on standard NLU tasks are limited. To this end, we introduce IndicXNLI, an NLI dataset f…

Cross-Lingual TransferMachine TranslationTranslation

XD: Cross-lingual Knowledge Distillation for Polyglot Sentence Embeddings

2019-09-25 · Maksym Del, Mark Fishel

Current state-of-the-art results in multilingual natural language inference (NLI) are based on tuning XLM (a pre-trained polyglot language model) separately for each language involved, resulting in multiple models. We re…

Knowledge DistillationLanguage ModelingLanguage ModellingNatural Language Inference+2

Massively Multilingual Sentence Embeddings for Zero-Shot Cross-Lingual Transfer and Beyond

2018-12-26 · TACL 2019 3 · Mikel Artetxe, Holger Schwenk

We introduce an architecture to learn joint multilingual sentence representations for 93 languages, belonging to more than 30 different families and written in 28 different scripts. Our system uses a single BiLSTM encode…

Cross-Lingual Bitext MiningCross-Lingual Document ClassificationCross-Lingual Natural Language InferenceCross-Lingual Transfer+8

Enhancing Cross-lingual Natural Language Inference by Soft Prompting with Multilingual Verbalizer

2023-05-22 · Shuang Li, Xuming Hu, Aiwei Liu, Yawen Yang 외

Cross-lingual natural language inference is a fundamental problem in cross-lingual language understanding. Many recent works have used prompt learning to address the lack of annotated parallel corpora in XNLI. However, t…

Cross-Lingual Natural Language InferenceCross-Lingual TransferNatural Language InferencePrompt Learning

XNLIeu: a dataset for cross-lingual NLI in Basque

2024-04-10 · Maite Heredia, Julen Etxaniz, Muitze Zulaika, Xabier Saralegi 외

XNLI is a popular Natural Language Inference (NLI) benchmark widely used to evaluate cross-lingual Natural Language Understanding (NLU) capabilities across languages. In this paper, we expand XNLI to include Basque, a lo…

Natural Language InferenceNatural Language UnderstandingTransfer Learning