paper-with-me

Papers

AraGPT2: Pre-Trained Transformer for Arabic Language Generation

2020-12-31 · EACL (WANLP) 2021 4 · Wissam Antoun, Fady Baly, Hazem Hajj

Recently, pre-trained transformer-based architectures have proven to be very efficient at language modeling and understanding, given that they are trained on a large enough corpus. Applications in language generation for Arabic are still lagging in comparison to other NLP advances primarily due to the lack of advanced Arabic language generation models. In this paper, we develop the first advanced Arabic language generation model, AraGPT2, trained from scratch on a large Arabic corpus of internet text and news articles. Our largest model, AraGPT2-mega, has 1.46 billion parameters, which makes it the largest Arabic language model available. The Mega model was evaluated and showed success on different tasks including synthetic news generation, and zero-shot question answering. For text generation, our best model achieves a perplexity of 29.8 on held-out Wikipedia articles. A study conducted with human evaluators showed the significant success of AraGPT2-mega in generating news articles that are difficult to distinguish from articles written by humans. We thus develop and release an automatic discriminator model with a 98% percent accuracy in detecting model-generated text. The models are also publicly available, hoping to encourage new research directions and applications for Arabic NLP.

📄 PDF Abstract BibTeX arXiv:2012.15520

Code (1)

aub-mind/araBERT 공식 구현 tf

Tasks

ArticlesLanguage ModelingLanguage ModellingNews GenerationQuestion AnsweringText Generation

Similar Papers 제목 키워드 기반

Benchmarking Transformer-based Language Models for Arabic Sentiment and Sarcasm Detection

2021-04-01 · EACL (WANLP) 2021 4 · Ibrahim Abu Farha, Walid Magdy

The introduction of transformer-based language models has been a revolutionary step for natural language processing (NLP) research. These models, such as BERT, GPT and ELECTRA, led to state-of-the-art performance in many…

BenchmarkingSarcasm Detection

Severity-Aware Weighted Loss for Arabic Medical Text Generation

2026-04-07 · Ahmed Alansary, Molham Mohamed, Ali Hamdi arxiv

Large language models have shown strong potential for Arabic medical text generation; however, traditional fine-tuning objectives treat all medical cases uniformly, ignoring differences in clinical severity. This limitat…

Text Generation

UPV at the Arabic Hate Speech 2022 Shared Task: Offensive Language and Hate Speech Detection using Transformers and Ensemble Models

2022-06-01 · OSACT (LREC) 2022 6 · Angel Felipe Magnossão de Paula, Paolo Rosso, Imene Bensalem, Wajdi Zaghouani

This paper describes our participation in the shared task Fine-Grained Hate Speech Detection on Arabic Twitter at the 5th Workshop on Open-Source Arabic Corpora and Processing Tools (OSACT). The shared task is divided in…

DecoderHate Speech Detection

Data Augmentation using Transformers and Similarity Measures for Improving Arabic Text Classification

2022-12-28 · Dania Refai, Saleh Abo-Soud, Mohammad Abdel-Rahman

The performance of learning models heavily relies on the availability and adequacy of training data. To address the dataset adequacy issue, researchers have extensively explored data augmentation (DA) as a promising appr…

ClassificationData AugmentationSentiment AnalysisSentiment Classification+2

Towards Inclusive NLP: Assessing Compressed Multilingual Transformers across Diverse Language Benchmarks

2025-07-25 · Maitha Alshehhi, Ahmed Sharshar, Mohsen Guizani arxiv

Although LLMs have attained significant success in high-resource languages, their capacity in low-resource linguistic environments like Kannada and Arabic is not yet fully understood. This work benchmarking the performan…

Cross-Lingual TransferModel Compression