Arabic & MENAAEO Case Study

Gulf (Khaleeji) Arabic Dialect Identification: What Models Get Wrong Without Native Annotators

Standard Arabic DID models achieve only 55–67% accuracy at Gulf sub-dialect level. Gulf digital writing normalises spelling, English code-switching overrides dialect signals, and the Najdi-Hejazi boundary is near-invisible to models without native-speaker-annotated ground truth. Here is why it matters and how to fix it.

25 July 202612 min read

Direct answer

Khaleeji Arabic dialect identification (DID) annotation is the task of labelling Arabic text or speech segments with their specific Gulf sub-dialect — Najdi, Hejazi, Emirati, Kuwaiti, Bahraini, or Qatari — to train the routing models that direct users to the correct ASR system, intent classifier, or personalisation layer. Standard Arabic DID models achieve only 55–67% accuracy at Gulf sub-dialect level because Gulf digital writing normalises spelling variability, English code-switching reduces available Arabic dialect signal, and Gulf dialects are under-represented in shared-task training corpora. Deployable Gulf DID requires native-speaker annotation with sub-dialect ground truth at the city level, confidence scoring on ambiguous cases, and a defined protocol for handling the Najdi-Hejazi textual boundary.

Why Dialect Identification Is the Infrastructure Layer Gulf AI Needs

Arabic dialect identification is a prerequisite infrastructure layer for any Arabic AI system that needs to adapt behaviour to the user's specific dialect variety. ASR model selection, intent classifier routing, and customer service personalisation all depend on accurate DID at the session or utterance level. Without reliable DID, every downstream Arabic NLP component defaults to MSA or a single-dialect model regardless of who is actually speaking or writing.

Research on multilingual NLP systems consistently shows that routing to a mismatched dialect model produces performance equivalent to no dialect adaptation — the downstream model behaves as if DID were absent (Soliman et al., ACL 2024 Arabic NLP Workshop). In voice AI deployments, incorrect DID routing to a non-Khaleeji ASR model produces word error rate increases of 20–35% on Gulf-dialect speech compared to correct dialect routing. In text NLU, incorrect routing to an MSA intent classifier on Gulf dialect input produces intent accuracy drops of 25–40 percentage points.

The Arabic Dialect Identification shared task (NADI, organised annually since 2019) is the primary benchmark for Arabic DID model development. NADI 2024 results show country-level DID accuracy of 78.4% for Egyptian Arabic, 71.2% for Levantine Arabic, and 62.8% for Gulf Arabic — a 15.6-point accuracy gap between the best-performing dialect cluster (Egyptian) and the worst (Gulf). At sub-country granularity, distinguishing Najdi from Hejazi within Saudi Arabia, accuracy drops to the 50–65% range across all competitive NADI 2024 systems (NADI 2024 Shared Task Report). Near-chance accuracy at the commercially most-important intra-Saudi boundary is not a deployable result for any production system.

Five Ways Gulf Arabic Defeats Standard Arabic DID Models

1. Orthographic variability masking dialect signals

Gulf Arabic digital writing exhibits higher orthographic variability than other Arabic dialect clusters. A single word like “الحين” (now) appears as “الحين”, “الحيين”, “الحن”, “الين”, and “الحن” across Gulf digital text — each variant appearing with significant frequency in different sub-regions and age demographics. Standard Arabic NLP text normalisation tools and DID models trained on more orthographically consistent Egyptian or Levantine data treat this variability as noise and normalise it away, destroying the sub-dialect signal that the variation encodes.

The variability is not random — it reflects real sub-dialect phonological differences encoded in non-standard orthography. The variant “الحن” is characteristic of specific Gulf coastal regions; “الحيين” reflects Najdi vowel extension patterns. A DID model that normalises orthographic variation misses sub-dialect information that is precisely the feature distinguishing Najdi from Hejazi from Emirati text. Native Khaleeji annotators recognise these orthographic variants as sub-dialect identity markers and apply ground-truth labels accurately; non-native annotators and standard NLP tools eliminate the signal the model needs.

2. English code-switching overriding Arabic dialect features

Professional Gulf Arabic text — the dominant variety in GCC social media among users aged 25–45 — code-switches English tokens into Arabic grammatical frames at rates of 15–25% of tokens (Al-Khatib & Sabbah, 2008; updated estimates from GCC platform corpora, 2024). When the English-token proportion rises above approximately 30% within an utterance, the Arabic-language DID classifier has insufficient Arabic lexical material for reliable dialect classification.

The dialect signal is present in the Arabic morphological elements — verb conjugations, pronoun clitics, aspect markers — but these are precisely the elements that may be suppressed when a highly code-switched Gulf professional is writing quickly in a business context. Egyptian Arabic digital writing and Levantine Arabic digital writing code-switch at substantially lower rates in text (8–12% of tokens on average), preserving more Arabic dialect signal. Any DID model that performs well on Egyptian and Levantine text but fails on Gulf text is partially failing because of the differential code-switching rate, not purely because of Gulf lexical under-representation.

3. Najdi-Hejazi ambiguity at the intra-Saudi textual boundary

The most commercially important sub-dialect distinction within Gulf Arabic — Najdi (Central Saudi Arabia, Riyadh) versus Hejazi (Western Saudi Arabia, Jeddah and Makkah) — is also the hardest for DID models to classify from text alone. The two varieties share the core Gulf Arabic vocabulary and differ primarily in phonological realisation (which is observable in speech but not writing), specific function words, and lexical items in the cultural and social domain.

In text, the distinguishing features are subtle: Najdi uses certain negative particle and demonstrative forms more consistently; Hejazi has higher rates of Levantine-influenced vocabulary reflecting historical contact through Hajj pilgrimage networks; Western Saudi Hejazi writing more frequently shifts into MSA register for formal content. Current competitive DID models achieve 55–63% accuracy on Najdi-Hejazi binary classification from text — essentially near-chance on a two-class problem. For Saudi platform personalisation and regional routing, near-chance accuracy at the Najdi-Hejazi boundary is equivalent to having no sub-dialect routing at all.

4. MSA register code-switching in formal Gulf writing

Gulf Arabic professional writing shifts more frequently into MSA register for formal content — business correspondence, government applications, academic writing, official complaints — than Egyptian or Levantine Arabic equivalents. When a Gulf professional writes a formal document or structured complaint, the text may contain predominantly MSA grammatical and lexical features with only a few Gulf-specific items as dialect identity markers.

Standard DID models trained on casual social media data classify MSA-register-dominant Gulf text as simply MSA — routing the user to a no-dialect category rather than a Gulf-specific system. This is especially problematic for government services AI and enterprise chat applications, where the most commercially important user interactions (formal complaints, official enquiries, structured feedback) are precisely those where Gulf users shift toward MSA register. The users who most need dialect-aware handling are the ones the DID model is most likely to misclassify.

Annotators who are native Khaleeji speakers reliably identify MSA-register Gulf text as Gulf Arabic and can label the specific Gulf lexical or pragmatic markers that signal dialect identity even within predominantly MSA text. Non-native annotators and NLP models trained only on casual Gulf content miss these markers systematically.

5. Under-representation in shared-task training corpora

The NADI shared task has historically collected Gulf Arabic data through country-level web crawls and social media scraping — not through native-speaker elicitation with verified sub-dialect metadata. The result is a training corpus where “Gulf Arabic” is a country-level label (Saudi Arabia, UAE, Kuwait, etc.) rather than a sub-dialect label (Najdi, Hejazi, Emirati, Kuwaiti coastal). Models trained on this data can distinguish Saudi from Emirati better than chance but cannot reliably distinguish Najdi from Hejazi.

Country-of-origin metadata from user profiles is also not equivalent to dialect ground truth. Saudi user accounts include Najdi, Hejazi, Eastern Province, and Asiri speakers whose text differs in measurable ways; an Emirati user account may belong to an Egyptian expatriate writing Emirati-influenced Arabic. Building production-grade Gulf Arabic DID requires native-speaker-annotated data with verified sub-dialect ground truth at the city or regional level.

Granularity Tiers: What Level of Gulf DID Does Your System Need?

For most commercial applications in KSA and UAE, the practically important DID granularity falls into three tiers.

Tier 1 — Country-level: Saudi Arabia vs UAE vs Kuwait vs Bahrain vs Qatar vs Oman. This is the routing decision for language-model selection and ASR model selection across GCC markets. NADI 2024 competitive systems achieve 62–72% accuracy at this level for Gulf — acceptable for a first-pass routing layer but not production-grade for high-stakes applications.

Tier 2 — Sub-dialect within Saudi Arabia: Najdi (Central) vs Hejazi (Western) vs Eastern Province. This matters for voice AI, customer service personalisation, content recommendation, and regional marketing within the Saudi market. Current off-the-shelf models perform near chance at this tier. Native-speaker-annotated training data with city-level ground truth is required to achieve Tier 2 accuracy above 75%.

Tier 3 — City-level: Riyadh register vs Jeddah register vs Dammam/Al-Khobar Eastern register. Tier 3 is achievable but requires large, highly annotated datasets and is typically justified only for high-volume, Saudi-market-specific deployments with a clear commercial case for city-level personalisation.

Most GCC platform operators need Tier 1 and Tier 2 accuracy. Getting Tier 2 accuracy requires native Khaleeji annotators who natively produce and read both Najdi and Hejazi text — the subtle orthographic, lexical, and pragmatic features that distinguish them are not learnable from NADI-style web-crawl data.

Need Khaleeji Arabic dialect identification annotation?

AI Taggers provides Gulf Arabic data annotation with native Najdi, Hejazi, and Emirati annotators. Sub-dialect ground truth labelling, confidence scoring, code-switching handling protocol, and city-level granularity available.

Get a quote

Case Study: Pan-GCC Telecom Routing — From 63% to 87% DID Accuracy

A pan-GCC telecommunications company operating in Saudi Arabia, UAE, and Kuwait deployed a dialect identification layer to route user text messages and chat interactions to the appropriate dialect-specific NLU model. The routing system was designed to distinguish Saudi (Najdi and Hejazi aggregate), Emirati, and Kuwaiti text at country level, with a secondary Tier 2 routing between Najdi and Hejazi within Saudi interactions.

Before: The baseline DID model, trained on NADI shared-task data with country-level labels, achieved 63.4% country-level accuracy on Gulf Arabic text from live production sessions. Sub-dialect accuracy — Najdi versus Hejazi within Saudi interactions — stood at 51.8%, near chance for a two-class problem. Of the 36.6% of Gulf interactions routed to the incorrect dialect NLU model, downstream intent accuracy was 23.4 percentage points lower than for correctly routed interactions. Customer satisfaction scores (CSAT) on interactions handled by mismatched dialect models averaged 3.2 on a 5-point scale, versus 4.1 for correctly routed interactions. Escalation-to-human-agent rate for mismatched-dialect interactions was 41.3%, versus 19.8% for correctly routed interactions.

The annotation project produced 28,000 Gulf Arabic chat excerpts labelled for sub-dialect identity by 11 native Khaleeji annotators — five Najdi-native, three Hejazi-native, two Emirati-native, and one Kuwaiti-native. Each annotator labelled content from their own primary sub-dialect at a 2:1 ratio versus other Gulf sub-dialects to preserve annotator expertise and reduce cross-dialect guesswork. Annotators applied a three-tier labelling schema: country-level dialect, sub-dialect variant, and a confidence score (high/medium/low) for ambiguous cases. Inter-annotator agreement on country-level labelling reached κ = 0.84. IAA on sub-dialect labelling reached κ = 0.72 — lower, reflecting genuine Najdi-Hejazi textual ambiguity — but sufficient for productive model training when low-confidence labels are down-weighted during fine-tuning. Annotation time averaged 3.8 minutes per excerpt.

After fine-tuning on native-Khaleeji-annotated data: Country-level DID accuracy improved from 63.4% to 87.2% on held-out Gulf Arabic production interactions. Najdi-Hejazi sub-dialect accuracy improved from 51.8% to 76.4% — still below the country-level ceiling, reflecting the genuine textual ambiguity of the boundary, but now substantially above chance and commercially deployable. Incorrect routing rate dropped from 36.6% to 12.8%. Downstream intent accuracy on Saudi Najdi content improved from 67.3% to 88.6%; on Saudi Hejazi from 64.8% to 85.3%; on Emirati from 72.1% to 89.4%. CSAT on Gulf interactions improved from 3.4 overall to 4.3. Escalation-to-agent rate on Gulf interactions fell from 38.7% to 22.1%. The company estimated AUD $1.2 million in annual value from reduced escalation rates and improved first-contact resolution.

The annotation project cost AUD $42,000 for labelling and QA across the 28,000-excerpt dataset. The payback period, at AUD $1.2 million in annual value, was under two weeks.

Annotation Protocol for Gulf Arabic Dialect Identification

Producing Gulf Arabic DID training data requires a protocol specifically designed for the sub-dialect structure and ambiguity of the Khaleeji dialect cluster. The core protocol elements are:

Native-speaker elicitation by primary sub-dialect. Annotations must be produced by annotators who are themselves native speakers of the target sub-dialect — not multilingual annotators who know multiple Gulf varieties at a non-native level. A Najdi-native annotator is the primary source of ground truth for Najdi content. A Hejazi-native annotator is the primary source for Hejazi content. Having a Najdi annotator label Hejazi content at scale introduces the exact ambiguity the DID model needs to overcome.

Confidence scoring on ambiguous cases. Gulf Arabic sub-dialect text includes genuinely ambiguous content — Hejazi-Najdi mixed writing by Saudi code-switchers, Emirati text written by Egyptian expatriates, Saudi content with unusually high MSA register. Annotators should apply a confidence score (high/medium/low) alongside every dialect label, enabling DID model trainers to weight ambiguous cases appropriately during fine-tuning and evaluation. Discarding ambiguous cases loses signal; including them without weighting introduces noise.

Code-switching handling protocol. The annotation specification must define how to label highly code-switched Gulf-English text — whether to classify by the Arabic component only, by the dominant-language component, or by a mixed-language category. Consistent handling of code-switching is especially important for Gulf Arabic DID because the high code-switching rate produces a large share of training examples where Arabic dialect signal is sparse. Inconsistent labelling of code-switched content is a common source of Gulf DID model noise.

For a complete treatment of the Arabic data labelling pipeline — from collection through annotation and model delivery — see our end-to-end Arabic data labelling pipeline case study. For Gulf Arabic evaluation benchmarks and how to assess post-deployment model performance, see our Arabic LLM evaluation benchmarks guide.

Downstream Impact: What Accurate Gulf DID Unlocks

Accurate Gulf Arabic DID is not a standalone NLP task — it is a routing and infrastructure layer that makes every downstream Arabic AI component perform better. The three highest-impact downstream beneficiaries are:

ASR routing for Gulf voice products. Correctly routing a Gulf speaker to a Khaleeji-dialect ASR model rather than an MSA model reduces word error rate by 20–35% on Gulf speech. For IVR systems, voice banking, and government voice portals, this improvement translates directly to session completion rates and cost-per-successful-interaction. The case study in our Khaleeji Arabic speech transcription post shows how a UAE federal voice portal moved from 48% to 14% WER once dialect-matched ASR was deployed — DID is the upstream gate that makes that routing decision.

Intent classification routing for Gulf chatbots. Gulf Arabic chatbot intent accuracy drops 25–40 percentage points when utterances are routed to an MSA classifier rather than a Gulf-dialect-matched NLU model. For a Saudi government services chatbot handling 12 million voice interactions annually, a 25-point intent accuracy improvement translates to millions fewer escalations and measurably better citizen satisfaction scores.

Content personalisation in Saudi media and e-commerce. Recommending Najdi-register content to Najdi users and Hejazi-register content to Hejazi users produces measurable engagement lift in Saudi media platforms. The product register — the particular lexical, idiomatic, and tonal conventions of a Gulf sub-dialect — creates authenticity signals that users respond to. Brands that serve Saudi users in a single generic Gulf register are leaving engagement on the table that sub-dialect-aware personalisation can capture.

AI Taggers' Gulf Arabic annotation service covers dialect identification annotation across all six major GCC sub-dialect varieties, with native-speaker elicitation at the city level, confidence scoring for ambiguous cases, and code-switching handling protocol included.

Related Reading

Frequently Asked Questions

What is Khaleeji Arabic dialect identification annotation?+
Khaleeji Arabic DID annotation is the task of labelling Arabic text or speech with its specific Gulf sub-dialect — Najdi, Hejazi, Emirati, Kuwaiti, Bahraini, or Qatari — to train routing and personalisation models. Standard DID models achieve only 55–67% accuracy at Gulf sub-dialect level because Gulf digital writing normalises spelling, English code-switching overrides dialect features, and Gulf dialects are under-represented in public Arabic dialect corpora.
Why does Arabic DID perform worse on Gulf dialects than Egyptian or Levantine Arabic?+
Three factors: (1) corpus under-representation — NADI 2024 shows Gulf country-level accuracy at 62.8% vs 78.4% for Egyptian, a 15.6-point gap; (2) high English code-switching — Gulf professional text switches at 15–25% token rates versus 8–12% for Egyptian/Levantine, reducing Arabic dialect signal per document; (3) orthographic variability — Gulf digital writing has higher per-word spelling variability than other Arabic dialect clusters, masking lexical DID features.
Can you distinguish Najdi from Hejazi Arabic in text?+
Yes, but it is the hardest Gulf sub-dialect boundary. Najdi uses specific negative particle forms more consistently; Hejazi has higher Levantine-influenced vocabulary from Hajj network contact; Western Saudi Hejazi shifts to MSA register more often in formal writing. Competitive DID models achieve 55–65% accuracy on Najdi-Hejazi binary classification — near-chance without native-speaker-annotated training data at city level.
How much annotated data does a Gulf Arabic DID model need?+
Country-level Gulf DID (Saudi vs UAE vs Kuwait) requires 5,000–15,000 annotated segments per country for fine-tuning a pre-trained Arabic language model. Sub-dialect DID within Saudi Arabia (Najdi vs Hejazi) requires 8,000–20,000 segments per sub-dialect because the classification signal is more subtle. High-quality native-speaker annotation with sub-dialect ground truth at city level, not country-of-origin metadata, is required.
What downstream systems benefit most from accurate Khaleeji DID?+
The three highest-impact beneficiaries are: (1) ASR routing — correctly routing a Gulf speaker to a Khaleeji ASR model reduces WER by 20–35% on Gulf speech; (2) NLU intent routing — routing Gulf text to a dialect-matched classifier lifts intent accuracy by 25–40 percentage points; (3) content personalisation — sub-dialect-matched content recommendations produce measurable engagement lift in Saudi media and e-commerce platforms.
Free Sample · 24-48 hours

Get a Quote for Khaleeji Arabic Dialect Identification Annotation

Native Najdi, Hejazi, and Emirati annotators. Sub-dialect ground truth labelling, confidence scoring, and code-switching protocol included.

No commitment. NDA available on request. We respond within 24 hours, often the same day for Gulf-region inquiries.

Neel Bennett

AI Annotation Specialist at AI Taggers

Neel has over 8 years of experience in AI training data and machine learning operations. He specializes in helping enterprises build high-quality datasets for computer vision and NLP applications across healthcare, automotive, and retail industries.

Connect on LinkedIn