yikuan8 commited on
Commit
5e2ebe8
1 Parent(s): dc05ee5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -23,11 +23,15 @@ model = AutoModelForMaskedLM.from_pretrained("yikuan8/Clinical-Longformer")
23
  ### Citing
24
  If you find our model helps, please consider citing this :)
25
  ```
26
- @article{li2022clinical,
27
- title={Clinical-Longformer and Clinical-BigBird: Transformers for long clinical sequences},
28
  author={Li, Yikuan and Wehbe, Ramsey M and Ahmad, Faraz S and Wang, Hanyin and Luo, Yuan},
29
- journal={arXiv preprint arXiv:2201.11838},
30
- year={2022}
 
 
 
 
31
  }
32
  ```
33
 
23
  ### Citing
24
  If you find our model helps, please consider citing this :)
25
  ```
26
+ @article{li2023comparative,
27
+ title={A comparative study of pretrained language models for long clinical text},
28
  author={Li, Yikuan and Wehbe, Ramsey M and Ahmad, Faraz S and Wang, Hanyin and Luo, Yuan},
29
+ journal={Journal of the American Medical Informatics Association},
30
+ volume={30},
31
+ number={2},
32
+ pages={340--347},
33
+ year={2023},
34
+ publisher={Oxford University Press}
35
  }
36
  ```
37