CoolFace
Datasetpublic

kasunUdayanga/Sinhala_Annotation_Dataset

Sinhala Named Entity Recognition (NER) Dataset - 85,000 Annotations Dataset Description This is a high-quality Named Entity Recognition (NER) dataset for the Sinhala language, consisting of approximately 85,000 annotations. The dataset was manually curated and annotated by a team of three students to support NLP research for low-resource languages. The data is sourced from diverse domains, including social media comments, news articles, and public domain texts… See the full description on the dataset page: https://huggingface.co/datasets/kasunUdayanga/Sinhala_Annotation_Dataset.

sourceHugging Facecc-by-4.0updated 9mo agoView on Hugging Face
4likes38downloads
Dataset Card

Sinhala Named Entity Recognition (NER) Dataset - 85,000 Annotations

Dataset Description

This is a high-quality Named Entity Recognition (NER) dataset for the Sinhala language, consisting of approximately 85,000 annotations. The dataset was manually curated and annotated by a team of three students to support NLP research for low-resource languages.

The data is sourced from diverse domains, including social media comments, news articles, and public domain texts, capturing the nuances of both formal and informal Sinhala usage.

Annotators & Contact

This dataset was manually annotated and curated by the following students. For inquiries regarding the dataset, please contact:

  • [D.D.K.I Udayanga] - [udayangakasu696@gmail.com]
  • [S.A.S Kavindya] - [shainikavindya2@gmail.com]
  • [K.M.P.S Gunasekara] - [pasindusgkmp@gmail.com]

Dataset Structure

Format

The dataset follows the BIO (Beginning, Inside, Outside) format, commonly used for sequence labeling tasks. Each token is paired with a corresponding tag.

Label Statistics

The distribution of the entities in this dataset is as follows:

LabelCountDescription
B-PER6,386Beginning of a Person's name
I-PER1,744Inside of a Person's name
B-LOC4,074Beginning of a Location
I-LOC253Inside of a Location
B-ORG3,762Beginning of an Organization
I-ORG707Inside of an Organization
B-Other51,048Beginning of other entities
I-Other190Inside of other entities
O18,489Outside (Non-entity words)

Data Example

Each entry consists of a sentence split into tokens with their respective NER tags:

Tag Number (ID)Tag Label
0O
1B-PER
2I-PER
3B-LOC
4I-LOC
5B-ORG
6I-ORG
7B-Other
8I-Other

Intended Use

  • Named Entity Recognition: Training models like BERT, XLM-R, or LSTM-CRF for Sinhala NER.
  • Language Modeling: Fine-tuning language models for Sinhala.
  • Academic Research: Studying the linguistic patterns of entities in South Asian languages.

Licensing Information

This dataset is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. Users are free to share and adapt the material as long as appropriate credit is given to the original creators.