Mike Zhang commited on
Commit
77465de
1 Parent(s): a72d31b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -14,4 +14,19 @@ This is the JobSpanBERT model from:
14
 
15
  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.
16
 
17
- This model is continuously pre-trained from a spanbert-base-cased checkpoint (which can also be found in our repository) on ~3.2M sentences from job postings. More information can be found in the paper (which should be released when the NAACL proceedings are online).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  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.
16
 
17
+ This model is continuously pre-trained from a spanbert-base-cased checkpoint (which can also be found in our repository) on ~3.2M sentences from job postings. More information can be found in the paper (which should be released when the NAACL proceedings are online).
18
+
19
+ If you use this model, please cite the following paper:
20
+
21
+ ```
22
+ @misc{https://doi.org/10.48550/arxiv.2204.12811,
23
+ doi = {10.48550/ARXIV.2204.12811},
24
+ url = {https://arxiv.org/abs/2204.12811},
25
+ author = {Zhang, Mike and Jensen, Kristian Nørgaard and Sonniks, Sif Dam and Plank, Barbara},
26
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
27
+ title = {SkillSpan: Hard and Soft Skill Extraction from English Job Postings},
28
+ publisher = {arXiv},
29
+ year = {2022},
30
+ copyright = {arXiv.org perpetual, non-exclusive license}
31
+ }
32
+ ```