This is a new version of the repository. Do let us know (lindat-help at ufal.mff.cuni.cz) if you encounter any issues.
 

SumeCzech-NER

Please use the following text to cite this item or export to a predefined format:
Marek, Petr and Müller, Štěpán, 2021, SumeCzech-NER, LINDAT/CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (ÚFAL), http://hdl.handle.net/11234/1-3505.
Date issued
2021-01-30
Size
1000000 articles,
3 gb
Language(s)
Description
SumeCzech-NER SumeCzech-NER contains named entity annotations of SumeCzech 1.0 (Straka et al. 2018, SumeCzech: Large Czech News-Based Summarization Dataset). Format The dataset is split into four files. Files are in jsonl format. There is one JSON object on each line of the file. The most important fields of JSON objects are: - dataset: train, dev, test, oodtest - ne_abstract: list of named entity annotations of article's abstract - ne_headline: list of named entity annotations of article's headline - ne_text: list of name entity annotations of article's text - url: article's URL that can be used to match article across SumeCzech and SumeCzech-NER Annotations We used SpaCy's NER model trained on CoNLL-based extended CNEC 2.0. The model achieved a 78.45 F-Score on the dataset's testing set. The annotations are in IOB2 format. The entity types are: Numbers in addresses, Geographical names, Institutions, Media names, Artifact names, Personal names, and Time expressions. Tokenization We used the following Python code for tokenization: from typing import List from nltk.tokenize import word_tokenize def tokenize(text: str) -> List[str]: for mark in ('.', ',', '?', '!', '-', '–', '/'): text = text.replace(mark, f' {mark} ') tokens = word_tokenize(text) return tokens
This item isPublicly Available
and licensed under:
 Files in this item
Name
sumeczech-1.0-ner-3.jsonl
Size
302.03 MB
Format
application/octet-stream
Description
Unknown
MD5
f1edf01f70a23253fe6cf9012a44469c
Preview
  File Preview
Name
sumeczech-1.0-ner-2.jsonl
Size
914.44 MB
Format
application/octet-stream
Description
Unknown
MD5
ee32af1e21886dfc3378c7a57d1e790e
Preview
  File Preview
Name
sumeczech-1.0-ner-0.jsonl
Size
914.9 MB
Format
application/octet-stream
Description
Unknown
MD5
2854d4cdcfe412a4096966058974ab2a
Preview
  File Preview
Name
sumeczech-1.0-ner-1.jsonl
Size
915.31 MB
Format
application/octet-stream
Description
Unknown
MD5
c42fceef132222c193c11699e1da0c1f
Preview
  File Preview