pruas commited on
Commit
479af0f
1 Parent(s): eaf6c70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -2,9 +2,26 @@
2
  language:
3
  - en
4
  pipeline_tag: token-classification
 
5
  ---
6
 
7
  Named Entity Recognition (NER) model to recognize biological process entities (as defined by Gene Ontology-Biological Process sub-ontology).
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  [PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) fine-tuned on the following dataset:
10
- - [CRAFT](https://github.com/UCDenver-ccp/CRAFT/tree/master/concept-annotation): entity type "GO-BP"
 
2
  language:
3
  - en
4
  pipeline_tag: token-classification
5
+ license: apache-2.0
6
  ---
7
 
8
  Named Entity Recognition (NER) model to recognize biological process entities (as defined by Gene Ontology-Biological Process sub-ontology).
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 dataset:
27
+ - [CRAFT](https://github.com/UCDenver-ccp/CRAFT/tree/master/concept-annotation): entity type "GO-BP"