SOTAVerified

A Corpus for Multilingual Document Classification in Eight Languages

2018-05-24LREC 2018Code Available1· sign in to hype

Holger Schwenk, Xi-An Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Cross-lingual document classification aims at training a document classifier on resources in one language and transferring it to a different language without any additional resources. Several approaches have been proposed in the literature and the current best practice is to evaluate them on a subset of the Reuters Corpus Volume 2. However, this subset covers only few languages (English, German, French and Spanish) and almost all published works focus on the the transfer between English and German. In addition, we have observed that the class prior distributions differ significantly between the languages. We argue that this complicates the evaluation of the multilinguality. In this paper, we propose a new subset of the Reuters corpus with balanced class priors for eight languages. By adding Italian, Russian, Japanese and Chinese, we cover languages which are very different with respect to syntax, morphology, etc. We provide strong baselines for all language transfer directions using multilingual word and sentence embeddings respectively. Our goal is to offer a freely available framework to evaluate cross-lingual document classification, and we hope to foster by these means, research in this important area.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MLDoc Zero-Shot English-to-ChineseMultiCCA + CNNAccuracy74.73Unverified
MLDoc Zero-Shot English-to-ChineseBiLSTM (UN)Accuracy71.97Unverified
MLDoc Zero-Shot English-to-FrenchBiLSTM (UN)Accuracy74.52Unverified
MLDoc Zero-Shot English-to-FrenchBiLSTM (Europarl)Accuracy72.83Unverified
MLDoc Zero-Shot English-to-FrenchMultiCCA + CNNAccuracy72.38Unverified
MLDoc Zero-Shot English-to-GermanMultiCCA + CNNAccuracy81.2Unverified
MLDoc Zero-Shot English-to-GermanBiLSTM (Europarl)Accuracy71.83Unverified
MLDoc Zero-Shot English-to-ItalianBiLSTM (Europarl)Accuracy60.73Unverified
MLDoc Zero-Shot English-to-ItalianMultiCCA + CNNAccuracy69.38Unverified
MLDoc Zero-Shot English-to-JapaneseMultiCCA + CNNAccuracy67.63Unverified
MLDoc Zero-Shot English-to-RussianBiLSTM (UN)Accuracy61.42Unverified
MLDoc Zero-Shot English-to-RussianMultiCCA + CNNAccuracy60.8Unverified
MLDoc Zero-Shot English-to-SpanishMultiCCA + CNNAccuracy72.5Unverified
MLDoc Zero-Shot English-to-SpanishBiLSTM (UN)Accuracy69.5Unverified
MLDoc Zero-Shot English-to-SpanishBiLSTM (Europarl)Accuracy66.65Unverified
MLDoc Zero-Shot German-to-FrenchBiLSTM (Europarl)Accuracy75.45Unverified

Reproductions