Datasets:

Modalities:
Text
Formats:
json
Languages:
Serbian
Tags:
NER
Libraries:
Datasets
pandas
License:
SrpELTeC-gold-NER / README.md
procesaur's picture
Update README.md
8e50ada verified
|
raw
history blame
1.08 kB
metadata
license: cc-by-sa-4.0
task_categories:
  - token-classification
language:
  - sr
pretty_name: SrpELTeC-gold-NER training dataset
size_categories:
  - 100K<n<1M

Named Entity Recognition Training corpus for Serbian – The selection of 11 full novels and excerpts from 15 novels from Serbian literary corpus of novels written more than a century ago, have been automatically labelled with SrpNER system for Serbian in the first stage of the gold standard preparation. Contains 330.119 tokens, 7 classes: person, organization, location, event, work, demonym, role.

It is constituted of a single jsonl file that can be loaded via:

from datasets import load_dataset
dataset = load_dataset("jerteh/SrpELTeC-gold-NER")

Preview:


Citation:


@inproceedings{frontini2020named,
  title={Named entity recognition for distant reading in ELTeC},
  author={Frontini, Francesca and Brando, Carmen and Byszuk, Joanna and Galleron, Ioana and Santos, Diana and Stankovi{\'c}, Ranka},
  booktitle={CLARIN Annual Conference 2020},
  year={2020}
}