MemeScouts@LT-EDI 2026: Asking the Right Questions -- Prompted Weak Supervision for Meme Hate Speech Detection
This paper proposes a prompted weak supervision framework using a quantized Qwen3-VLM to decompose meme hate speech detection into targeted question-based labeling functions, achieving top rankings in English, Chinese, and Hindi for the LT-EDI 2026 shared task by effectively addressing the challenges of multimodal, culturally nuanced, and multilingual hate speech.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to spot a specific type of joke that is actually mean-spirited (hate speech) in a collection of internet memes. Memes are tricky because they are like double-layered puzzles: they have a picture and text, and they often use sarcasm, irony, or inside jokes that only make sense if you know the cultural context.
The authors of this paper tried to build a computer system to solve these puzzles, specifically looking for jokes that are homophobic or transphobic. Here is how they did it, explained simply:
The Problem: Asking the "Big Question" Didn't Work
The researchers first tried asking a super-smart AI (called a Vision-Language Model) a single, giant question: "Is this meme hateful?"
Think of this like asking a student to solve a complex math problem, write an essay, and draw a picture all in one single sentence. The AI often got confused. It tried to guess the target, the tone, the sarcasm, and the final verdict all at once, and it made mistakes. This is especially hard when the memes are in different languages (English, Hindi, and Chinese) because the "inside jokes" change depending on the culture.
The Solution: The "Interrogation Room" Approach
Instead of asking one big question, the team changed their strategy. They decided to break the problem down into a series of small, specific questions, like an interrogation or a checklist.
They created a "Prompted Weak Supervision" system. Imagine a detective (the AI) who doesn't just guess if a suspect is guilty. Instead, the detective asks 89 specific questions about the evidence:
- "Is the joke targeting a specific group?"
- "Is the tone sarcastic?"
- "Is the text actually saying the opposite of what it seems?"
- "Is the image showing a stereotype?"
The AI answers these questions with simple "Yes/No" or short categories. These answers aren't the final verdict; they are clues.
The Assembly Line
Once the AI answers all 89 questions for a meme, the team takes those answers and feeds them into a simpler, classic computer program (a Random Forest classifier). Think of this program as a judge who listens to all the clues from the detective.
- The Detective (AI): "The joke is about gender identity, it's sarcastic, and it targets a specific person."
- The Judge (Classifier): "Okay, based on those specific clues, I am 90% sure this is hate speech."
What They Found
The results were like a magic trick:
- Better Accuracy: This "checklist" method was much better than just asking the AI one big question. It worked especially well for Hindi and Chinese memes, where the cultural nuances are very subtle.
- The "Pruning" Step: At first, they had too many questions (some were repetitive or confusing). They used a "pruning" tool to cut out the bad questions, leaving only the most helpful clues. This made the system even sharper.
- The Rankings: In the competition they entered, their system took 1st place for English, 2nd for Chinese, and 3rd for Hindi.
The Catch (Limitations)
The authors are honest about the flaws in their system:
- Western Bias: The questions were mostly written from a Western perspective. They might miss specific cultural signs of hate speech in India or China that don't look like the "Western" version.
- Reading Text: The AI has to read text inside the images. Sometimes it misses words or reads them wrong, which throws off the clues.
The Bottom Line
The paper shows that when trying to catch subtle, mean-spirited jokes in memes, it's better to break the problem down into small, manageable questions and let a system weigh the answers, rather than asking a super-computer to guess the whole answer in one go. It's the difference between asking a student "What is the answer?" versus asking them to show their work step-by-step.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.