pruas commited on
Commit
caa2304
·
verified ·
1 Parent(s): c82b050

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -2,9 +2,27 @@
2
  language:
3
  - en
4
  pipeline_tag: token-classification
 
5
  ---
6
 
7
  Named Entity Recognition (NER) model to recognize cell component entities.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  [PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) fine-tuned on the following datasets:
9
  - [CRAFT](https://github.com/UCDenver-ccp/CRAFT/tree/master/concept-annotation): entity type "GO-CC"
10
  - [MLEE](http://nactem.ac.uk/MLEE/): entity type "Cellular_component"
 
2
  language:
3
  - en
4
  pipeline_tag: token-classification
5
+ license: apache-2.0
6
  ---
7
 
8
  Named Entity Recognition (NER) model to recognize cell component entities.
9
+
10
+ Please cite our work:
11
+
12
+ ```
13
+ @article{NILNKER2022,
14
+ title = {NILINKER: Attention-based approach to NIL Entity Linking},
15
+ journal = {Journal of Biomedical Informatics},
16
+ volume = {132},
17
+ pages = {104137},
18
+ year = {2022},
19
+ issn = {1532-0464},
20
+ doi = {https://doi.org/10.1016/j.jbi.2022.104137},
21
+ url = {https://www.sciencedirect.com/science/article/pii/S1532046422001526},
22
+ author = {Pedro Ruas and Francisco M. Couto},
23
+ }
24
+ ```
25
+
26
  [PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) fine-tuned on the following datasets:
27
  - [CRAFT](https://github.com/UCDenver-ccp/CRAFT/tree/master/concept-annotation): entity type "GO-CC"
28
  - [MLEE](http://nactem.ac.uk/MLEE/): entity type "Cellular_component"