mathemakitten commited on
Commit
a91fe56
·
1 Parent(s): 31942af
Files changed (1) hide show
  1. dataset_infos.json +172 -1
dataset_infos.json CHANGED
@@ -1 +1,172 @@
1
- {"conll2003": {"description": "The shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on\nfour types of named entities: persons, locations, organizations and names of miscellaneous entities that do\nnot belong to the previous three groups.\n\nThe CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on\na separate line and there is an empty line after each sentence. The first item on each line is a word, the second\na part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags\nand the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only\nif two phrases of the same type immediately follow each other, the first word of the second phrase will have tag\nB-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2\ntagging scheme, whereas the original dataset uses IOB1.\n\nFor more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419\n", "citation": "@inproceedings{tjong-kim-sang-de-meulder-2003-introduction,\n title = \"Introduction to the {C}o{NLL}-2003 Shared Task: Language-Independent Named Entity Recognition\",\n author = \"Tjong Kim Sang, Erik F. and\n De Meulder, Fien\",\n booktitle = \"Proceedings of the Seventh Conference on Natural Language Learning at {HLT}-{NAACL} 2003\",\n year = \"2003\",\n url = \"https://www.aclweb.org/anthology/W03-0419\",\n pages = \"142--147\",\n}\n", "homepage": "https://www.aclweb.org/anthology/W03-0419/", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "pos_tags": {"feature": {"num_classes": 47, "names": ["\"", "''", "#", "$", "(", ")", ",", ".", ":", "``", "CC", "CD", "DT", "EX", "FW", "IN", "JJ", "JJR", "JJS", "LS", "MD", "NN", "NNP", "NNPS", "NNS", "NN|SYM", "PDT", "POS", "PRP", "PRP$", "RB", "RBR", "RBS", "RP", "SYM", "TO", "UH", "VB", "VBD", "VBG", "VBN", "VBP", "VBZ", "WDT", "WP", "WP$", "WRB"], "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "chunk_tags": {"feature": {"num_classes": 23, "names": ["O", "B-ADJP", "I-ADJP", "B-ADVP", "I-ADVP", "B-CONJP", "I-CONJP", "B-INTJ", "I-INTJ", "B-LST", "I-LST", "B-NP", "I-NP", "B-PP", "I-PP", "B-PRT", "I-PRT", "B-SBAR", "I-SBAR", "B-UCP", "I-UCP", "B-VP", "I-VP"], "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 9, "names": ["O", "B-PER", "I-PER", "B-ORG", "I-ORG", "B-LOC", "I-LOC", "B-MISC", "I-MISC"], "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "conll2003", "config_name": "conll2003", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6931345, "num_examples": 14041, "dataset_name": "conll2003"}, "validation": {"name": "validation", "num_bytes": 1739223, "num_examples": 3250, "dataset_name": "conll2003"}, "test": {"name": "test", "num_bytes": 1582054, "num_examples": 3453, "dataset_name": "conll2003"}}, "download_checksums": {"https://data.deepai.org/conll2003.zip": {"num_bytes": 982975, "checksum": "96a104d174ddae7558bab603f19382c5fe02ff1da5c077a7f3ce2ced1578a2c3"}}, "download_size": 982975, "post_processing_size": null, "dataset_size": 10252622, "size_in_bytes": 11235597}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "conll2003": {
3
+ "description": "The shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on\nfour types of named entities: persons, locations, organizations and names of miscellaneous entities that do\nnot belong to the previous three groups.\n\nThe CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on\na separate line and there is an empty line after each sentence. The first item on each line is a word, the second\na part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags\nand the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only\nif two phrases of the same type immediately follow each other, the first word of the second phrase will have tag\nB-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2\ntagging scheme, whereas the original dataset uses IOB1.\n\nFor more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419\n",
4
+ "citation": "@inproceedings{tjong-kim-sang-de-meulder-2003-introduction,\n title = \"Introduction to the {C}o{NLL}-2003 Shared Task: Language-Independent Named Entity Recognition\",\n author = \"Tjong Kim Sang, Erik F. and\n De Meulder, Fien\",\n booktitle = \"Proceedings of the Seventh Conference on Natural Language Learning at {HLT}-{NAACL} 2003\",\n year = \"2003\",\n url = \"https://www.aclweb.org/anthology/W03-0419\",\n pages = \"142--147\",\n}\n",
5
+ "homepage": "https://www.aclweb.org/anthology/W03-0419/",
6
+ "license": "",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "tokens": {
14
+ "feature": {
15
+ "dtype": "string",
16
+ "id": null,
17
+ "_type": "Value"
18
+ },
19
+ "length": -1,
20
+ "id": null,
21
+ "_type": "Sequence"
22
+ },
23
+ "pos_tags": {
24
+ "feature": {
25
+ "num_classes": 47,
26
+ "names": [
27
+ "\"",
28
+ "''",
29
+ "#",
30
+ "$",
31
+ "(",
32
+ ")",
33
+ ",",
34
+ ".",
35
+ ":",
36
+ "``",
37
+ "CC",
38
+ "CD",
39
+ "DT",
40
+ "EX",
41
+ "FW",
42
+ "IN",
43
+ "JJ",
44
+ "JJR",
45
+ "JJS",
46
+ "LS",
47
+ "MD",
48
+ "NN",
49
+ "NNP",
50
+ "NNPS",
51
+ "NNS",
52
+ "NN|SYM",
53
+ "PDT",
54
+ "POS",
55
+ "PRP",
56
+ "PRP$",
57
+ "RB",
58
+ "RBR",
59
+ "RBS",
60
+ "RP",
61
+ "SYM",
62
+ "TO",
63
+ "UH",
64
+ "VB",
65
+ "VBD",
66
+ "VBG",
67
+ "VBN",
68
+ "VBP",
69
+ "VBZ",
70
+ "WDT",
71
+ "WP",
72
+ "WP$",
73
+ "WRB"
74
+ ],
75
+ "id": null,
76
+ "_type": "ClassLabel"
77
+ },
78
+ "length": -1,
79
+ "id": null,
80
+ "_type": "Sequence"
81
+ },
82
+ "chunk_tags": {
83
+ "feature": {
84
+ "num_classes": 23,
85
+ "names": [
86
+ "O",
87
+ "B-ADJP",
88
+ "I-ADJP",
89
+ "B-ADVP",
90
+ "I-ADVP",
91
+ "B-CONJP",
92
+ "I-CONJP",
93
+ "B-INTJ",
94
+ "I-INTJ",
95
+ "B-LST",
96
+ "I-LST",
97
+ "B-NP",
98
+ "I-NP",
99
+ "B-PP",
100
+ "I-PP",
101
+ "B-PRT",
102
+ "I-PRT",
103
+ "B-SBAR",
104
+ "I-SBAR",
105
+ "B-UCP",
106
+ "I-UCP",
107
+ "B-VP",
108
+ "I-VP"
109
+ ],
110
+ "id": null,
111
+ "_type": "ClassLabel"
112
+ },
113
+ "length": -1,
114
+ "id": null,
115
+ "_type": "Sequence"
116
+ },
117
+ "ner_tags": {
118
+ "feature": {
119
+ "num_classes": 9,
120
+ "names": [
121
+ "O",
122
+ "B-PER",
123
+ "I-PER",
124
+ "B-ORG",
125
+ "I-ORG",
126
+ "B-LOC",
127
+ "I-LOC",
128
+ "B-MISC",
129
+ "I-MISC"
130
+ ],
131
+ "id": null,
132
+ "_type": "ClassLabel"
133
+ },
134
+ "length": -1,
135
+ "id": null,
136
+ "_type": "Sequence"
137
+ }
138
+ },
139
+ "post_processed": null,
140
+ "supervised_keys": null,
141
+ "task_templates": null,
142
+ "builder_name": "conll2003",
143
+ "config_name": "conll2003",
144
+ "version": {
145
+ "version_str": "1.0.0",
146
+ "description": null,
147
+ "major": 1,
148
+ "minor": 0,
149
+ "patch": 0
150
+ },
151
+ "splits": {
152
+ "train": {
153
+ "name": "train",
154
+ "num_bytes": 6931345,
155
+ "num_examples": 14041,
156
+ "dataset_name": "conll2003"
157
+ },
158
+ "validation": {
159
+ "name": "validation",
160
+ "num_bytes": 1739223,
161
+ "num_examples": 3250,
162
+ "dataset_name": "conll2003"
163
+ },
164
+ "test": {
165
+ "name": "test",
166
+ "num_bytes": 1582054,
167
+ "num_examples": 3453,
168
+ "dataset_name": "conll2003"
169
+ }
170
+ },
171
+ }
172
+ }