tsantosh7 commited on
Commit
5561fdc
1 Parent(s): 8bbb6e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: cc
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
  ---
4
+
5
+ Named Entity Recognition for COVID-19 Bio Entities
6
+ The dataset was taken from https://github.com/davidcampos/covid19-corpus
7
+
8
+ Dataset
9
+ The dataset was then split into several datasets each one representing one entity. Namely, Disorder, Species, Chemical or Drug, Gene and Protein, Enzyme, Anatomy, Biological Process, Molecular Function, Cellular Component, Pathway and microRNA. Moreover, another dataset is also created with all those aforementioned that are non-overlapping in nature.
10
+
11
+ Dataset Formats
12
+ The datasets are available in two formats IOB and Spacy's JSONL format.
13
+
14
+ IOB : https://github.com/tsantosh7/COVID-19-Named-Entity-Recognition/tree/master/Datasets/BIO
15
+
16
+ SpaCy JSONL: https://github.com/tsantosh7/COVID-19-Named-Entity-Recognition/tree/master/Datasets/SpaCy
17
+