Mike Zhang
commited on
Commit
•
0c2d334
1
Parent(s):
be33a04
Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,12 @@ language:
|
|
4 |
tags:
|
5 |
- JobBERT
|
6 |
- job postings
|
7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- JobBERT
|
6 |
- job postings
|
7 |
+
---
|
8 |
+
|
9 |
+
# JobBERT
|
10 |
+
|
11 |
+
This is the JobBERT model from:
|
12 |
+
|
13 |
+
Mike Zhang, Kristian Nørgaard Jensen, Sif Dam Sonniks, and Barbara Plank. __SkillSpan: Hard and Soft Skill Extraction from Job Postings__. To appear at the 2022 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL). 2022.
|
14 |
+
|
15 |
+
This model is continuously pre-trained from a `bert-base-cased` checkpoint on ~2M sentences from job postings. More information can be found in the paper (which should be released when the NAACL proceedings are online).
|