An Empirical Study of Pre-trained Transformers for Arabic Information Extraction
An Empirical Study of Pre-trained Transformers for Arabic Information Extraction
复制标题
DOI:
10.18653/v1/2020.emnlp-main.382
复制
发表时间:
2020-04
期刊:
影响因子:
--
通讯作者:
Wuwei Lan;Yang Chen;Wei Xu;Alan Ritter
中科院分区:
文献类型:
--
作者:
Wuwei Lan;Yang Chen;Wei Xu;Alan Ritter
Multilingual pre-trained Transformers, such as mBERT (Devlin et al., 2019) and XLM-RoBERTa (Conneau et al., 2020a), have been shown to enable the effective cross-lingual zero-shot transfer. However, their performance on Arabic information extraction (IE) tasks is not very well studied. In this paper, we pre-train a customized bilingual BERT, dubbed GigaBERT, that is designed specifically for Arabic NLP and English-to-Arabic zero-shot transfer learning. We study GigaBERT's effectiveness on zero-short transfer across four IE tasks: named entity recognition, part-of-speech tagging, argument role labeling, and relation extraction. Our best model significantly outperforms mBERT, XLM-RoBERTa, and AraBERT (Antoun et al., 2020) in both the supervised and zero-shot transfer settings. We have made our pre-trained models publicly available at https://github.com/lanwuwei/GigaBERT.