Cross-Lingual Document Classification

12 papers with code • 10 benchmarks • 2 datasets

Cross-lingual document classification refers to the task of using data and models available for one language for which ample such resources are available (e.g., English) to solve classification tasks in another, commonly low-resource, language.

Multilingual and cross-lingual document classification: A meta-learning approach

mrvoh/meta_learning_multilingual_doc_classification EACL 2021

The great majority of languages in the world are considered under-resourced for the successful application of deep learning methods.

15
27 Jan 2021

Robust Cross-lingual Embeddings from Parallel Sentences

epfml/sent2vec 28 Dec 2019

Recent advances in cross-lingual word embeddings have primarily relied on mapping-based methods, which project pretrained word embeddings from different languages into a shared space through a linear transformation.

1,186
28 Dec 2019

ZeRO: Memory Optimizations Toward Training Trillion Parameter Models

labmlai/annotated_deep_learning_paper_implementations 4 Oct 2019

Large deep learning models offer significant accuracy gains, but training billions to trillions of parameters is challenging.

47,189
04 Oct 2019

Bridging the domain gap in cross-lingual document classification

laiguokun/xlu-data 16 Sep 2019

We consider the setting of semi-supervised cross-lingual understanding, where labeled data is available in a source language (English), but only unlabeled data is available in the target language.

7
16 Sep 2019

MultiFiT: Efficient Multi-lingual Language Model Fine-tuning

n-waves/multifit IJCNLP 2019

Pretrained language models are promising particularly for low-resource languages as they only require unlabelled data.

282
10 Sep 2019

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

facebookresearch/LASER TACL 2019

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.

3,515
26 Dec 2018

A Corpus for Multilingual Document Classification in Eight Languages

n-waves/multifit LREC 2018

In addition, we have observed that the class prior distributions differ significantly between the languages.

282
24 May 2018

Learning Crosslingual Word Embeddings without Bilingual Corpora

longdt219/xlingualemb EMNLP 2016

Crosslingual word embeddings represent lexical items from different languages in the same vector space, enabling transfer of NLP tools.

16
30 Jun 2016

Adversarial Deep Averaging Networks for Cross-Lingual Sentiment Classification

ccsasuke/adan TACL 2018

To tackle the sentiment classification problem in low-resource languages without adequate annotated data, we propose an Adversarial Deep Averaging Network (ADAN) to transfer the knowledge learned from labeled data on a resource-rich source language to low-resource languages where only unlabeled data exists.

61
06 Jun 2016

BilBOWA: Fast Bilingual Distributed Representations without Word Alignments

eske/multivec 9 Oct 2014

We introduce BilBOWA (Bilingual Bag-of-Words without Alignments), a simple and computationally-efficient model for learning bilingual distributed representations of words which can scale to large monolingual datasets and does not require word-aligned parallel training data.

116
09 Oct 2014