pruas commited on
Commit
136430b
1 Parent(s): b907cbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -6,6 +6,22 @@ pipeline_tag: token-classification
6
 
7
  Named Entity Recognition (NER) model to recognize cell line entities.
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  [PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) fine-tuned on the following datasets:
10
  - [CellFinder](http://cellfinder.org/about/annotation/): entity type "CellLine"
11
  - [JNLPBA](http://www.geniaproject.org/genia-corpus/term-corpus): entity type "cell_line"
 
6
 
7
  Named Entity Recognition (NER) model to recognize cell line entities.
8
 
9
+ Please cite our work:
10
+
11
+ ```
12
+ @article{NILNKER2022,
13
+ title = {NILINKER: Attention-based approach to NIL Entity Linking},
14
+ journal = {Journal of Biomedical Informatics},
15
+ volume = {132},
16
+ pages = {104137},
17
+ year = {2022},
18
+ issn = {1532-0464},
19
+ doi = {https://doi.org/10.1016/j.jbi.2022.104137},
20
+ url = {https://www.sciencedirect.com/science/article/pii/S1532046422001526},
21
+ author = {Pedro Ruas and Francisco M. Couto},
22
+ }
23
+ ```
24
+
25
  [PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) fine-tuned on the following datasets:
26
  - [CellFinder](http://cellfinder.org/about/annotation/): entity type "CellLine"
27
  - [JNLPBA](http://www.geniaproject.org/genia-corpus/term-corpus): entity type "cell_line"