Mike
commited on
Commit
•
624b4f8
1
Parent(s):
6dc996c
add documentation
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: unknown
|
3 |
+
language: en
|
4 |
---
|
5 |
+
|
6 |
+
This is the soft-skill dataset created by:
|
7 |
+
|
8 |
+
```
|
9 |
+
@inproceedings{sayfullina2018learning,
|
10 |
+
title={Learning representations for soft skill matching},
|
11 |
+
author={Sayfullina, Luiza and Malmi, Eric and Kannala, Juho},
|
12 |
+
booktitle={Analysis of Images, Social Networks and Texts: 7th International Conference, AIST 2018, Moscow, Russia, July 5--7, 2018, Revised Selected Papers 7},
|
13 |
+
pages={141--152},
|
14 |
+
year={2018},
|
15 |
+
organization={Springer}
|
16 |
+
}
|
17 |
+
|
18 |
+
```
|
19 |
+
|
20 |
+
There are no document delimiters. Data is split by user `jjzha`.
|
21 |
+
|
22 |
+
Number of samples (sentences):
|
23 |
+
- train: 3705
|
24 |
+
- dev: 1855
|
25 |
+
- test: 1851
|
26 |
+
|
27 |
+
Sources:
|
28 |
+
- Adzuna (UK)
|
29 |
+
|
30 |
+
Type of tags:
|
31 |
+
- B-SOFT
|
32 |
+
- I-SOFT
|
33 |
+
- O
|
34 |
+
|
35 |
+
Sample:
|
36 |
+
```
|
37 |
+
{
|
38 |
+
"idx": 1853,
|
39 |
+
"tokens": ["and", "sensitive", "when", "deal", "with", "customer", "be", "enthusiastic", "always", "eager", "to", "learn", "and", "develop", "knowledge", "and", "skill"],
|
40 |
+
"tags_skill": ["O", "O", "O", "O", "O", "O", "O", "B-SOFT", "I-SOFT", "I-SOFT", "I-SOFT", "I-SOFT", "O", "O", "O", "O", "O"]
|
41 |
+
}
|
42 |
+
```
|
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
|
|