File size: 395 Bytes
b109984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NCBI Disease Extraction Dataset

# Source 
https://github.com/Yinghao-Li/CHMM-ALT
https://github.com/BatsResearch/safranchik-aaai20-code/tree/master/NCBI-Disease

# Entities
"Disease"

# Label Functions

5 labeling functions in total, as shown below

lfs = [
    "tag-CoreDictionaryUncased",
    "tag-CoreDictionaryExact",
    "tag-CancerLike",
    "tag-BodyTerms",
    "link-ExtractedPhrase"
]