File size: 3,946 Bytes
9952756 8d9a75d 9952756 41ca7de 9952756 41ca7de 9952756 41ca7de 9952756 41ca7de 9952756 41ca7de 9952756 7616e97 9952756 29b925a 7616e97 9952756 7616e97 c7cf05f 254083a c7cf05f 254083a 33fc8f9 254083a c7cf05f 254083a c7cf05f 254083a c7cf05f 254083a c7cf05f 254083a c7cf05f 254083a c7cf05f 254083a c7cf05f bf9d998 c7cf05f 254083a c7cf05f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
---
dataset_info:
features:
- name: image
dtype: image
- name: Meme ID
dtype: int64
- name: Language
dtype: string
- name: Caption
dtype: string
- name: US
dtype: float64
- name: DE
dtype: float64
- name: MX
dtype: float64
- name: CN
dtype: float64
- name: IN
dtype: float64
- name: Template Name
dtype: string
- name: Category
dtype: string
- name: Subcategory
dtype: string
splits:
- name: train
num_bytes: 62034606
num_examples: 1500
download_size: 62780586
dataset_size: 62034606
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
language:
- en
- de
- hi
- zh
- es
pretty_name: Multi^3Hate
size_categories:
- 1K<n<10K
---
# Multi<sup>3</sup>Hate
<!-- Provide a quick summary of the dataset. -->
*Warning: this dataset contains content that may be offensive or upsetting*
**Multi<sup>3</sup>Hate** dataset, introduced in our paper: **[Multi<sup>3</sup>Hate: Advancing Multimodal, Multilingual, and Multicultural Hate Speech Detection with Vision–Language Models](https://arxiv.org/pdf/2411.03888)**
**Abstract:** Hate speech moderation on global platforms poses unique challenges due to the multimodal and multilingual nature of content, along with the varying cultural perceptions. How well do current vision-language models (VLMs) navigate these nuances?
To investigate this, we create the first multimodal and multilingual parallel hate speech dataset, annotated by a multicultural set of annotators, called Multi3Hate. It contains 300 parallel meme samples across 5 languages: English, German, Spanish, Hindi, and Mandarin.
We demonstrate that cultural background significantly affects multimodal hate speech annotation in our dataset. The average pairwise agreement among countries is just 74%, significantly lower than that of randomly selected annotator groups.
Our qualitative analysis indicates that the lowest pairwise label agreement—only 67% between the USA and India—can be attributed to cultural factors. We then conduct experiments with 5 large VLMs in a zero-shot setting,
finding that these models align more closely with annotations from the US than with those from other cultures, even when the memes and prompts are presented in the dominant language of the other culture.
<img src="https://cdn-uploads.huggingface.co/production/uploads/65e0e6fa4394fc3d1b59627a/cVJJ-pE-41DJIElsf-cN_.png" width="500"/>
## Dataset Details
### Dataset Sources [optional]
<!-- Provide the basic links for the dataset. -->
- **Repository:** [Link](https://github.com/MinhDucBui/Multi3Hate/tree/main)
- **Paper:** [Link](https://arxiv.org/pdf/2411.03888)
#### Who are the source data producers?
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
The original meme images were crawled from https://memegenerator.net
#### Annotation process
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
We refer to our paper.
## License
CC BY-NC-ND 4.0
## Citation [optional]
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
```
@misc{bui2024multi3hatemultimodalmultilingualmulticultural,
title={Multi3Hate: Multimodal, Multilingual, and Multicultural Hate Speech Detection with Vision-Language Models},
author={Minh Duc Bui and Katharina von der Wense and Anne Lauscher},
year={2024},
eprint={2411.03888},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2411.03888},
}
```
|