adlbh commited on
Commit
baa54bc
1 Parent(s): 17a8f61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -69,5 +69,22 @@ configs:
69
  - split: train
70
  path: data/train-*
71
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
- This data was scraped as part of work to construct an uncertain knowledge graph for hard skill prediction and course recommendation.
 
69
  - split: train
70
  path: data/train-*
71
  ---
72
+ # Data Description
73
+
74
+ The data is scraped from rekrute.com, which is a Moroccan job website. The available data contains job postings from 2005 to 2022.
75
+ The data contains myltiple feilds which pertain to job offers (e.g. job title, soft skills, job description, employer, sector, city)
76
+
77
+ # Publications
78
+
79
+ This data was used in the following publications:
80
+
81
+ @article{fettach2024jobedkg,
82
+ title={JobEdKG: An uncertain knowledge graph-based approach for recommending online courses and predicting in-demand skills based on career choices},
83
+ author={Fettach, Yousra and Bahaj, Adil and Ghogho, Mounir},
84
+ journal={Engineering Applications of Artificial Intelligence},
85
+ volume={131},
86
+ pages={107779},
87
+ year={2024},
88
+ publisher={Elsevier}
89
+ }
90