hatebr / README.md
ruanchaves's picture
Update README.md
220dcde
|
raw
history blame
4.45 kB
metadata
annotations_creators:
  - expert-generated
language:
  - pt
language_creators:
  - found
license: []
multilinguality:
  - monolingual
pretty_name: HateBR - Offensive Language and Hate Speech Dataset in Brazilian Portuguese
size_categories:
  - 1K<n<10K
source_datasets:
  - original
tags:
  - instagram
task_categories:
  - text-classification
task_ids:
  - hate-speech-detection

Dataset Card for HateBR - Offensive Language and Hate Speech Dataset in Brazilian Portuguese

Dataset Description

Dataset Summary

HateBR is the first large-scale expert annotated corpus of Brazilian Instagram comments for hate speech and offensive language detection on the web and social media. The HateBR corpus was collected from Brazilian Instagram comments of politicians and manually annotated by specialists. It is composed of 7,000 documents annotated according to three different layers: a binary classification (offensive versus non-offensive comments), offensiveness-level (highly, moderately, and slightly offensive messages), and nine hate speech groups (xenophobia, racism, homophobia, sexism, religious intolerance, partyism, apology for the dictatorship, antisemitism, and fatphobia). Each comment was annotated by three different annotators and achieved high inter-annotator agreement. Furthermore, baseline experiments were implemented reaching 85% of F1-score outperforming the current literature models for the Portuguese language. Accordingly, we hope that the proposed expertly annotated corpus may foster research on hate speech and offensive language detection in the Natural Language Processing area.

Supported Tasks and Leaderboards

Hate Speech Detection

Languages

Portuguese

Dataset Structure

Data Instances

{'instagram_comments': 'Plano da esquerda foi é e será sempre críticar não nunca teve um plano de governo único plano era como roubar .',
 'offensive_language': true,
 'offensiveness_levels': 2,
 'antisemitism': False,
 'apology_for_the_dictatorship': False,
 'fatphobia': False,
 'homophobia': False,
 'partyism': True,
 'racism': False,
 'religious_intolerance': False,
 'sexism': False,
 'xenophobia': False,
 'offensive_&_non-hate_speech': False,
 'non-offensive': False
}

Data Fields

  • instagram_comments: Instagram comments.
  • offensive_language: A classification of comments as either offensive (1) or non-offensive (0).
  • offensiveness_levels: A classification of comments based on their level of offensiveness, including highly offensive (3), moderately offensive (2), slightly offensive (1) and non-offensive (0).
  • antisemitism: A classification of whether or not the comment contains antisemitic language.
  • apology_for_the_dictatorship: A classification of whether or not the comment praises the military dictatorship period in Brazil.
  • fatphobia: A classification of whether or not the comment contains language that promotes fatphobia.
  • homophobia: A classification of whether or not the comment contains language that promotes homophobia.
  • partyism: A classification of whether or not the comment contains language that promotes partyism.
  • racism: A classification of whether or not the comment contains racist language.
  • religious_intolerance: A classification of whether or not the comment contains language that promotes religious intolerance.
  • sexism: A classification of whether or not the comment contains sexist language.
  • xenophobia: A classification of whether or not the comment contains language that promotes xenophobia.
  • offensive_&_no-hate_speech: A classification of whether or not the comment is offensive but does not contain hate speech.

Data Splits

No standard data splits have been provided by the authors.

Citation Information

@inproceedings{vargas2022hatebr,
  title={HateBR: A Large Expert Annotated Corpus of Brazilian Instagram Comments for Offensive Language and Hate Speech Detection},
  author={Vargas, Francielle and Carvalho, Isabelle and de G{\'o}es, Fabiana Rodrigues and Pardo, Thiago and Benevenuto, Fabr{\'\i}cio},
  booktitle={Proceedings of the Thirteenth Language Resources and Evaluation Conference},
  pages={7174--7183},
  year={2022}
}