Views
No views yet
| Model | EM | F1 |
|---|---|---|
| AraBERT02-Large | 73.72 | 86.03 |
| AraELECTRA-Base | 74.91 | 86.68 |
| ArabicTransformer-Small | 74.70 | 85.89 |
| ArabicTransformer-Base | 75.57 | 87.22 |
1@inproceedings{alrowili-shanker-2021-arabictransformer-efficient,
2 title = "{A}rabic{T}ransformer: Efficient Large {A}rabic Language Model with Funnel Transformer and {ELECTRA} Objective",
3 author = "Alrowili, Sultan and
4 Shanker, Vijay",
5 booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
6 month = nov,
7 year = "2021",
8 address = "Punta Cana, Dominican Republic",
9 publisher = "Association for Computational Linguistics",
10 url = "https://aclanthology.org/2021.findings-emnlp.108",
11 pages = "1255--1261",
12 abstract = "Pre-training Transformer-based models such as BERT and ELECTRA on a collection of Arabic corpora, demonstrated by both AraBERT and AraELECTRA, shows an impressive result on downstream tasks. However, pre-training Transformer-based language models is computationally expensive, especially for large-scale models. Recently, Funnel Transformer has addressed the sequential redundancy inside Transformer architecture by compressing the sequence of hidden states, leading to a significant reduction in the pre-training cost. This paper empirically studies the performance and efficiency of building an Arabic language model with Funnel Transformer and ELECTRA objective. We find that our model achieves state-of-the-art results on several Arabic downstream tasks despite using less computational resources compared to other BERT-based models.",
13}