Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
1
469
Працівники O
ЦПД B-ORG
при I-ORG
РНБО I-ORG
України I-ORG
зібрали O
добірку O
фейків O
, O
маніпуляцій O
та O
дезінформаційних O
« O
вкидів O
» O
, O
які O
ворог O
продукував O
протягом O
24.03.2022 B-PERIOD
року I-PERIOD
. O
Міська O
влада O
Енергодаруповернуласядо O
будівлі O
виконкому O
. O
Також O
передбачена O
заміна O
залізобетонної O
монолітної O
плити O
на O
сучасну O
- O
зі O
сталі O
. O
У O
президента B-JOB
склалось O
враження O
, O
що O
його O
хтось O
намагається O
відтерти O
від O
прямого O
контакту O
зі O
своїми O
, O
з O
депутатами B-JOB
. O
Щодня O
темпи O
зростають O
. O
Історії O
, O
які O
ви O
можете O
прочитати O
наМС O
. B-MISC
today I-MISC
: O
💰 O
Відкладати O
10 B-PCT
% I-PCT
заробітку O
і O
купувати O
біткоїни O
– O
5 O
популярних O
порад O
про O
гроші O
, O
що O
не O
працюють O
😳 O
Звільнили O
сисадмінів O
End of preview. Expand in Data Studio

UberText-NER-Silver

UberText-NER-Silver is a silver-standard named entity recognition (NER) dataset for the Ukrainian language. It was automatically annotated using a high-performance model trained on NER-UK 2.0 and covers over 2.5 million social media and web sentences. The dataset significantly expands the coverage of underrepresented entity types and informal domains.

Dataset Summary

  • Total Sentences: 2,573,205
  • Total Words: 45,489,533
  • Total Entity Spans: 4,393,316
  • Entity Types (13): PERS, ORG, LOC, DATE, TIME, JOB, MON, PCT, PERIOD, DOC, QUANT, ART, MISC
  • Format: IOB-style, token-level annotations

Source

Texts were taken from the UberText 2.0 corpus social media part, filtered and preprocessed for noise reduction and duplication. The dataset includes both entity-rich and entity-free content to improve model generalization.

Example Usage

from datasets import load_dataset

dataset = load_dataset("lang-uk/UberText-NER-Silver", split="train")
print(dataset[0])

Applications

  • Training large-scale NER models for Ukrainian
  • Improving performance in low-resource and informal text domains
  • Cross-lingual or transfer learning experiments

Authors

Vladyslav Radchenko, Nazarii Drushchak

Citation

If you use UberText-NER-Silver in your work, please cite:

@inproceedings{chaplynskyi-romanyshyn-2024-introducing,
    title     = "Introducing {NER}-{UK} 2.0: A Rich Corpus of Named Entities for {U}krainian",
    author    = "Chaplynskyi, Dmytro and
      Romanyshyn, Mariana",
    editor    = "Romanyshyn, Mariana and
      Romanyshyn, Nataliia and
      Hlybovets, Andrii and
      Ignatenko, Oleksii",
    booktitle = "Proceedings of the Third Ukrainian Natural Language Processing Workshop (UNLP) @ LREC-COLING 2024",
    month     = may,
    year      = "2024",
    address   = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url       = "https://aclanthology.org/2024.unlp-1.4/",
    doi       = "10.63317/5mqwb7ftiezv",
    pages     = "23--29",
    ISBN      = "978-2-493814-43-2"
}

@inproceedings{chaplynskyi-2023-introducing,
    title     = "Introducing {U}ber{T}ext 2.0: A Corpus of {M}odern {U}krainian at Scale",
    author    = "Chaplynskyi, Dmytro",
    editor    = "Romanyshyn, Mariana",
    booktitle = "Proceedings of the Second Ukrainian Natural Language Processing Workshop (UNLP)",
    month     = may,
    year      = "2023",
    address   = "Dubrovnik, Croatia",
    publisher = "Association for Computational Linguistics",
    url       = "https://aclanthology.org/2023.unlp-1.1/",
    doi       = "10.18653/v1/2023.unlp-1.1",
    pages     = "1--10"
}

Paper: https://aclanthology.org/2024.unlp-1.4/ DOI: https://doi.org/10.63317/5mqwb7ftiezv

Downloads last month
106

Models trained or fine-tuned on lang-uk/UberText-NER-Silver