AdamMeme
收藏资源简介:
AdamMeme是一个动态评估框架,用于评估多模态大型语言模型(mLLMs)在辨别有害表情包方面的推理能力。该框架通过多代理协作,不断更新表情包数据集,以揭示mLLMs在理解有害性方面的具体局限性。该数据集旨在帮助研究人员评估和改进mLLMs在表情包有害性理解方面的能力,以促进在线安全的应用。
AdamMeme is a dynamic evaluation framework developed to assess the reasoning abilities of multimodal large language models (mLLMs) in detecting harmful memes. Through multi-agent collaboration, the framework continuously updates the associated meme dataset to uncover the specific limitations of mLLMs in understanding the harmfulness of such content. This dataset aims to assist researchers in evaluating and enhancing the capacity of mLLMs to comprehend the harmfulness of memes, thereby advancing practical applications of online safety.
AdamMeme数据集概述
数据集简介
- 名称:AdamMeme
- 目的:用于自适应探测多模态大语言模型在有害内容上的推理能力
数据来源
数据预处理
-
使用OCR-SAM工具擦除图像中的文本
-
数据目录结构:
├── data │ └── sampled_data │ └── image │ └── ori │ └── erased ├── results └── scripts
主要功能模块
-
有害性挖掘
- 执行脚本:
scripts/mining.py
- 执行脚本:
-
模型评分
- 首先生成错误信念声明和参考答案:
gen_misb.py - 执行评分:
scoring.py --exp_name exp_name --model_name model_name
- 首先生成错误信念声明和参考答案:
-
迭代优化
- 执行脚本:
refinement.py --exp_name exp_name --model_name model_name
- 执行脚本:
环境依赖
- 基于LLaVA框架
- 其他依赖:
requirements.txt

- 1AdamMeme: Adaptively Probe the Reasoning Capacity of Multimodal Large Language Models on Harmfulness北京邮电大学, 香港浸会大学, 新加坡国立大学, 香港科技大学 · 2025年



