The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
source_text: string
target_text: string
source_lang: string
target_dialect: string
country: string
dialect_group: string
subcategory: string
response_time_s: double
collected_at: string
source: string
is_synthetic: bool
quality_score: int64
category: string
speaker_hash: string
text: null
msa_text: null
context: null
to
{'text': Value('string'), 'category': Value('string'), 'country': Value('string'), 'dialect_group': Value('string'), 'quality_score': Value('int32'), 'msa_text': Value('string'), 'context': Value('string'), 'speaker_hash': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
return get_rows(
^^^^^^^^^
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2543, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2060, in __iter__
for key, pa_table in self._iter_arrow():
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2092, in _iter_arrow
pa_table = cast_table_to_features(pa_table, self.features)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2192, in cast_table_to_features
raise CastError(
datasets.table.CastError: Couldn't cast
source_text: string
target_text: string
source_lang: string
target_dialect: string
country: string
dialect_group: string
subcategory: string
response_time_s: double
collected_at: string
source: string
is_synthetic: bool
quality_score: int64
category: string
speaker_hash: string
text: null
msa_text: null
context: null
to
{'text': Value('string'), 'category': Value('string'), 'country': Value('string'), 'dialect_group': Value('string'), 'quality_score': Value('int32'), 'msa_text': Value('string'), 'context': Value('string'), 'speaker_hash': Value('string')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
🇪🇬 ArSyra Egyptian Arabic (Masri) Dataset
The most widely understood Arabic dialect — now as structured NLP data.
Dataset Summary
A dedicated Egyptian Arabic (Masri) dataset encompassing all linguistic categories. Egyptian Arabic is the most widely understood dialect in the Arab world, used extensively in media, entertainment, and online discourse.
This dataset captures authentic Egyptian speech patterns, colloquial expressions, and cultural references contributed by verified native speakers from Egypt. Ideal for building dialect-specific models, Egyptian Arabic chatbots, or as a high-value component in multi-dialect Arabic NLP pipelines.
| Statistic | Value |
|---|---|
| Total Records | 1,690 |
| Linguistic Categories | 20 |
| Countries Represented | 1 (Egypt) |
| Dialect Groups | 1 (Egyptian) |
| Average Quality Score | 75.0/100 |
| License | CC-BY-NC-SA-4.0 |
| Last Updated | 2026-02-20 |
How ArSyra Compares to Existing Arabic Datasets
| Dataset | Records | Dialects | Countries | Categories | Crowdsourced | MSA↔Dialect Pairs |
|---|---|---|---|---|---|---|
| ArSyra (arsyra-egyptian) | 1,690 | 1 | 1 | 20 | ✅ | ✅ |
| NADI (shared task) | ~20K | 4 | 21 | 1 | ❌ (Twitter) | ❌ |
| MADAR | ~12K | 6 | 25 | 1 | ✅ (paid) | ✅ |
| AOC (Arabic Online Commentary) | ~100K | — | — | 3 | ❌ (scraped) | ❌ |
| DART (Dialect Arabic) | ~25K | 5 | — | 1 | ❌ (Twitter) | ❌ |
| ArSentD-LEV | ~4K | 1 | 4 | 1 | ❌ (Twitter) | ❌ |
ArSyra's advantages: Authentic native-speaker data (not scraped), multi-category structure, parallel MSA↔dialect text, quality scored, and continuously growing.
Related ArSyra Datasets
Explore our other specialized Arabic dialect datasets:
- 🏆 ArSyra Complete — Multi-Dialect Arabic Dataset — The most comprehensive crowdsourced Arabic dialect dataset available.
- 🤖 ArSyra Chatbot — Conversational Arabic Training Data — Purpose-built training data for Arabic conversational AI systems.
- 🌐 ArSyra Translation — Arabic Dialect–MSA Parallel Corpus — Parallel corpus bridging Modern Standard Arabic and regional dialects.
- 🇸🇾 ArSyra Levantine Arabic (Shami) Dataset — Authentic Shami dialect data from Syria, Lebanon, Jordan, and Palestine.
- 🇸🇦 ArSyra Gulf Arabic (Khaliji) Dataset — Gulf Arabic data from the Arabian Peninsula's rapidly growing digital population.
- 🇲🇦 ArSyra Maghreb Arabic (Darija) Dataset — Addressing the critical underrepresentation of North African Arabic in NLP.
Browse all datasets: huggingface.co/ArSyra | arsyra.com/datasets.html
Supported Tasks
- Text Generation — Fine-tune language models to generate authentic dialectal Arabic text.
- Text Classification — Train classifiers for dialect identification, sentiment analysis, and content categorization.
Languages
Primary Language: Arabic (ar)
This dataset contains text in Modern Standard Arabic (MSA) and the following regional dialect groups: Egyptian. Country-level dialect codes: ar-EG.
Dataset Structure
Data Instances
Each record represents a single response from a verified native Arabic speaker to a structured linguistic prompt:
{
"source_text": "أريد أن أذهب إلى السوق",
"target_text": "عايز أذهب إلى السوق",
"source_lang": "ar-MSA",
"target_dialect": "egyptian",
"country": "EG",
"dialect_group": "egyptian",
"subcategory": "daily_life",
"response_time_s": 41.7,
"collected_at": "2026-01-25T20:20:38.646Z",
"source": "arsyra-synthetic",
"is_synthetic": true,
"quality_score": 75,
"category": "dialect",
"speaker_hash": "anon-c3luLWVn"
}
Data Fields
| Field | Type | Description |
|---|---|---|
text |
string | The Arabic text content — may be in dialect, MSA, or a mix |
category |
string | Linguistic category (e.g., dialect, proverbs, sentiment, conversation_pairs) |
country |
string | ISO 3166-1 alpha-2 country code of the speaker (e.g., EG, SA, MA) |
dialect_group |
string | Broad dialect group: egyptian, levantine, gulf, maghrebi, iraqi, or sudanese |
quality_score |
int | Human-assigned quality rating from 0 to 100 |
msa_text |
string | Modern Standard Arabic equivalent (where available) |
context |
string | Additional context about the prompt or response |
speaker_hash |
string | Anonymized speaker identifier |
Data Splits
| Split | Examples |
|---|---|
| train | 1,690 |
Note: A single train split is provided. We recommend creating your own train/validation/test splits based on your use case. For dialect-fair evaluation, stratify by country or dialect_group.
Category Breakdown
| Category | Records | % of Total |
|---|---|---|
| dialect | 200 | 11.8% |
| conversation_pairs | 150 | 8.9% |
| slang | 130 | 7.7% |
| vocabulary | 120 | 7.1% |
| taboo | 100 | 5.9% |
| freeform | 100 | 5.9% |
| instruction_following | 100 | 5.9% |
| proverbs | 80 | 4.7% |
| instructions | 80 | 4.7% |
| formality_transfer | 80 | 4.7% |
| medical_dialect | 80 | 4.7% |
| greetings | 70 | 4.1% |
| tech_dialect | 70 | 4.1% |
| price | 60 | 3.6% |
| paraphrase | 60 | 3.6% |
| food_culture | 60 | 3.6% |
| code_switching | 50 | 3.0% |
| sentiment | 40 | 2.4% |
| named_entities_local | 40 | 2.4% |
| control | 20 | 1.2% |
Dataset Creation
Curation Rationale
Egyptian Arabic (Masri) is spoken by 100+ million people and dominates Arabic media, yet dialect-specific NLP datasets remain scarce. This subset isolates authentic Egyptian contributions for researchers needing pure dialect data without cross-dialect contamination.
Source Data
Initial Data Collection and Normalization
Data was collected through the ArSyra platform (arsyra.com), a gamified crowdsourcing system where verified native Arabic speakers answer structured linguistic prompts about their dialect. The platform:
- Verifies speakers through phone number verification (region-specific) and language verification questions
- Presents structured prompts across multiple linguistic categories: dialect translations, conversation pairs, proverbs, slang, code-switching, sentiment expressions, instruction following, formality registers, and more
- Gamifies collection through points, leaderboards, and incentive systems to maintain engagement and data quality
- Automatically enriches responses with metadata: country, dialect group, category, and quality indicators
Who are the source language producers?
Native Arabic speakers from 1 countries across the Arab world (Egypt), participating voluntarily through the ArSyra platform. Speakers represent diverse demographics including age groups, education levels, and urban/rural backgrounds.
Annotations
Annotation Process
Each response receives:
- Automatic quality scoring based on response length, character set validation, and consistency checks
- Category labeling derived from the prompt type
- Dialect group classification based on the speaker's registered country
- Cross-speaker validation where multiple speakers from the same region answer the same prompts
Who are the annotators?
The primary "annotators" are the native speakers themselves, who provide dialectal data along with structured metadata. Quality scoring is automated. No external annotators are used for labeling.
Personal and Sensitive Information
- All speaker identifiers are anonymized — original user IDs are replaced with non-reversible hashed identifiers
- No personally identifiable information (names, locations, phone numbers) is included
- Taboo and sensitive content (where present) is clearly labeled by category
- Speakers provided informed consent during registration for their anonymized data to be used for research
Considerations for Using the Data
Social Impact
This dataset contributes to Arabic NLP equity by providing training data for the dialects actually spoken by 400+ million people. Most existing Arabic NLP resources focus exclusively on Modern Standard Arabic, which is no one's native language. By bridging this gap, ArSyra helps ensure that Arabic-speaking populations benefit equally from advances in language technology.
Discussion of Biases
Known biases to consider:
- Platform access bias — Contributors need internet access and a smartphone, potentially underrepresenting older, rural, or lower-income speakers
- Country representation — Some countries may be overrepresented depending on recruitment channels
- Urban bias — Online populations tend to be more urban, potentially underrepresenting rural dialect variants
- Literacy bias — Written responses may differ from purely spoken dialect, as speakers may unconsciously shift toward MSA
- Self-selection bias — Voluntary participants may not represent the full demographic spectrum
Other Known Limitations
- Written approximations — Dialectal Arabic has limited standardized orthography; spelling varies across speakers
- Prompt influence — Structured prompts may elicit more formal responses than spontaneous speech
- Quality variation — Despite quality scoring, some responses may be lower quality
- Temporal snapshot — Language evolves; slang and expressions may become dated over time
Additional Information
Use Cases
- Training Egyptian Arabic language models and chatbots
- Egyptian dialect-specific sentiment analysis
- Social media analysis for Egyptian Arabic content
- Speech recognition post-processing for Egyptian Arabic
Get the Full Dataset
This repository contains a preview sample of 50 records out of 1,690 total. The full dataset is available on request for research and commercial use.
How to Access
| Preview (this repo) | 50 sample records — free to download and evaluate |
| Full Dataset | 1,690 records — contact us for access |
| Suggested Price | $149 |
| Contact | support@arsyra.com |
| Website | arsyra.com |
What you get with the full dataset:
- All 1,690 quality-filtered records
- Per-category JSONL splits for easy loading
- Regular updates as our community grows
- Priority support for integration questions
- Custom filtering by country, dialect, or category on request
To request access, email support@arsyra.com with:
- Your name / organization
- Intended use case (research / commercial / education)
- Which product(s) you are interested in
We typically respond within 24 hours.
Quick Start
from datasets import load_dataset
# Load the preview sample
dataset = load_dataset("ArSyra/arsyra-egyptian")
print(f"Preview: {len(dataset['train'])} sample records")
# Browse examples
for example in dataset["train"].select(range(5)):
print(f"{example['country']} ({example['dialect_group']}): {example['text'][:80]}...")
# For the full dataset (1,690 records), contact: support@arsyra.com
Licensing Information
The preview sample included in this repository is released under CC-BY-NC-SA-4.0.
The full dataset is available under flexible licensing terms:
| License | Use Case |
|---|---|
| CC-BY-NC-SA-4.0 | Academic research, non-commercial use |
| Commercial License | Enterprise, products, SaaS applications |
Contact support@arsyra.com for commercial licensing inquiries.
Citation Information
If you use this dataset in your research, please cite:
@dataset{arsyra_arsyra_egyptian_2026,
title = {ArSyra Egyptian Arabic (Masri) Dataset},
author = {{ArSyra Team}},
year = {2026},
url = {https://huggingface.co/datasets/ArSyra/arsyra-egyptian},
publisher = {HuggingFace},
license = {CC-BY-NC-SA-4.0},
note = {Crowdsourced Arabic dialect dataset with 1,690 records from 1 countries}
}
Contributions
Thanks to the Arabic-speaking community who contributed their dialectal knowledge through the ArSyra platform. To contribute, visit arsyra.com.
Dataset card generated by the ArSyra Publish Pipeline. Last updated: 2026-02-20.
- Downloads last month
- -