Arabic Named Entity Recognition (NER) using BERT-Arabic

This model is a fine-tuned version of asafaya/bert-base-arabic for Arabic Named Entity Recognition (NER) on the Arabic subset of the PAN-X (XTREME) dataset.

It predicts three primary entity types: Persons (PER), Organizations (ORG), and Locations (LOC), using the standard IOB2 tagging scheme.


๐Ÿ“Š Model Performance & Test Results

The model was evaluated on an unseen test set split (10% of total stratified data).

Overall Metrics

Metric Score Percentage
Test F1-Score (Entity-level) 0.9172 91.72%
Test Accuracy (Token-level) 0.9634 96.34%
Token Error Rate 0.0366 3.66%
Entity Error Rate 0.0828 8.28%

Detailed Classification Report

              precision    recall  f1-score   support

         LOC       0.93      0.93      0.93      1564
         ORG       0.88      0.89      0.89      1438
         PER       0.93      0.94      0.94      1541

   micro avg       0.91      0.92      0.92      4543
   macro avg       0.91      0.92      0.92      4543
weighted avg       0.91      0.92      0.92      4543
Downloads last month
-
Safetensors
Model size
0.1B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Dataset used to train OmarMaqousi/ner-arabicbert

Evaluation results

  • Test F1 (Entity-level) on PAN-X.ar (XTREME)
    self-reported
    0.917
  • Test Accuracy (Token-level) on PAN-X.ar (XTREME)
    self-reported
    0.963