Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Estonian
Libraries:
Datasets
Dask
License:
adorkin commited on
Commit
59933fc
·
verified ·
1 Parent(s): e61389f

Add token classification tage

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -30,6 +30,8 @@ language:
30
  pretty_name: EstNER
31
  size_categories:
32
  - 10K<n<100K
 
 
33
  ---
34
 
35
  # Dataset Card for EstNER
@@ -242,4 +244,4 @@ Originally, the Estonian NER dataset was annotated with PER, ORG and LOC entitie
242
  pages = "752--761",
243
  abstract = "This paper presents the annotation process of two Estonian named entity recognition (NER) datasets, involving the creation of annotation guidelines for labeling eleven different types of entities. In addition to the commonly annotated entities such as person names, organization names, and locations, the annotation scheme encompasses geopolitical entities, product names, titles/roles, events, dates, times, monetary values, and percents. The annotation was performed on two datasets, one involving reannotating an existing NER dataset primarily composed of news texts and the other incorporating new texts from news and social media domains. Transformer-based models were trained on these annotated datasets to establish baseline predictive performance. Our findings indicate that the best results were achieved by training a single model on the combined dataset, suggesting that the domain differences between the datasets are relatively small.",
244
  }
245
- ```
 
30
  pretty_name: EstNER
31
  size_categories:
32
  - 10K<n<100K
33
+ task_categories:
34
+ - token-classification
35
  ---
36
 
37
  # Dataset Card for EstNER
 
244
  pages = "752--761",
245
  abstract = "This paper presents the annotation process of two Estonian named entity recognition (NER) datasets, involving the creation of annotation guidelines for labeling eleven different types of entities. In addition to the commonly annotated entities such as person names, organization names, and locations, the annotation scheme encompasses geopolitical entities, product names, titles/roles, events, dates, times, monetary values, and percents. The annotation was performed on two datasets, one involving reannotating an existing NER dataset primarily composed of news texts and the other incorporating new texts from news and social media domains. Transformer-based models were trained on these annotated datasets to establish baseline predictive performance. Our findings indicate that the best results were achieved by training a single model on the combined dataset, suggesting that the domain differences between the datasets are relatively small.",
246
  }
247
+ ```