Update README.md
Browse files
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{
|
27 |
-
title={
|
28 |
author={Li, Yikuan and Wehbe, Ramsey M and Ahmad, Faraz S and Wang, Hanyin and Luo, Yuan},
|
29 |
-
journal={
|
30 |
-
|
|
|
|
|
|
|
|
|
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 |
|