CLDec 31, 2020

AraELECTRA: Pre-Training Text Discriminators for Arabic Language Understanding

arXiv:2012.15516v2808 citations
AI Analysis

This work provides a more sample-efficient pre-training method for Arabic language understanding, benefiting researchers and developers working with Arabic NLP.

This paper introduces AraELECTRA, an Arabic language representation model pretrained using the replaced token detection objective. It outperforms current state-of-the-art Arabic language models on multiple NLP tasks, including reading comprehension, sentiment analysis, and named-entity recognition, even with a smaller model size and the same pretraining data.

Advances in English language representation enabled a more sample-efficient pre-training task by Efficiently Learning an Encoder that Classifies Token Replacements Accurately (ELECTRA). Which, instead of training a model to recover masked tokens, it trains a discriminator model to distinguish true input tokens from corrupted tokens that were replaced by a generator network. On the other hand, current Arabic language representation approaches rely only on pretraining via masked language modeling. In this paper, we develop an Arabic language representation model, which we name AraELECTRA. Our model is pretrained using the replaced token detection objective on large Arabic text corpora. We evaluate our model on multiple Arabic NLP tasks, including reading comprehension, sentiment analysis, and named-entity recognition and we show that AraELECTRA outperforms current state-of-the-art Arabic language representation models, given the same pretraining data and with even a smaller model size.

Code Implementations1 repo
Foundations

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

Your Notes