Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
jensjorisdecorte commited on
Commit
ed44fc3
1 Parent(s): c4b7f05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -11,3 +11,35 @@ size_categories:
11
  - n<1K
12
  ---
13
  # Skill Extraction with ESCO skills - HOUSE subset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - n<1K
12
  ---
13
  # Skill Extraction with ESCO skills - HOUSE subset
14
+
15
+ ## Dataset Description
16
+
17
+ - **Paper:** https://arxiv.org/abs/2209.05987
18
+ - **Point of Contact:** jensjoris@techwolf.ai
19
+
20
+ ## Dataset Summary
21
+
22
+ This dataset contains an extension of the `HOUSE` subset form the [SkillSpan](https://arxiv.org/abs/2204.12811) dataset, in which spans of skill mentions in sentences have been labeled with corresponding [ESCO](https://esco.ec.europa.eu/en/classification/skill_main) skills (ESCO v1.1.0).
23
+
24
+ ### Citation Information
25
+
26
+ If you use this dataset, please include the following reference:
27
+
28
+ ```
29
+ @inproceedings{decorte2022design,
30
+ articleno = {{4}},
31
+ author = {{Decorte, Jens-Joris and Van Hautte, Jeroen and Deleu, Johannes and Develder, Chris and Demeester, Thomas}},
32
+ booktitle = {{Proceedings of the 2nd Workshop on Recommender Systems for Human Resources (RecSys-in-HR 2022)}},
33
+ editor = {{Kaya, Mesut and Bogers, Toine and Graus, David and Mesbah, Sepideh and Johnson, Chris and Gutiérrez, Francisco}},
34
+ isbn = {{9781450398565}},
35
+ issn = {{1613-0073}},
36
+ language = {{eng}},
37
+ location = {{Seatle, USA}},
38
+ pages = {{7}},
39
+ publisher = {{CEUR}},
40
+ title = {{Design of negative sampling strategies for distantly supervised skill extraction}},
41
+ url = {{https://ceur-ws.org/Vol-3218/RecSysHR2022-paper_4.pdf}},
42
+ volume = {{3218}},
43
+ year = {{2022}},
44
+ }
45
+ ```