--- language: - ar license: mit task_categories: - text-classification task_ids: - sentiment-analysis pretty_name: Egyptian Arabic Text Classification Dataset size_categories: - small --- # ๐Ÿ“Š Egyptian Arabic Text Classification Dataset ## ๐Ÿงพ Dataset Description This dataset contains **1,353 Egyptian Arabic (colloquial) text samples** labeled for **text classification** tasks. Each sample consists of a short sentence describing institutional or educational features, annotated with a categorical label representing the strength or presence of the feature. The dataset is suitable for **Natural Language Processing (NLP)** tasks such as: - Text Classification - Sentiment / Strength Analysis - Feature Evaluation Models > ๐Ÿ”น Labels are assigned based on students' opinions: > - Positive opinions โ†’ `strong` > - Negative opinions โ†’ `weak` > โš ๏ธ Note: All text is in **Egyptian Arabic (ุนุงู…ูŠุฉ ู…ุตุฑูŠุฉ)**, which may require special preprocessing or tokenization. --- ## ๐Ÿ“ Data Structure The dataset consists of two columns: | Column | Description | |------|------------| | `text` | Egyptian Arabic textual description | | `label` | Classification label (`strong` or `weak`) | ### โœ๏ธ Example Samples | text | label | |-----|------| | ุงู„ุฌูˆ ููŠ ุงู„ู…ุนู‡ุฏ ู…ุฑูŠุญ ูˆู‡ุงุฏูŠ | strong | | ุงู„ุจุฑุงู…ุฌ ุงู„ุชุนู„ูŠู…ูŠุฉ ู…ุด ู…ุชู†ูˆุนุฉ | weak | | ุงู„ู…ูˆู‚ุน ุงู„ุฅู„ูƒุชุฑูˆู†ูŠ ู…ูˆุฌูˆุฏ ูˆุจูŠุดุชุบู„ ูƒูˆูŠุณ | strong | --- ## ๐Ÿท๏ธ Labels - **strong**: Positive or strong presence of the described feature. - **weak**: Negative or weak presence of the described feature. > โš ๏ธ Future versions of the dataset may include additional labels. --- ## ๐ŸŽฏ Intended Use - Training and evaluating Arabic NLP classification models - Academic research in educational quality assessment - Experiments with transformers and deep learning models - Benchmarking Egyptian Arabic text understanding --- ## โš ๏ธ Limitations - The dataset is relatively **small** (1,353 samples) and may require augmentation for deep learning models. - Labels are **domain-specific** and reflect a particular evaluation context. - Text is in **Egyptian Colloquial Arabic**, not Modern Standard Arabic. - Not intended for high-stakes or real-world decision-making. --- ## โš–๏ธ Ethical Considerations - The dataset does **not** contain personal or sensitive information. - All texts are generic and institution-related. - The dataset is provided for **research and educational purposes only**. --- ## ๐Ÿ“œ License MIT License --- ## ๐Ÿ“Œ Citation Mahmoud, A. A. (2026). *Egyptian Arabic Text Classification Dataset* [Data set]. Retrieved from Hugging Face Hub.