Research Article Open Access

Improving Arabic Named Entity Recognition with a Modified Transformer Encoder

Hamid Sadeq Mahdi Alsultani1 and Ahmed H. Aliwy2
  • 1 Department of Computer Science, College of Basic Education, University of Diyala, Iraq
  • 2 Department of Computer Science, Faculty of Computer Science and Mathematics, University of Kufa, Iraq

Abstract

This article investigates the use of a transformer encoder for Arabic Named Entity Recognition (NER). The classic transformer that was originally proposed for machine translation adopts the absolute sinusoidal position embedding which is aware of distance but unfortunately is not aware of the directionality. However, in the NER task, both distance and orientation are crucial. Therefore, in this study, instead of using absolute sinusoidal position encoding, we employ relative positional encoding and incorporate the directionality information in our NER model. More specifically, our proposed model uses Bidirectional Long Short-Term Memory (BiLSTM) for encoding every input token. Then, the output of the encoder is fed to the multi-head attention where both the distance and directionality information are incorporated. The decoder layer with a simple fully connected layer takes as input, the result of the attention layer, and the prediction layer with Conditional Random Fields (CRF) predicts the tag of each token. We validate our proposed approach on two merged public datasets, namely, ANER corp and AQMAR. Our experiment results demonstrate significant improvements when compare to the vanilla Transformer with absolute sinusoidal position encoding while achieving a state-of-the-art result on a merged two Arabic public datasets.

Journal of Computer Science
Volume 19 No. 5, 2023, 599-609

DOI: https://doi.org/10.3844/jcssp.2023.599.609

Submitted On: 4 December 2022 Published On: 10 April 2023

How to Cite: Alsultani, H. S. M. & Aliwy, A. H. (2023). Improving Arabic Named Entity Recognition with a Modified Transformer Encoder. Journal of Computer Science, 19(5), 599-609. https://doi.org/10.3844/jcssp.2023.599.609

  • 1,136 Views
  • 590 Downloads
  • 0 Citations

Download

Keywords

  • Named Entity Recognition
  • Transformer
  • Natural Language Processing