CLOct 1, 2020

Evaluating Multilingual BERT for Estonian

arXiv:2010.00454v23 citations
Originality Synthesis-oriented
AI Analysis

This provides practical guidance for NLP practitioners working with Estonian, though it's an incremental application of existing multilingual models to a new language.

The paper evaluated four multilingual BERT models on Estonian NLP tasks, finding they outperformed baseline models for POS tagging, morphological tagging, and text classification, while matching the best baseline for NER, with XLM-RoBERTa achieving the highest results.

Recently, large pre-trained language models, such as BERT, have reached state-of-the-art performance in many natural language processing tasks, but for many languages, including Estonian, BERT models are not yet available. However, there exist several multilingual BERT models that can handle multiple languages simultaneously and that have been trained also on Estonian data. In this paper, we evaluate four multilingual models -- multilingual BERT, multilingual distilled BERT, XLM and XLM-RoBERTa -- on several NLP tasks including POS and morphological tagging, NER and text classification. Our aim is to establish a comparison between these multilingual BERT models and the existing baseline neural models for these tasks. Our results show that multilingual BERT models can generalise well on different Estonian NLP tasks outperforming all baselines models for POS and morphological tagging and text classification, and reaching the comparable level with the best baseline for NER, with XLM-RoBERTa achieving the highest results compared with other multilingual 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