Dr Mo El-Haj commited on
Commit ·
f78deb3
1
Parent(s): 47f2248
Add complete dataset card with GitHub-hosted images
Browse files
README.md
CHANGED
|
@@ -1,3 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ArabJobs: A Multinational Corpus of Arabic Job Advertisements
|
| 2 |
+
|
| 3 |
+
[](https://arxiv.org/pdf/2509.22589)
|
| 4 |
+
[](#license)
|
| 5 |
+
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
## 📖 Overview
|
| 9 |
+
|
| 10 |
+
**ArabJobs** is the first publicly available, multinational corpus of **Arabic job advertisements**, collected from
|
| 11 |
+
**Egypt, Jordan, Saudi Arabia, and the UAE**.
|
| 12 |
+
|
| 13 |
+
It contains:
|
| 14 |
+
|
| 15 |
+
- **8,546 job postings**
|
| 16 |
+
- **550,000+ words**
|
| 17 |
+
- Coverage across numerous **sectors** and **dialects**
|
| 18 |
+
- Rich metadata including salary, profession, gender indicators, and job categories
|
| 19 |
+
|
| 20 |
+
This dataset supports research on:
|
| 21 |
+
|
| 22 |
+
- Fairness-aware Arabic NLP
|
| 23 |
+
- Gender representation and bias in recruitment language
|
| 24 |
+
- Dialectal variation and code-switching
|
| 25 |
+
- Salary estimation and profession classification
|
| 26 |
+
- Labour market discourse across Arab countries
|
| 27 |
+
|
| 28 |
---
|
| 29 |
+
|
| 30 |
+
## 📑 Citation
|
| 31 |
+
|
| 32 |
+
If you use ArabJobs, please cite:
|
| 33 |
+
|
| 34 |
+
> El-Haj, M. (2025). *ArabJobs: A Multinational Corpus of Arabic Job Ads*.
|
| 35 |
+
> Proceedings of the 3rd ArabicNLP Conference, EMNLP, Suzhou, China, 9–10 November 2025.
|
| 36 |
+
|
| 37 |
+
### BibTeX
|
| 38 |
+
|
| 39 |
+
@inproceedings{elhaj2025arabjobs,
|
| 40 |
+
title={ArabJobs: A Multinational Corpus of Arabic Job Ads},
|
| 41 |
+
author={El-Haj, Mo},
|
| 42 |
+
booktitle={Proceedings of the ArabicNLP Workshop, EMNLP},
|
| 43 |
+
year={2025},
|
| 44 |
+
address={Suzhou, China},
|
| 45 |
+
month={November}
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
---
|
| 49 |
+
|
| 50 |
+
## 📁 Dataset Structure
|
| 51 |
+
|
| 52 |
+
Each row in the dataset corresponds to a single job advertisement with the following key fields:
|
| 53 |
+
|
| 54 |
+
- `job_title` — the job title in Arabic
|
| 55 |
+
- `description` — full job description text
|
| 56 |
+
- `country` — country of posting
|
| 57 |
+
- `location` — city or region
|
| 58 |
+
- `salary` — raw salary text
|
| 59 |
+
- `salary_local`, `salary_usd` — normalised salary
|
| 60 |
+
- `profession` — derived profession label
|
| 61 |
+
- `gender` — male, female, or neutral (when detectable)
|
| 62 |
+
- `job_category`, `sub_category` — hierarchical job categories
|
| 63 |
+
|
| 64 |
+
All text is encoded in **UTF-8 Arabic**.
|
| 65 |
+
|
| 66 |
+
---
|
| 67 |
+
|
| 68 |
+
## 📊 Visualisations
|
| 69 |
+
|
| 70 |
+
### Gendered Job Advertisements (Word Clouds)
|
| 71 |
+
|
| 72 |
+
<p align="center">
|
| 73 |
+
<img src="https://raw.githubusercontent.com/drelhaj/ArabJobs/main/figures/professionwordcloud_male.png" width="350"/>
|
| 74 |
+
<img src="https://raw.githubusercontent.com/drelhaj/ArabJobs/main/figures/professionwordcloud_female.png" width="350"/>
|
| 75 |
+
</p>
|
| 76 |
+
|
| 77 |
+
---
|
| 78 |
+
|
| 79 |
+
### Job Ads by Country
|
| 80 |
+
|
| 81 |
+
<p align="center">
|
| 82 |
+
<img src="https://raw.githubusercontent.com/drelhaj/ArabJobs/main/figures/ads_by_country_overall_english.png" width="600"/>
|
| 83 |
+
</p>
|
| 84 |
+
|
| 85 |
+
---
|
| 86 |
+
|
| 87 |
+
### Dialectal Variation
|
| 88 |
+
|
| 89 |
+
<p align="center">
|
| 90 |
+
<img src="https://raw.githubusercontent.com/drelhaj/ArabJobs/main/figures/dialects-english.png" width="700"/>
|
| 91 |
+
</p>
|
| 92 |
+
|
| 93 |
+
---
|
| 94 |
+
|
| 95 |
+
## 🧪 Example Records
|
| 96 |
+
|
| 97 |
+
Here are sample entries from the dataset:
|
| 98 |
+
|
| 99 |
+
| job_title | location | salary | profession | description | gender | country | salary_local | salary_usd | job_category | sub_category |
|
| 100 |
+
|-----------|----------|--------|------------|-------------|--------|---------|--------------|------------|--------------|--------------|
|
| 101 |
+
| مدير مكتب فنى (اثاث ) (فنون تطبيقيه ) - 15 مايو - القاهرة | 15 مايو - القاهرة | 15000 - 25000 جنيه مصري | هندسة عمارة وديكور | مطلوب مدير مكتب فنى خبرة لا تقل عن 7 سنوات… | neutral | Egypt | 20000 | 640 | إعلام وتصميم | تصميم |
|
| 102 |
+
| وظيفة أخصائي مواقع إلكترونية | الرياض | 4,000/شهرياً | أخصائي مواقع إلكترونية | يعلن صندوق اسرة الخضير عن حاجته لموظف/أو موظفة… | female | Saudi Arabia | 4000 | 1080 | تكنولوجيا المعلومات | تكنولوجيا المعلومات |
|
| 103 |
+
| معلم عربي شاورما عدد 2 | الزرقاء الجديدة | — | فندقة ومطاعم، معلم شاورما | مطلوب لدى مطاعم ابو يونس الزرقاء الجديدة… | male | Jordan | 420 | 592.2 | سياحة ومطاعم | فندقة ومطاعم |
|
| 104 |
+
| وظائف حسابات في إمارة الشارقة الإمارات | Sharjah | 3000 درهم | حسابات | وظيفة شاغرة - موظفة حسابات… | neutral | UAE | 3000 | 810 | مالية ومحاسبة | مالية ومحاسبة |
|
| 105 |
+
|
| 106 |
+
---
|
| 107 |
+
|
| 108 |
+
## 🔏 License
|
| 109 |
+
|
| 110 |
+
This dataset is released under the **CC BY 4.0 License**, allowing research and academic use with appropriate attribution.
|
| 111 |
+
|
| 112 |
+
---
|
| 113 |
+
|
| 114 |
+
## 🤝 Contributions
|
| 115 |
+
|
| 116 |
+
Feedback and contributions are welcome.
|
| 117 |
+
Please open an issue or pull request on the GitHub repository:
|
| 118 |
+
|
| 119 |
+
👉 https://github.com/drelhaj/ArabJobs
|