yikuan8 commited on
Commit
e6479da
1 Parent(s): 15e856e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -22,13 +22,11 @@ model = AutoModelForMaskedLM.from_pretrained("yikuan8/Clinical-Longformer", use_
22
 
23
  If you find our model helps, please consider citing this :)
24
  ```
25
- @inproceedings{li2020comparison,
26
- title={A comparison of pre-trained vision-and-language models for multimodal representation learning across medical images and reports},
27
- author={Li, Yikuan and Wang, Hanyin and Luo, Yuan},
28
- booktitle={2020 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)},
29
- pages={1999--2004},
30
- year={2020},
31
- organization={IEEE}
32
  }
33
  ```
34
 
 
22
 
23
  If you find our model helps, please consider citing this :)
24
  ```
25
+ @article{li2022clinicallongformer,
26
+ title={Clinical-Longformer and Clinical-BigBird: Transformers for long clinical sequences},
27
+ author={Li, Yikuan and Wehbe, Ramsey and Ahmad, Faraz and Wang, Hanyin and Luo, Yuan},
28
+ journal={arXiv preprint arXiv:2201.11838},
29
+ year={2022}
 
 
30
  }
31
  ```
32