mattdl commited on
Commit
cb5e495
·
verified ·
1 Parent(s): e3d4975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -13,4 +13,31 @@ tags:
13
  - dataset
14
  size_categories:
15
  - 10K<n<100K
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - dataset
14
  size_categories:
15
  - 10K<n<100K
16
+ ---
17
+ # JobBERT evaluation dataset 💾
18
+
19
+
20
+ This is the official repository containing the evaluation data that was used for the [JobBERT paper](https://arxiv.org/abs/2109.09605). This dataset is a list of vacancy titles, each tagged with an <cite>[ESCO][1]</cite> (v1.0.5) occupation.
21
+ The full dataset is split into two files in a stratified way by class distribution. This data was automatically collected from a large <cite>[governmental job board][2]</cite>.
22
+
23
+ [1]: https://ec.europa.eu/esco/portal/occupation
24
+ [2]: https://www.myfuturejobs.gov.my/
25
+
26
+ Access the JobBERT paper here: https://arxiv.org/abs/2109.09605
27
+
28
+ ## BibTeX Citation
29
+
30
+ If you use this dataset in a scientific publication, we would appreciate using the following citation:
31
+
32
+ ```
33
+ @inproceedings{8720079,
34
+ author = {{Decorte, Jens-Joris and Van Hautte, Jeroen and Demeester, Thomas and Develder, Chris}},
35
+ booktitle = {{FEAST, ECML-PKDD 2021 Workshop, Proceedings}},
36
+ language = {{eng}},
37
+ location = {{Online}},
38
+ pages = {{9}},
39
+ title = {{JobBERT : understanding job titles through skills}},
40
+ url = {{https://feast-ecmlpkdd.github.io/papers/FEAST2021_paper_6.pdf}},
41
+ year = {{2021}},
42
+ }
43
+ ```