File size: 1,312 Bytes
c1a305b
3233e27
 
c1a305b
3233e27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-4.0
language: da
---

This is the Kompetencer dataset created by:

```
@inproceedings{zhang-etal-2022-kompetencer,
    title = "Kompetencer: Fine-grained Skill Classification in {D}anish Job Postings via Distant Supervision and Transfer Learning",
    author = "Zhang, Mike  and
      Jensen, Kristian N{\o}rgaard  and
      Plank, Barbara",
    booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
    month = jun,
    year = "2022",
    address = "Marseille, France",
    publisher = "European Language Resources Association",
    url = "https://aclanthology.org/2022.lrec-1.46",
    pages = "436--447",
}

```

There are document delimiters indicated by `idx`.

Number of samples (sentences):
- train: 778
- dev: 346
- test: 262

Sources:
- STAR (house)

Type of tags:
- Generic BIO tags with keys `tags_skill` and `tags_knowledge`

Sample:
```
{
    "idx": 1, 
    "tokens": ["Du", "skal", "s\u00e6tte", "dagsordenen", "v\u00e6re", "v\u00e6rdiskabende", "og", "levere", "skarpt", "fagligt", "og", "strategisk", "med-", "og", "modspil", "."], 
    "tags_skill": ["O", "O", "B", "I", "B", "I", "O", "B", "I", "I", "I", "I", "I", "I", "I", "I"], 
    "tags_knowledge": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"]
}
```