jjzha commited on
Commit
eb7ac8c
1 Parent(s): 980c213

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -17,5 +17,10 @@ This model is continuously pre-trained from a `roberta-base` checkpoint on ~3.2M
17
  If you use this model, please cite the following paper:
18
 
19
  ```
20
- <insert citation>
 
 
 
 
 
21
  ```
 
17
  If you use this model, please cite the following paper:
18
 
19
  ```
20
+ @article{zhang2024nnose,
21
+ title={NNOSE: Nearest Neighbor Occupational Skill Extraction},
22
+ author={Zhang, Mike and van der Goot, Rob and Kan, Min-Yen and Plank, Barbara},
23
+ journal={arXiv preprint arXiv:2401.17092},
24
+ year={2024}
25
+ }
26
  ```