CoolFace
19 results

conll2003

eriktks /conll2003The shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on four types of named entities: persons, locations, organizations and names of miscellaneous entities that do not belong to the previous three groups. The CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on a separate line and there is an empty line after each sentence. The first item on each line is a word, the second a part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags and the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only if two phrases of the same type immediately follow each other, the first word of the second phrase will have tag B-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 tagging scheme, whereas the original dataset uses IOB1. For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419token-classification10K<n<100K177 likes31k downloads3y agoHugging Facetomaarsen /conll2003 Dataset Card for "conll2003" Dataset Summary The shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on four types of named entities: persons, locations, organizations and names of miscellaneous entities that do not belong to the previous three groups. The CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on a separate line and there is an empty line after each… See the full description on the dataset page: https://huggingface.co/datasets/tomaarsen/conll2003.tabulartoken-classification10K<n<100K1 likes3.6k downloads6mo agoHugging Facelhoestq /conll2003text10K<n<100K5 likes3.5k downloads5y agoHugging Facepie /conll2003 PIE Dataset Card for "conll2003" This is a PyTorch-IE wrapper for the CoNLL 2003 Huggingface dataset loading script. Data Schema The document type for this dataset is CoNLL2003Document which defines the following data fields: text (str) id (str, optional) metadata (dictionary, optional) and the following annotation layers: entities (annotation type: LabeledSpan, target: text) See here for the annotation type definitions. Document Converters The dataset… See the full description on the dataset page: https://huggingface.co/datasets/pie/conll2003.0 likes2.5k downloads1y agoHugging Facetner /conll2003[CoNLL 2003 NER dataset](https://aclanthology.org/W03-0419/)texttoken-classification10K<n<100K3 likes1.8k downloads4y agoHugging Faceevaluate /conll2003-citextn<1K0 likes803 downloads4y agoHugging Face