thomas-sounack commited on
Commit
441141a
·
verified ·
1 Parent(s): 8d2bfd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -138,6 +138,16 @@ We release the BioClinical ModernBERT base and large model weights and training
138
 
139
  ## Citation
140
 
141
- If you use BioClinical ModernBERT in your work, please cite:
142
 
143
- TODO
 
 
 
 
 
 
 
 
 
 
 
138
 
139
  ## Citation
140
 
141
+ If you use BioClinical ModernBERT in your work, please cite our preprint:
142
 
143
+ ```
144
+ @misc{sounack2025bioclinicalmodernbertstateoftheartlongcontext,
145
+ title={BioClinical ModernBERT: A State-of-the-Art Long-Context Encoder for Biomedical and Clinical NLP},
146
+ author={Thomas Sounack and Joshua Davis and Brigitte Durieux and Antoine Chaffin and Tom J. Pollard and Eric Lehman and Alistair E. W. Johnson and Matthew McDermott and Tristan Naumann and Charlotta Lindvall},
147
+ year={2025},
148
+ eprint={2506.10896},
149
+ archivePrefix={arXiv},
150
+ primaryClass={cs.CL},
151
+ url={https://arxiv.org/abs/2506.10896},
152
+ }
153
+ ```