Datasets:

Languages:
English
ArXiv:
License:
jieyuz2 commited on
Commit
ed1a90b
1 Parent(s): eba1936

add sequence tagging dataset

Browse files
Files changed (41) hide show
  1. .gitattributes +3 -0
  2. sequence tagging/bc5cdr/meta.json +35 -0
  3. sequence tagging/bc5cdr/readme.txt +25 -0
  4. sequence tagging/bc5cdr/test.json +0 -0
  5. sequence tagging/bc5cdr/train.json +0 -0
  6. sequence tagging/bc5cdr/valid.json +0 -0
  7. sequence tagging/conll/meta.json +51 -0
  8. sequence tagging/conll/readme.txt +31 -0
  9. sequence tagging/conll/test.json +0 -0
  10. sequence tagging/conll/train.json +3 -0
  11. sequence tagging/conll/valid.json +0 -0
  12. sequence tagging/laptopreview/meta.json +22 -0
  13. sequence tagging/laptopreview/readme.txt +18 -0
  14. sequence tagging/laptopreview/test.json +0 -0
  15. sequence tagging/laptopreview/train.json +0 -0
  16. sequence tagging/laptopreview/valid.json +0 -0
  17. sequence tagging/mit-movies/meta.json +41 -0
  18. sequence tagging/mit-movies/readme.txt +34 -0
  19. sequence tagging/mit-movies/test.json +0 -0
  20. sequence tagging/mit-movies/train.json +0 -0
  21. sequence tagging/mit-movies/valid.json +0 -0
  22. sequence tagging/mit-restaurants/meta.json +55 -0
  23. sequence tagging/mit-restaurants/readme.txt +60 -0
  24. sequence tagging/mit-restaurants/test.json +0 -0
  25. sequence tagging/mit-restaurants/train.json +0 -0
  26. sequence tagging/mit-restaurants/valid.json +0 -0
  27. sequence tagging/ncbi-disease/meta.json +26 -0
  28. sequence tagging/ncbi-disease/readme.txt +20 -0
  29. sequence tagging/ncbi-disease/test.json +0 -0
  30. sequence tagging/ncbi-disease/train.json +0 -0
  31. sequence tagging/ncbi-disease/valid.json +0 -0
  32. sequence tagging/ontonotes/meta.json +67 -0
  33. sequence tagging/ontonotes/readme.txt +49 -0
  34. sequence tagging/ontonotes/test.json +3 -0
  35. sequence tagging/ontonotes/train.json +3 -0
  36. sequence tagging/ontonotes/valid.json +0 -0
  37. sequence tagging/wikigold/meta.json +51 -0
  38. sequence tagging/wikigold/readme.txt +33 -0
  39. sequence tagging/wikigold/test.json +0 -0
  40. sequence tagging/wikigold/train.json +0 -0
  41. sequence tagging/wikigold/valid.json +0 -0
.gitattributes CHANGED
@@ -52,3 +52,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
+ sequence[[:space:]]tagging/conll/train.json filter=lfs diff=lfs merge=lfs -text
56
+ sequence[[:space:]]tagging/ontonotes/test.json filter=lfs diff=lfs merge=lfs -text
57
+ sequence[[:space:]]tagging/ontonotes/train.json filter=lfs diff=lfs merge=lfs -text
sequence tagging/bc5cdr/meta.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_size": 500,
3
+ "valid_size": 500,
4
+ "test_size": 500,
5
+ "num_labels": 5,
6
+ "max_length": 593,
7
+ "lf": [
8
+ "tag-DictCore-Chemical",
9
+ "tag-DictCore-Chemical-Exact",
10
+ "tag-DictCore-Disease",
11
+ "tag-DictCore-Disease-Exact",
12
+ "tag-Organic Chemical",
13
+ "tag-Antibiotic",
14
+ "tag-Disease or Syndrome",
15
+ "link-PostHyphen",
16
+ "link-ExtractedPhrase"
17
+ ],
18
+ "num_lf": 9,
19
+ "entity_types": [
20
+ "Chemical",
21
+ "Disease"
22
+ ],
23
+ "lf_rec": [
24
+ "tag-DictCore-Chemical",
25
+ "tag-DictCore-Chemical-Exact",
26
+ "tag-DictCore-Disease",
27
+ "tag-DictCore-Disease-Exact",
28
+ "tag-Organic Chemical",
29
+ "tag-Antibiotic",
30
+ "tag-Disease or Syndrome",
31
+ "link-PostHyphen",
32
+ "link-ExtractedPhrase"
33
+ ],
34
+ "num_lf_rec": 9
35
+ }
sequence tagging/bc5cdr/readme.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ BC5CDR Disease and Chemical Term Extraction Dataset
2
+
3
+ # Source
4
+ https://github.com/Yinghao-Li/CHMM-ALT
5
+ https://github.com/BatsResearch/safranchik-aaai20-code/tree/master/BC5CDR
6
+
7
+ # Entities
8
+ "Chemical",
9
+ "Disease"
10
+
11
+ # Label Functions
12
+
13
+ 9 labeling functions in total, as shown below
14
+
15
+ lfs = [
16
+ "tag-DictCore-Chemical",
17
+ "tag-DictCore-Chemical-Exact",
18
+ "tag-DictCore-Disease",
19
+ "tag-DictCore-Disease-Exact",
20
+ "tag-Organic Chemical",
21
+ "tag-Antibiotic",
22
+ "tag-Disease or Syndrome",
23
+ "link-PostHyphen",
24
+ "link-ExtractedPhrase"
25
+ ]
sequence tagging/bc5cdr/test.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/bc5cdr/train.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/bc5cdr/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/conll/meta.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_size": 14041,
3
+ "valid_size": 3250,
4
+ "test_size": 3453,
5
+ "num_labels": 9,
6
+ "max_length": 124,
7
+ "lf": [
8
+ "BTC",
9
+ "core_web_md",
10
+ "crunchbase_cased",
11
+ "crunchbase_uncased",
12
+ "full_name_detector",
13
+ "geo_cased",
14
+ "geo_uncased",
15
+ "misc_detector",
16
+ "multitoken_crunchbase_cased",
17
+ "multitoken_crunchbase_uncased",
18
+ "multitoken_geo_cased",
19
+ "multitoken_geo_uncased",
20
+ "multitoken_wiki_cased",
21
+ "multitoken_wiki_uncased",
22
+ "wiki_cased",
23
+ "wiki_uncased"
24
+ ],
25
+ "num_lf": 16,
26
+ "entity_types": [
27
+ "PER",
28
+ "LOC",
29
+ "ORG",
30
+ "MISC"
31
+ ],
32
+ "lf_rec": [
33
+ "BTC",
34
+ "core_web_md",
35
+ "crunchbase_cased",
36
+ "crunchbase_uncased",
37
+ "full_name_detector",
38
+ "geo_cased",
39
+ "geo_uncased",
40
+ "misc_detector",
41
+ "multitoken_crunchbase_cased",
42
+ "multitoken_crunchbase_uncased",
43
+ "multitoken_geo_cased",
44
+ "multitoken_geo_uncased",
45
+ "multitoken_wiki_cased",
46
+ "multitoken_wiki_uncased",
47
+ "wiki_cased",
48
+ "wiki_uncased"
49
+ ],
50
+ "num_lf_rec": 16
51
+ }
sequence tagging/conll/readme.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CoNLL-03 Named Entity Recognition Dataset
2
+
3
+ # Source
4
+ https://github.com/NorskRegnesentral/weak-supervision-for-NER
5
+
6
+ # Entities
7
+ "PER",
8
+ "LOC",
9
+ "ORG",
10
+ "MISC"
11
+
12
+ # Label Functions
13
+
14
+ 16 labeling functions in total, as shown below
15
+
16
+ "BTC"
17
+ "core_web_md"
18
+ "crunchbase_cased"
19
+ "crunchbase_uncased"
20
+ "full_name_detector"
21
+ "geo_cased"
22
+ "geo_uncased"
23
+ "misc_detector"
24
+ "multitoken_crunchbase_cased"
25
+ "multitoken_crunchbase_uncased"
26
+ "multitoken_geo_cased"
27
+ "multitoken_geo_uncased"
28
+ "multitoken_wiki_cased"
29
+ "multitoken_wiki_uncased"
30
+ "wiki_cased"
31
+ "wiki_uncased"
sequence tagging/conll/test.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/conll/train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bedcd92c7d5667a886d08328ae4921b9265be79bc3a843757d4eaf60bd81526
3
+ size 21139828
sequence tagging/conll/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/laptopreview/meta.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_size": 2436,
3
+ "valid_size": 609,
4
+ "test_size": 800,
5
+ "num_labels": 5,
6
+ "max_length": 83,
7
+ "entity_types": [
8
+ "TERM"
9
+ ],
10
+ "lf": [
11
+ "tag-CoreDictionary",
12
+ "link-ExtractedPhrase",
13
+ "link-ConsecutiveCapitals"
14
+ ],
15
+ "num_lf": 3,
16
+ "lf_rec": [
17
+ "tag-CoreDictionary",
18
+ "link-ExtractedPhrase",
19
+ "link-ConsecutiveCapitals"
20
+ ],
21
+ "num_lf_rec": 3
22
+ }
sequence tagging/laptopreview/readme.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ LaptopReview Term Extraction Dataset
2
+
3
+ # Source
4
+ https://github.com/Yinghao-Li/CHMM-ALT
5
+ https://github.com/BatsResearch/safranchik-aaai20-code/tree/master/LaptopReview
6
+
7
+ # Entities
8
+ "TERM"
9
+
10
+ # Label Functions
11
+
12
+ 3 labeling functions in total, as shown below
13
+
14
+ lfs = [
15
+ "tag-CoreDictionary",
16
+ "link-ExtractedPhrase",
17
+ "link-ConsecutiveCapitals"
18
+ ]
sequence tagging/laptopreview/test.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/laptopreview/train.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/laptopreview/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/mit-movies/meta.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_size": 9241,
3
+ "valid_size": 500,
4
+ "test_size": 2441,
5
+ "num_labels": 25,
6
+ "max_length": 47,
7
+ "entity_types": [
8
+ "GENRE",
9
+ "PLOT",
10
+ "DIRECTOR",
11
+ "RATING",
12
+ "TITLE",
13
+ "ACTOR",
14
+ "YEAR",
15
+ "TRAILER",
16
+ "REVIEW",
17
+ "RATINGS_AVERAGE",
18
+ "SONG",
19
+ "CHARACTER"
20
+ ],
21
+ "lf": [
22
+ "Core_Keywords",
23
+ "Keyword_Patterns",
24
+ "Regex_Patterns",
25
+ "Movie_Collection",
26
+ "Movie_Dataset",
27
+ "IMDB",
28
+ "Multitoken_wiki"
29
+ ],
30
+ "num_lf": 7,
31
+ "lf_rec": [
32
+ "Core_Keywords",
33
+ "Keyword_Patterns",
34
+ "Regex_Patterns",
35
+ "Movie_Collection",
36
+ "Movie_Dataset",
37
+ "IMDB",
38
+ "Multitoken_wiki"
39
+ ],
40
+ "num_lf_rec": 7
41
+ }
sequence tagging/mit-movies/readme.txt ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT-Movies Slot Fillings Dataset
2
+
3
+ # Source
4
+ https://groups.csail.mit.edu/sls/downloads/movie/
5
+
6
+ # Entities
7
+ "GENRE",
8
+ "PLOT",
9
+ "DIRECTOR",
10
+ "RATING",
11
+ "TITLE",
12
+ "ACTOR",
13
+ "YEAR",
14
+ "TRAILER",
15
+ "REVIEW",
16
+ "RATINGS_AVERAGE",
17
+ "SONG",
18
+ "CHARACTER"
19
+
20
+ # Label Functions
21
+
22
+ 7 labeling functions in total, as shown below
23
+
24
+ lfs = [
25
+ "Core_Keywords",
26
+ "Keyword_Patterns",
27
+ "Regex_Patterns",
28
+ "Movie_Collection",
29
+ "Movie_Dataset",
30
+ "IMDB",
31
+ "Multitoken_wiki"
32
+ ]
33
+
34
+ See our preprint for details.
sequence tagging/mit-movies/test.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/mit-movies/train.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/mit-movies/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/mit-restaurants/meta.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_size": 7159,
3
+ "valid_size": 500,
4
+ "test_size": 1521,
5
+ "num_labels": 17,
6
+ "max_length": 35,
7
+ "entity_types": [
8
+ "Cuisine",
9
+ "Location",
10
+ "Hours",
11
+ "Dish",
12
+ "Amenity",
13
+ "Rating",
14
+ "Restaurant_Name",
15
+ "Price"
16
+ ],
17
+ "lf": [
18
+ "Location1",
19
+ "Location2",
20
+ "Cuisine",
21
+ "Dish",
22
+ "Price1",
23
+ "Price2",
24
+ "Amentity1",
25
+ "Amentity2",
26
+ "Rating1",
27
+ "Rating2",
28
+ "Restaurant_Name1",
29
+ "Restaurant_Name2",
30
+ "Hours1",
31
+ "Hours2",
32
+ "Hours3",
33
+ "Yelp"
34
+ ],
35
+ "num_lf": 16,
36
+ "lf_rec": [
37
+ "Location1",
38
+ "Location2",
39
+ "Cuisine",
40
+ "Dish",
41
+ "Price1",
42
+ "Price2",
43
+ "Amentity1",
44
+ "Amentity2",
45
+ "Rating1",
46
+ "Rating2",
47
+ "Restaurant_Name1",
48
+ "Restaurant_Name2",
49
+ "Hours1",
50
+ "Hours2",
51
+ "Hours3",
52
+ "Yelp"
53
+ ],
54
+ "num_lf_rec": 16
55
+ }
sequence tagging/mit-restaurants/readme.txt ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT-Restaurant Slot Fillings Dataset
2
+
3
+ # Source
4
+ https://groups.csail.mit.edu/sls/downloads/restaurant/
5
+
6
+ # Entities
7
+ "Cuisine",
8
+ "Location",
9
+ "Hours",
10
+ "Dish",
11
+ "Amenity",
12
+ "Rating",
13
+ "Restaurant_Name",
14
+ "Price"
15
+
16
+ # Label Functions
17
+
18
+ 16 labeling functions in total, as shown below
19
+
20
+ lfs = [
21
+ "Location1",
22
+ "Location2",
23
+ "Cuisine",
24
+ "Dish",
25
+ "Price1",
26
+ "Price2",
27
+ "Amentity1",
28
+ "Amentity2",
29
+ "Rating1",
30
+ "Rating2",
31
+ "Restaurant_Name1",
32
+ "Restaurant_Name2",
33
+ "Hours1",
34
+ "Hours2",
35
+ "Hours3",
36
+ "Yelp"
37
+ ]
38
+
39
+ # Details on LFs
40
+
41
+ Location ( |^)[^\w]*(within|near|next|close|nearby|around|around)[^\w]*([^\s]+ ){0,2}(here|city|miles|mile)*[^\w]*( |$) any kid friendly restaurants around here
42
+ Location "in the area" im looking for a 5 star restaurant in the area that serves wine
43
+ Cuisine cuisine1a=['italian','american','japanese','spanish','mexican','chinese','vietnamese','vegan']; cuisine1b=['bistro','delis']; cuisine2=['barbecue','halal','vegetarian','bakery'] can you find me some chinese food
44
+ Price " ([0-9]+|few|under [0-9]+) dollar" i need a family restaurant with meals under 10 dollars and kids eat
45
+ Rating "( (high|highly|good|best|top|well|highest|zagat) (rate|rating|rated))|((rated|rate|rating) [0-9]* star)|([0-9]+ star)" where can i get the highest rated burger within ten miles
46
+ Hours "((open|opened) (now|late))|(still (open|opened|closed|close))|(((open|close|opened|closed) \w+([\s]| \w* | \w* \w* ))*[0-9]+ (am|pm|((a|p) m)|hours|hour))" where is the nearest italian restaurant that is still open
47
+ Hours "(open|close) (\w* ){0,3}until (\w* ){0,2}(([0-9]* (am|pm|((a|p) m)|hour|hours))|(late (night|hour))|(midnight))" find a vegan cuisine which is open until 2 pm
48
+ Amenity "(outdoor|indoor|group|romantic|family|outside|inside|fine|waterfront|outside|private|business|formal|casual|rooftop|(special occasion))([\s]| \w+ | \w+ \w+ )dining" i want to go to a restaurant within 20 miles that got a high rating and is considered fine dining
49
+ Hours "(open |this |very ){0,2}late( night| dinner| lunch| dinning|( at night)){0,2}" i need some late night chinese food within 4 miles of here
50
+ Restaurant_Name "[\w+ ]{0,2}(palace|cafe|bar|kitchen|outback|dominoes)" is passims kitchen open at 2 am
51
+ Dish "wine|sandwich|pasta|burger|peroggis|burrito|(chicken tikka masala)|appetizer|pizza|winec|upcake|(onion ring)|tapas" please find me a pub that serves burgers
52
+ Price "(affordable|cheap|expensive|inexpensive)"; bad_words=['the','a','an','has','have','that','this','beef','for','with','if','at'];
53
+ good_words=['price','prices','pricing','priced']; im looking for an inexpensive mexican restaurant
54
+ Rating "(([0-9]*)|very|most)* (good|great|best|bad|excellent|negative|star) (\w* ){0,2}(review|reviews|rating|rated)" which moderately priced mexican restaurants within 10 miles have the best reviews
55
+ Amenity "(pet|kid|)(friendly|indoor|outdoor|date|dining|buffet|great|fine|good|friend|group|birthday|anniversary|family|historical|family friendly|friendly)([\s]| \w+ | \w+ \w+ )(spot|dining|parking|dinne|style|eatries|catering|drive throughs|allow|amenity|amenity)*" is there a pet friendly restaurant within 10 miles from here
56
+ Restaurant_Name "(burger king|mcdonalds|taco bells|Mcdills|denneys|dennys|Mcdills)" where is the next mcdonalds
57
+
58
+ For Yelp: We extracted extract restaurant names and cuisines from yelp database (https://www.yelp.com/dataset) to augment the labeling function.
59
+
60
+
sequence tagging/mit-restaurants/test.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/mit-restaurants/train.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/mit-restaurants/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/ncbi-disease/meta.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_size": 592,
3
+ "valid_size": 99,
4
+ "test_size": 99,
5
+ "num_labels": 5,
6
+ "max_length": 503,
7
+ "lf": [
8
+ "tag-CoreDictionaryUncased",
9
+ "tag-CoreDictionaryExact",
10
+ "tag-CancerLike",
11
+ "tag-BodyTerms",
12
+ "link-ExtractedPhrase"
13
+ ],
14
+ "num_lf": 5,
15
+ "entity_types": [
16
+ "Disease"
17
+ ],
18
+ "lf_rec": [
19
+ "tag-CoreDictionaryUncased",
20
+ "tag-CoreDictionaryExact",
21
+ "tag-CancerLike",
22
+ "tag-BodyTerms",
23
+ "link-ExtractedPhrase"
24
+ ],
25
+ "num_lf_rec": 5
26
+ }
sequence tagging/ncbi-disease/readme.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ NCBI Disease Extraction Dataset
2
+
3
+ # Source
4
+ https://github.com/Yinghao-Li/CHMM-ALT
5
+ https://github.com/BatsResearch/safranchik-aaai20-code/tree/master/NCBI-Disease
6
+
7
+ # Entities
8
+ "Disease"
9
+
10
+ # Label Functions
11
+
12
+ 5 labeling functions in total, as shown below
13
+
14
+ lfs = [
15
+ "tag-CoreDictionaryUncased",
16
+ "tag-CoreDictionaryExact",
17
+ "tag-CancerLike",
18
+ "tag-BodyTerms",
19
+ "link-ExtractedPhrase"
20
+ ]
sequence tagging/ncbi-disease/test.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/ncbi-disease/train.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/ncbi-disease/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/ontonotes/meta.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_size": 115812,
3
+ "valid_size": 5000,
4
+ "test_size": 22897,
5
+ "num_labels": 37,
6
+ "max_length": 275,
7
+ "entity_types": [
8
+ "DATE",
9
+ "MONEY",
10
+ "WORK_OF_ART",
11
+ "CARDINAL",
12
+ "ORG",
13
+ "PERSON",
14
+ "GPE",
15
+ "NORP",
16
+ "PERCENT",
17
+ "ORDINAL",
18
+ "TIME",
19
+ "LOC",
20
+ "LANGUAGE",
21
+ "FAC",
22
+ "EVENT",
23
+ "QUANTITY",
24
+ "PRODUCT",
25
+ "LAW"
26
+ ],
27
+ "lf": [
28
+ "Core_Keywords",
29
+ "Regex_Patterns",
30
+ "Numeric_Patterns",
31
+ "wiki_fine",
32
+ "money_detector",
33
+ "date_detector",
34
+ "number_detector",
35
+ "company_type_detector",
36
+ "full_name_detector",
37
+ "misc_detector",
38
+ "crunchbase_cased",
39
+ "crunchbase_uncased",
40
+ "geo_cased",
41
+ "geo_uncased",
42
+ "Multitoken_wiki",
43
+ "wiki_cased",
44
+ "wiki_uncased"
45
+ ],
46
+ "num_lf": 17,
47
+ "lf_rec": [
48
+ "Core_Keywords",
49
+ "Regex_Patterns",
50
+ "Numeric_Patterns",
51
+ "wiki_fine",
52
+ "money_detector",
53
+ "date_detector",
54
+ "number_detector",
55
+ "company_type_detector",
56
+ "full_name_detector",
57
+ "misc_detector",
58
+ "crunchbase_cased",
59
+ "crunchbase_uncased",
60
+ "geo_cased",
61
+ "geo_uncased",
62
+ "Multitoken_wiki",
63
+ "wiki_cased",
64
+ "wiki_uncased"
65
+ ],
66
+ "num_lf_rec": 17
67
+ }
sequence tagging/ontonotes/readme.txt ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Ontonotes 5.0 Named Entity Recognition Dataset
2
+
3
+ # Source
4
+ https://catalog.ldc.upenn.edu/LDC2013T19
5
+ https://github.com/NorskRegnesentral/weak-supervision-for-NER
6
+
7
+ # Entities
8
+ "DATE",
9
+ "MONEY",
10
+ "WORK_OF_ART",
11
+ "CARDINAL",
12
+ "ORG",
13
+ "PERSON",
14
+ "GPE",
15
+ "NORP",
16
+ "PERCENT",
17
+ "ORDINAL",
18
+ "TIME",
19
+ "LOC",
20
+ "LANGUAGE",
21
+ "FAC",
22
+ "EVENT",
23
+ "QUANTITY",
24
+ "PRODUCT",
25
+ "LAW"
26
+
27
+ # Label Functions
28
+
29
+ 5 labeling functions in total, as shown below
30
+
31
+ lfs = [
32
+ "Core_Keywords",
33
+ "Regex_Patterns",
34
+ "Numeric_Patterns",
35
+ "wiki_fine",
36
+ "money_detector",
37
+ "date_detector",
38
+ "number_detector",
39
+ "company_type_detector",
40
+ "full_name_detector",
41
+ "misc_detector",
42
+ "crunchbase_cased",
43
+ "crunchbase_uncased",
44
+ "geo_cased",
45
+ "geo_uncased",
46
+ "Multitoken_wiki",
47
+ "wiki_cased",
48
+ "wiki_uncased"
49
+ ]
sequence tagging/ontonotes/test.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3591d4a6dc30629ace50a9fb32b0c8bf1e3e1fade34b388ab1b58b3efa6a1318
3
+ size 47769125
sequence tagging/ontonotes/train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbab90cb2d1a2735c37a328baf6d675389349183cf87738a22027423579550a7
3
+ size 233796695
sequence tagging/ontonotes/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/wikigold/meta.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_size": 1355,
3
+ "valid_size": 169,
4
+ "test_size": 170,
5
+ "num_labels": 9,
6
+ "max_length": 144,
7
+ "entity_types": [
8
+ "PER",
9
+ "LOC",
10
+ "ORG",
11
+ "MISC"
12
+ ],
13
+ "lf": [
14
+ "BTC",
15
+ "core_web_md",
16
+ "crunchbase_cased",
17
+ "crunchbase_uncased",
18
+ "full_name_detector",
19
+ "geo_cased",
20
+ "geo_uncased",
21
+ "misc_detector",
22
+ "multitoken_crunchbase_cased",
23
+ "multitoken_crunchbase_uncased",
24
+ "multitoken_geo_cased",
25
+ "multitoken_geo_uncased",
26
+ "multitoken_wiki_cased",
27
+ "multitoken_wiki_uncased",
28
+ "wiki_cased",
29
+ "wiki_uncased"
30
+ ],
31
+ "num_lf": 16,
32
+ "lf_rec": [
33
+ "BTC",
34
+ "core_web_md",
35
+ "crunchbase_cased",
36
+ "crunchbase_uncased",
37
+ "full_name_detector",
38
+ "geo_cased",
39
+ "geo_uncased",
40
+ "misc_detector",
41
+ "multitoken_crunchbase_cased",
42
+ "multitoken_crunchbase_uncased",
43
+ "multitoken_geo_cased",
44
+ "multitoken_geo_uncased",
45
+ "multitoken_wiki_cased",
46
+ "multitoken_wiki_uncased",
47
+ "wiki_cased",
48
+ "wiki_uncased"
49
+ ],
50
+ "num_lf_rec": 16
51
+ }
sequence tagging/wikigold/readme.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Wikigold Named Entity Recognition Dataset
2
+
3
+ # Source
4
+ https://github.com/NorskRegnesentral/weak-supervision-for-NER
5
+
6
+ # Entities
7
+ "PER",
8
+ "LOC",
9
+ "ORG",
10
+ "MISC"
11
+
12
+ # Label Functions
13
+
14
+ 16 labeling functions in total, as shown below
15
+
16
+ lfs = [
17
+ "BTC",
18
+ "core_web_md",
19
+ "crunchbase_cased",
20
+ "crunchbase_uncased",
21
+ "full_name_detector",
22
+ "geo_cased",
23
+ "geo_uncased",
24
+ "misc_detector",
25
+ "multitoken_crunchbase_cased",
26
+ "multitoken_crunchbase_uncased",
27
+ "multitoken_geo_cased",
28
+ "multitoken_geo_uncased",
29
+ "multitoken_wiki_cased",
30
+ "multitoken_wiki_uncased",
31
+ "wiki_cased",
32
+ "wiki_uncased",
33
+ ]
sequence tagging/wikigold/test.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/wikigold/train.json ADDED
The diff for this file is too large to render. See raw diff
 
sequence tagging/wikigold/valid.json ADDED
The diff for this file is too large to render. See raw diff