wadood commited on
Commit
04d7686
1 Parent(s): 9524de9

added bibtex citation

Browse files
Files changed (1) hide show
  1. src/about.py +10 -0
src/about.py CHANGED
@@ -254,4 +254,14 @@ Upon successful submission of your request, your model's result would be updated
254
 
255
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
256
  CITATION_BUTTON_TEXT = r"""
 
 
 
 
 
 
 
 
 
 
257
  """
 
254
 
255
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
256
  CITATION_BUTTON_TEXT = r"""
257
+ @misc{abdul2024namedclinicalentityrecognition,
258
+ title={Named Clinical Entity Recognition Benchmark},
259
+ author={Wadood M Abdul and Marco AF Pimentel and Muhammad Umar Salman and Tathagata Raha and Clément Christophe and Praveen K Kanithi and Nasir Hayat and Ronnie Rajan and Shadab Khan},
260
+ year={2024},
261
+ eprint={2410.05046},
262
+ archivePrefix={arXiv},
263
+ primaryClass={cs.CL},
264
+ url={https://arxiv.org/abs/2410.05046},
265
+ }
266
+
267
  """