CLOct 15, 2021

A Multilingual Bag-of-Entities Model for Zero-Shot Cross-Lingual Text Classification

arXiv:2110.07792v2292 citations
Originality Highly original
AI Analysis

This addresses the problem of cross-lingual text classification for multilingual NLP applications, offering a novel method that is incremental in building upon existing multilingual pre-trained models.

The paper tackles zero-shot cross-lingual text classification by introducing a multilingual bag-of-entities model that leverages Wikidata's unique identifiers to share entity embeddings across languages, resulting in consistent performance improvements over state-of-the-art models on datasets like MLDoc, TED-CLDC, and SHINRA2020-ML.

We present a multilingual bag-of-entities model that effectively boosts the performance of zero-shot cross-lingual text classification by extending a multilingual pre-trained language model (e.g., M-BERT). It leverages the multilingual nature of Wikidata: entities in multiple languages representing the same concept are defined with a unique identifier. This enables entities described in multiple languages to be represented using shared embeddings. A model trained on entity features in a resource-rich language can thus be directly applied to other languages. Our experimental results on cross-lingual topic classification (using the MLDoc and TED-CLDC datasets) and entity typing (using the SHINRA2020-ML dataset) show that the proposed model consistently outperforms state-of-the-art models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes