--- task_categories: - text-classification language: - en - yo - ha - ig - pcm tags: - hate speech size_categories: - 10K- You agree to not use the dataset to conduct any activity that causes harm to human subjects. extra_gated_fields: Please provide more information on why you need this dataset and how you plan to use it: type: text --- # Nigerian Hate Speech Superset This dataset is a superset (N=38,686) of posts annotated as hateful or not. It results from the preprocessing and merge of all available hate speech datasets grounded geographically in Nigeria in April 2024. These datasets were identified through a systematic survey of hate speech datasets conducted in mid 2024. We only kept datasets that: - are documented - are publicly available or could be retrieved with the Twitter API - focus on hate speech, defined broadly as "any kind of communication in speech, writing or behavior, that attacks or uses pejorative or discriminatory language with reference to a person or a group on the basis of who they are, in other words, based on their religion, ethnicity, nationality, race, color, descent, gender or other identity factor" (UN, 2019) The survey procedure is further detailed in *our survey paper (link TBD)*. ## Data access and intended use Please send an access request detailing how you plan to use the data. The main purpose of this dataset is to train and evaluate hate speech detection models, as well as study hateful discourse online. This dataset is NOT intended to train generative LLMs to produce hateful content. ## Columns The dataset contains six columns: - `text`: the annotated post - `labels`: annotation of whether the post is hateful (`== 1`) or not (`==0`). As datasets have different annotation schemes, we systematically binarized the labels. - `source`: origin of the data (e.g., Twitter) - `dataset`: dataset the data is from (see "Datasets" part below) - `nb_annotators`: number of annotators by post ## Datasets The datasets that compose this superset are: - NaijaHate: Evaluating Hate Speech Detection on Nigerian Twitter Using Representative Data (`NaijaHate` in the `dataset` column) - [paper link](https://aclanthology.org/2024.acl-long.488/) - [raw data link](https://huggingface.co/datasets/worldbank/NaijaHate) - HERDPhobia: A Dataset for Hate Speech against Fulani in Nigeria (`Herdphobia` in the `dataset` column) - [paper link](https://arxiv.org/pdf/2211.15262v1) - [raw data link](https://github.com/hausanlp/HERDPhobia) - EkoHate: Abusive Language and Hate Speech Detection for Code-switched Political Discussions on Nigerian Twitter (`ekohate`) - [paper link](https://aclanthology.org/2024.woah-1.3/) - [raw data link](https://github.com/befittingcrown/EkoHate) ## Additional datasets on demand In our survey, we identified one additional dataset that is not public but can be requested to the authors: - Detection of Hate Speech Code Mix Involving English and other Nigerian Languages - [paper link](https://www.journal-isi.org/index.php/isi/article/view/595/284) ## Preprocessing We drop duplicates. In case of non-binary labels, the labels are binarized (hate speech or not). We replace all usernames and links by fixed tokens to maximize user privacy. Further details on preprocessing can be found in the preprocessing code *[here] (TBD)*. ## Citation TBD ```