Datasets:
Mike commited on
Commit ·
12f90d1
1
Parent(s): aa2463f
add documentation
Browse files
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
language: de
|
| 4 |
---
|
| 5 |
+
|
| 6 |
+
This is the skill dataset created by:
|
| 7 |
+
|
| 8 |
+
```
|
| 9 |
+
@inproceedings{gnehm-etal-2022-fine,
|
| 10 |
+
title = "Fine-Grained Extraction and Classification of Skill Requirements in {G}erman-Speaking Job Ads",
|
| 11 |
+
author = {Gnehm, Ann-sophie and
|
| 12 |
+
B{\"u}hlmann, Eva and
|
| 13 |
+
Buchs, Helen and
|
| 14 |
+
Clematide, Simon},
|
| 15 |
+
booktitle = "Proceedings of the Fifth Workshop on Natural Language Processing and Computational Social Science (NLP+CSS)",
|
| 16 |
+
month = nov,
|
| 17 |
+
year = "2022",
|
| 18 |
+
address = "Abu Dhabi, UAE",
|
| 19 |
+
publisher = "Association for Computational Linguistics",
|
| 20 |
+
url = "https://aclanthology.org/2022.nlpcss-1.2",
|
| 21 |
+
doi = "10.18653/v1/2022.nlpcss-1.2",
|
| 22 |
+
pages = "14--24",
|
| 23 |
+
}
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
There are document delimiters indicated by `idx`.
|
| 27 |
+
|
| 28 |
+
Number of samples (sentences):
|
| 29 |
+
- train: 19889
|
| 30 |
+
- dev: 2332
|
| 31 |
+
- test: 2557
|
| 32 |
+
|
| 33 |
+
Sources:
|
| 34 |
+
- Swiss Job Market Monitor (SJMM): https://www.swissubase.ch/en/
|
| 35 |
+
|
| 36 |
+
Type of tags:
|
| 37 |
+
- BI(-ICT) and O tags with keys `tags_skill`
|
| 38 |
+
|
| 39 |
+
Sample:
|
| 40 |
+
```
|
| 41 |
+
{
|
| 42 |
+
"idx": 198,
|
| 43 |
+
"tokens": ["-", "besitzen", "fundierte", "Anwenderkenntnisse", "in", "MS-Office"],
|
| 44 |
+
"tags_skill": ["O", "O", "O", "O", "O", "B-ICT"]
|
| 45 |
+
}
|
| 46 |
+
```
|
dev.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|