|
--- |
|
license: cc-by-4.0 |
|
task_categories: |
|
- text-classification |
|
language: |
|
- ara |
|
- por |
|
- eng |
|
- fra |
|
- ita |
|
- cmn |
|
- spa |
|
- nld |
|
- hin |
|
- deu |
|
size_categories: |
|
- 10K<n<100K |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- path: test/*.jsonl.gz |
|
split: test |
|
- config_name: hin |
|
data_files: |
|
- path: multi-hatecheck/test/hin.jsonl.gz |
|
split: test |
|
- config_name: spa |
|
data_files: |
|
- path: multi-hatecheck/test/spa.jsonl.gz |
|
split: test |
|
- config_name: pol |
|
data_files: |
|
- path: multi-hatecheck/test/pol.jsonl.gz |
|
split: test |
|
- config_name: eng |
|
data_files: |
|
- path: multi-hatecheck/test/eng.jsonl.gz |
|
split: test |
|
- config_name: fra |
|
data_files: |
|
- path: multi-hatecheck/test/fra.jsonl.gz |
|
split: test |
|
- config_name: nld |
|
data_files: |
|
- path: multi-hatecheck/test/nld.jsonl.gz |
|
split: test |
|
- config_name: ita |
|
data_files: |
|
- path: multi-hatecheck/test/ita.jsonl.gz |
|
split: test |
|
- config_name: deu |
|
data_files: |
|
- path: multi-hatecheck/test/deu.jsonl.gz |
|
split: test |
|
- config_name: ara |
|
data_files: |
|
- path: multi-hatecheck/test/ara.jsonl.gz |
|
split: test |
|
- config_name: por |
|
data_files: |
|
- path: multi-hatecheck/test/por.jsonl.gz |
|
split: test |
|
- config_name: cmn |
|
data_files: |
|
- path: multi-hatecheck/test/cmn.jsonl.gz |
|
split: test |
|
--- |
|
|
|
#### Description |
|
Combines multilingual HateCheck datasets (10 languages, including English), by Paul Roettger and colleagues (2021, 2022). |
|
|
|
The original English dataset can be found under https://github.com/Paul/hatecheck. |
|
Datasets for other languages are found at: |
|
- https://github.com/Paul/hatecheck-arabic |
|
- https://github.com/Paul/hatecheck-mandarin |
|
- https://github.com/Paul/hatecheck-german |
|
- https://github.com/Paul/hatecheck-french |
|
- https://github.com/Paul/hatecheck-hindi |
|
- https://github.com/Paul/hatecheck-italian |
|
- https://github.com/Paul/hatecheck-dutch |
|
- https://github.com/Paul/hatecheck-portuguese |
|
- https://github.com/Paul/hatecheck-spanish |
|
Make sure to credit the authors and cite relevant papers (see citation below) if you use these datasets. |
|
|
|
|
|
#### Bibtex citation |
|
``` |
|
@inproceedings{rottger-etal-2021-hatecheck, |
|
title = "{H}ate{C}heck: Functional Tests for Hate Speech Detection Models", |
|
author = {R{\"o}ttger, Paul and |
|
Vidgen, Bertie and |
|
Nguyen, Dong and |
|
Waseem, Zeerak and |
|
Margetts, Helen and |
|
Pierrehumbert, Janet}, |
|
editor = "Zong, Chengqing and |
|
Xia, Fei and |
|
Li, Wenjie and |
|
Navigli, Roberto", |
|
booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", |
|
month = aug, |
|
year = "2021", |
|
address = "Online", |
|
publisher = "Association for Computational Linguistics", |
|
url = "https://aclanthology.org/2021.acl-long.4", |
|
doi = "10.18653/v1/2021.acl-long.4", |
|
pages = "41--58", |
|
abstract = "Detecting online hate is a difficult task that even state-of-the-art models struggle with. Typically, hate speech detection models are evaluated by measuring their performance on held-out test data using metrics such as accuracy and F1 score. However, this approach makes it difficult to identify specific model weak points. It also risks overestimating generalisable model performance due to increasingly well-evidenced systematic gaps and biases in hate speech datasets. To enable more targeted diagnostic insights, we introduce HateCheck, a suite of functional tests for hate speech detection models. We specify 29 model functionalities motivated by a review of previous research and a series of interviews with civil society stakeholders. We craft test cases for each functionality and validate their quality through a structured annotation process. To illustrate HateCheck{'}s utility, we test near-state-of-the-art transformer models as well as two popular commercial models, revealing critical model weaknesses.", |
|
} |
|
|
|
@inproceedings{rottger-etal-2022-multilingual, |
|
title = "Multilingual {H}ate{C}heck: Functional Tests for Multilingual Hate Speech Detection Models", |
|
author = {R{\"o}ttger, Paul and |
|
Seelawi, Haitham and |
|
Nozza, Debora and |
|
Talat, Zeerak and |
|
Vidgen, Bertie}, |
|
editor = "Narang, Kanika and |
|
Mostafazadeh Davani, Aida and |
|
Mathias, Lambert and |
|
Vidgen, Bertie and |
|
Talat, Zeerak", |
|
booktitle = "Proceedings of the Sixth Workshop on Online Abuse and Harms (WOAH)", |
|
month = jul, |
|
year = "2022", |
|
address = "Seattle, Washington (Hybrid)", |
|
publisher = "Association for Computational Linguistics", |
|
url = "https://aclanthology.org/2022.woah-1.15", |
|
doi = "10.18653/v1/2022.woah-1.15", |
|
pages = "154--169", |
|
abstract = "Hate speech detection models are typically evaluated on held-out test sets. However, this risks painting an incomplete and potentially misleading picture of model performance because of increasingly well-documented systematic gaps and biases in hate speech datasets. To enable more targeted diagnostic insights, recent research has thus introduced functional tests for hate speech detection models. However, these tests currently only exist for English-language content, which means that they cannot support the development of more effective models in other languages spoken by billions across the world. To help address this issue, we introduce Multilingual HateCheck (MHC), a suite of functional tests for multilingual hate speech detection models. MHC covers 34 functionalities across ten languages, which is more languages than any other hate speech dataset. To illustrate MHC{'}s utility, we train and test a high-performing multilingual hate speech detection model, and reveal critical model weaknesses for monolingual and cross-lingual applications.", |
|
} |
|
``` |
|
|