Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,74 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
modalities:
|
| 4 |
+
- image
|
| 5 |
+
- text
|
| 6 |
+
task_categories:
|
| 7 |
+
- image-classification
|
| 8 |
+
- text-classification
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
tags:
|
| 12 |
+
- memes
|
| 13 |
+
- hate-speech
|
| 14 |
+
- toxicity
|
| 15 |
+
- content-moderation
|
| 16 |
+
- multimodal
|
| 17 |
+
- image-text
|
| 18 |
+
- vision-language
|
| 19 |
+
- social-media
|
| 20 |
+
- nlp
|
| 21 |
+
- computer-vision
|
| 22 |
+
- functional-testing
|
| 23 |
+
- fbhm
|
| 24 |
+
- lsv
|
| 25 |
+
- evaluation
|
| 26 |
+
- classification
|
| 27 |
+
pretty_name: FBHM
|
| 28 |
---
|
| 29 |
+
|
| 30 |
+
# FBHM: Functional Benchmarking and Steering of VLMs for Hateful Meme Detection
|
| 31 |
+
|
| 32 |
+
Accepted at **EMNLP 2026 Main** 🎉
|
| 33 |
+
|
| 34 |
+
Paramananda Bhaskar*, Naquee Rizwan*, Daksh Jogchand, Saurabh Kumar Pandey, Animesh Mukherjee
|
| 35 |
+
|
| 36 |
+
(*) denotes equal contribution
|
| 37 |
+
|
| 38 |
+
<p align="center">
|
| 39 |
+
<img src="teaser.pdf" alt="FBHM Dataset" width="400">
|
| 40 |
+
</p>
|
| 41 |
+
|
| 42 |
+
<p align="center">
|
| 43 |
+
Left: suite of 5,000 FBHM memes spread across 25 functionalities. Each tile presents the functionality number, its description and the corresponding number of memes in that functionality. Right: examples of constructing ten memes for ten target communities using one base image.
|
| 44 |
+
</p>
|
| 45 |
+
|
| 46 |
+
<div align="center">
|
| 47 |
+
|
| 48 |
+
[](https://arxiv.org/abs/2605.31349v1)
|
| 49 |
+
[](https://github.com/hate-alert/fbhm)
|
| 50 |
+
|
| 51 |
+
</div>
|
| 52 |
+
|
| 53 |
+
------------------------------------------
|
| 54 |
+
## Abstract
|
| 55 |
+
Hateful meme detection remains a formidable challenge for vision-language models, as existing benchmarks are structurally observational-confounding rhetorical hate mechanisms with target community features and preventing causal evaluation of model vulnerabilities. To address this, we introduce FBHM, a systematically curated benchmark of **F**unctionality **B**ased **H**ateful **M**emes constructed along two orthogonal axes: 25 distinct rhetorical functionalities and 10 target communities (5,000 memes total). Benchmarking state-of-the-art VLMs reveals a severe generalization gap: models highly accurate on standard datasets catastrophically drop to near-random performance on FBHM, proving they exploit dataset-specific heuristics rather than robust multimodal reasoning. To efficiently close this gap, we propose LSV (**l**earnable **s**teering **v**ectors), an ultra-low data regime strategy that applies a causal intervention objective on as few as 500 steering samples (50 unique base memes), boosting FBHM performance by ~30 Macro-F1 points while outperforming in-context learning and PEFT without degrading source-domain performance.
|
| 56 |
+
|
| 57 |
+
------------------------------------------
|
| 58 |
+
## Please cite our paper
|
| 59 |
+
|
| 60 |
+
~~~bibtex
|
| 61 |
+
@misc{bhaskar2026fbhmfunctionalbenchmarkingsteering,
|
| 62 |
+
title={FBHM: Functional Benchmarking and Steering of VLMs for Hateful Meme Detection},
|
| 63 |
+
author={Paramananda Bhaskar and Naquee Rizwan and Daksh Jogchand and Saurabh Kumar Pandey and Animesh Mukherjee},
|
| 64 |
+
year={2026},
|
| 65 |
+
eprint={2605.31349},
|
| 66 |
+
archivePrefix={arXiv},
|
| 67 |
+
primaryClass={cs.CL},
|
| 68 |
+
url={https://arxiv.org/abs/2605.31349},
|
| 69 |
+
}
|
| 70 |
+
~~~
|
| 71 |
+
|
| 72 |
+
------------------------------------------
|
| 73 |
+
## Contact
|
| 74 |
+
For any questions or issues, please contact: pbhaskar@kgpian.iitkgp.ac.in, nrizwan@kgpian.iitkgp.ac.in
|