Mike commited on
Commit
3233e27
1 Parent(s): 368da74

add documentation

Browse files
Files changed (4) hide show
  1. README.md +44 -1
  2. dev.json +0 -0
  3. test.json +0 -0
  4. train.json +0 -0
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
- license: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ language: da
4
  ---
5
+
6
+ This is the Kompetencer dataset created by:
7
+
8
+ ```
9
+ @inproceedings{zhang-etal-2022-kompetencer,
10
+ title = "Kompetencer: Fine-grained Skill Classification in {D}anish Job Postings via Distant Supervision and Transfer Learning",
11
+ author = "Zhang, Mike and
12
+ Jensen, Kristian N{\o}rgaard and
13
+ Plank, Barbara",
14
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
15
+ month = jun,
16
+ year = "2022",
17
+ address = "Marseille, France",
18
+ publisher = "European Language Resources Association",
19
+ url = "https://aclanthology.org/2022.lrec-1.46",
20
+ pages = "436--447",
21
+ }
22
+
23
+ ```
24
+
25
+ There are document delimiters indicated by `idx`.
26
+
27
+ Number of samples (sentences):
28
+ - train: 778
29
+ - dev: 346
30
+ - test: 262
31
+
32
+ Sources:
33
+ - STAR (house)
34
+
35
+ Type of tags:
36
+ - Generic BIO tags with keys `tags_skill` and `tags_knowledge`
37
+
38
+ Sample:
39
+ ```
40
+ {
41
+ "idx": 1,
42
+ "tokens": ["Du", "skal", "s\u00e6tte", "dagsordenen", "v\u00e6re", "v\u00e6rdiskabende", "og", "levere", "skarpt", "fagligt", "og", "strategisk", "med-", "og", "modspil", "."],
43
+ "tags_skill": ["O", "O", "B", "I", "B", "I", "O", "B", "I", "I", "I", "I", "I", "I", "I", "I"],
44
+ "tags_knowledge": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"]
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