File size: 2,408 Bytes
b778ae4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
baa54bc
 
 
ad09cc0
 
 
 
 
 
 
baa54bc
 
 
 
 
69e3ac5
baa54bc
 
 
 
 
 
 
 
17a8f61
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
dataset_info:
  features:
  - name: job_title
    dtype: string
  - name: city
    dtype: string
  - name: function
    dtype: string
  - name: sector
    dtype: string
  - name: Expérience requise
    dtype: string
  - name: Région
    dtype: string
  - name: Niveau d'étude et formation
    dtype: string
  - name: Type de contrat
    dtype: string
  - name: Télétravail
    dtype: string
  - name: soft_skills
    dtype: string
  - name: Entreprise
    dtype: string
  - name: Poste
    dtype: string
  - name: Profil recherché
    dtype: string
  - name: Adresse
    dtype: string
  - name: recruiter_id
    dtype: string
  - name: job_offer_id
    dtype: int64
  - name: Poste avec Management
    dtype: string
  - name: Qualités requises pour réussir dans ce rôle
    dtype: string
  - name: Ce que vous pouvez attendre de nous
    dtype: string
  - name: pub_date
    dtype: string
  - name: exp_date
    dtype: string
  - name: pub_date_day
    dtype: int64
  - name: pub_date_month
    dtype: int64
  - name: pub_date_year
    dtype: int64
  - name: exp_date_day
    dtype: int64
  - name: exp_date_month
    dtype: int64
  - name: exp_date_year
    dtype: int64
  - name: locations
    dtype: string
  splits:
  - name: train
    num_bytes: 297022334
    num_examples: 102641
  download_size: 71557440
  dataset_size: 297022334
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
#  Data Description

The data is scraped from rekrute.com, which is a Moroccan job website. The available data contains job postings from 2005 to 2022.
The data contains multiple fields which pertain to job offers (e.g. job title, soft skills, job description, employer, sector, city).

# Supported Tasks
This dataset was used to create a knowledge graph and for a descriptive analysis of the Moroccan job market.

# Languages
The data is primarily ion french, however there are job postings in English and Arabic.

# Publications

This data was used in the following publications:

@article{fettach2024jobedkg,
  title={JobEdKG: An uncertain knowledge graph-based approach for recommending online courses and predicting in-demand skills based on career choices},
  author={Fettach, Yousra and Bahaj, Adil and Ghogho, Mounir},
  journal={Engineering Applications of Artificial Intelligence},
  volume={131},
  pages={107779},
  year={2024},
  publisher={Elsevier}
}