File size: 576 Bytes
b109984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Wikigold Named Entity Recognition Dataset

# Source 
https://github.com/NorskRegnesentral/weak-supervision-for-NER

# Entities
"PER",
"LOC",
"ORG",
"MISC"

# Label Functions

16 labeling functions in total, as shown below

lfs = [
	"BTC",
	"core_web_md",
	"crunchbase_cased",
	"crunchbase_uncased",
	"full_name_detector",
	"geo_cased",
	"geo_uncased",
	"misc_detector",
	"multitoken_crunchbase_cased",
	"multitoken_crunchbase_uncased",
	"multitoken_geo_cased",
	"multitoken_geo_uncased",
	"multitoken_wiki_cased",
	"multitoken_wiki_uncased",
	"wiki_cased",
	"wiki_uncased",
]