Datasets:
Mike
commited on
Commit
•
33062e6
1
Parent(s):
4fa40df
add new data and documentation
Browse files
README.md
CHANGED
@@ -1,3 +1,49 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language: en
|
4 |
---
|
5 |
+
|
6 |
+
This is the SkillSpan dataset created by:
|
7 |
+
|
8 |
+
```
|
9 |
+
@inproceedings{zhang-etal-2022-skillspan,
|
10 |
+
title = "{S}kill{S}pan: Hard and Soft Skill Extraction from {E}nglish Job Postings",
|
11 |
+
author = "Zhang, Mike and
|
12 |
+
Jensen, Kristian and
|
13 |
+
Sonniks, Sif and
|
14 |
+
Plank, Barbara",
|
15 |
+
booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
|
16 |
+
month = jul,
|
17 |
+
year = "2022",
|
18 |
+
address = "Seattle, United States",
|
19 |
+
publisher = "Association for Computational Linguistics",
|
20 |
+
url = "https://aclanthology.org/2022.naacl-main.366",
|
21 |
+
doi = "10.18653/v1/2022.naacl-main.366",
|
22 |
+
pages = "4962--4984"
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
+
There are document delimiters indicated by `idx`.
|
27 |
+
|
28 |
+
Number of samples (sentences):
|
29 |
+
- train: 4800
|
30 |
+
- dev: 3174
|
31 |
+
- test: 3569
|
32 |
+
|
33 |
+
Sources:
|
34 |
+
- Stackoverflow (tech)
|
35 |
+
- STAR (house)
|
36 |
+
|
37 |
+
Type of tags:
|
38 |
+
- Generic BIO tags with keys `tags_skill` and `tags_knowledge`
|
39 |
+
|
40 |
+
Sample:
|
41 |
+
```
|
42 |
+
{
|
43 |
+
"idx": 53,
|
44 |
+
"tokens": ["Drive", "our", "IT", "compliance", "agenda", "and", "develop", "our", "processes"],
|
45 |
+
"tags_skill": ["B", "I", "I", "I", "I", "O", "B", "I", "I"],
|
46 |
+
"tags_knowledge": ["O", "O", "O", "O", "O", "O", "O", "O", "O"],
|
47 |
+
"source": "house"
|
48 |
+
}
|
49 |
+
```
|
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
|
|