PrismAgent: Illuminating Harm in Memes via a Zero-Shot Interpretable Multi-Agent Framework

arXiv cs.LG / 5/6/2026

📰 NewsModels & Research

Key Points

  • The paper introduces PrismAgent, a zero-shot, multi-agent, interpretable framework for detecting harmful content in memes to help reduce misinformation spread.
  • PrismAgent models meme analysis as a structured “criminal case investigation” workflow with four specialized agents covering analysis, evidence investigation, prosecution, and final judgment stages.
  • It uses benevolent vs. malicious paraphrasing in an analyst step to probe underlying intent, then retrieves supporting evidence from an unannotated dataset and builds contextual interpretations.
  • The prosecutor agent conducts multiple preliminary judgments by pairing the original meme with different interpretations, and a judge agent aggregates all evidence to produce a final verdict.
  • Experiments on three public datasets indicate that PrismAgent significantly outperforms existing zero-shot harmful content detection methods, helped by its explicit multi-stage reasoning chain.

Abstract

The rapid spread of memes makes harmful content detection increasingly crucial, as effective identification can curb the circulation of misinformation. However, existing methods rely heavily on high-volume annotated data, which leads to substantial training costs and limited generalization. To address these challenges, we propose PrismAgent, a zero-shot, multi-agent, interpretable framework. PrismAgent conceptualizes this task as a criminal case investigation, employing four specialized agents responsible for the analysis, investigation, prosecution, and judgment stages within a structured collaborative workflow. In the first stage, the analyst agent paraphrases each meme under benevolent and malicious assumptions to probe its underlying intent. The investigator agent then retrieves supporting evidence from an unannotated dataset and constructs contextual interpretations for the meme and its variants. Next, the prosecutor agent performs three independent preliminary judgments by pairing the original meme with each of the three interpretations. Finally, the judge agent deliberates across all evidence to render a final verdict. Moreover, PrismAgent's explicit multi-stage reasoning chain makes the model inherently interpretable, as every intermediate step is explicitly explained rather than only producing a final detection result. Extensive experiments on three public datasets show that PrismAgent significantly outperforms existing zero-shot detection methods.