Mike Zhang commited on
Commit
7882732
1 Parent(s): 34d8ba6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -16,4 +16,19 @@ Mike Zhang, Kristian Nørgaard Jensen, Sif Dam Sonniks, and Barbara Plank. __Ski
16
  This model is pre-trained from scratch on the BookCorpus and WikiData. To pre-train from scratch we use the code from Splinter: https://github.com/oriram/splinter.
17
  On our job posting dataset, we found that our `spanbert-base-cased` model works better than the original.
18
 
19
- More information can be found in the paper (which should be released when the NAACL proceedings are online).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  This model is pre-trained from scratch on the BookCorpus and WikiData. To pre-train from scratch we use the code from Splinter: https://github.com/oriram/splinter.
17
  On our job posting dataset, we found that our `spanbert-base-cased` model works better than the original.
18
 
19
+ More information can be found in the paper (which should be released when the NAACL proceedings are online).
20
+
21
+ If you use this model, please cite the following paper:
22
+
23
+ ```
24
+ @misc{https://doi.org/10.48550/arxiv.2204.12811,
25
+ doi = {10.48550/ARXIV.2204.12811},
26
+ url = {https://arxiv.org/abs/2204.12811},
27
+ author = {Zhang, Mike and Jensen, Kristian Nørgaard and Sonniks, Sif Dam and Plank, Barbara},
28
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
29
+ title = {SkillSpan: Hard and Soft Skill Extraction from English Job Postings},
30
+ publisher = {arXiv},
31
+ year = {2022},
32
+ copyright = {arXiv.org perpetual, non-exclusive license}
33
+ }
34
+ ```