seyyaw's picture
Update README.md (#2)
9d70c45 verified
metadata
language:
  - amh
pretty_name: Amharic Hate Speech Dataset
tags:
  - am
size_categories:
  - 10K<n<100K
task_categories:
  - text-classification
configs:
  - config_name: default
    column_names:
      - label
      - text
    data_files:
      - split: train
        path: train.tsv
      - split: test
        path: test.tsv
      - split: dev
        path: dev.tsv

Introduction

The Amharic Hate Speech data is collected using the Twitter API spanning from October 1, 2020 - November 30, 2022, considering the socio-political dynamics of Ethiopia in Twitter space. We used WebAnno tool for data annotation; each tweet is annotated by two native speakers and curated by one more experienced adjudicator to determine the gold labels. A total of 15.1k tweets consisting of three class labels namely: Hate, Offensive and Normal are presented. Read our papers for more details about the dataset (see below).

Amharic Hate Speech Data Annotation: Lab-Controlled Annotation

The dataset is annotated by two annotators and a curator to determine the gold labels. The annotation guideline can be found here

Dataset Details

The prefix __label__ has been removed from the labels in the uploaded version. When using the training script linked below the prefix must be added manually.

Citation Information and Links

For more details, You can read our paper entitled:

  1. Exploring Amharic Hate Speech data Collection and Classification Approaches

Or visit our GitHub Repository for the papers, models and training code.

@inproceedings{ayele-etal-2023-exploring,
    title = "Exploring {A}mharic Hate Speech Data Collection and Classification Approaches",
    author = "Ayele, Abinew Ali  and
      Yimam, Seid Muhie  and
      Belay, Tadesse Destaw  and
      Asfaw, Tesfa  and
      Biemann, Chris",
    editor = "Mitkov, Ruslan  and
      Angelova, Galia",
    booktitle = "Proceedings of the 14th International Conference on Recent Advances in Natural Language Processing",
    month = sep,
    year = "2023",
    address = "Varna, Bulgaria",
    publisher = "INCOMA Ltd., Shoumen, Bulgaria",
    url = "https://aclanthology.org/2023.ranlp-1.6",
    pages = "49--59",
    abstract = "In this paper, we present a study of efficient data selection and annotation strategies for Amharic hate speech. We also build various classification models and investigate the challenges of hate speech data selection, annotation, and classification for the Amharic language. From a total of over 18 million tweets in our Twitter corpus, 15.1k tweets are annotated by two independent native speakers, and a Cohen{'}s kappa score of 0.48 is achieved. A third annotator, a curator, is also employed to decide on the final gold labels. We employ both classical machine learning and deep learning approaches, which include fine-tuning AmFLAIR and AmRoBERTa contextual embedding models. Among all the models, AmFLAIR achieves the best performance with an F1-score of 72{\%}. We publicly release the annotation guidelines, keywords/lexicon entries, datasets, models, and associated scripts with a permissive license.",
}