SemEval-2026 Task 1: MWAHAHA, Models Write Automatic Humor And Humans Annotate

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

SemEval-2026 Task 1, named MWAHAHA (Models Write Automatic Humor And Humans Annotate), introduced the first shared task focused on general-purpose humor generation. This task required systems to create short jokes in English, Spanish, and Chinese under lexical or topical constraints (Subtask A), and to generate humorous captions for GIFs (Subtask B). To ensure fairness and prevent memorization, jokes had to meet specific criteria, such as using infrequent word pairs or relating to recent news. Evaluation involved pairwise human preference judgments in a Chatbot Arena-style setup, resulting in Elo-based rankings. The task attracted 309 registered users, with 37 teams submitting systems employing diverse NLP techniques, including generate-then-rank pipelines and reinforcement learning. Notably, a Gemini 2.5 Flash baseline, using simple prompts, tied for first place across all subtasks, often outperforming or matching more complex multi-stage pipelines. The organizers released all evaluation data, prompts, and leaderboard results.

Key takeaway

For NLP engineers developing humor generation systems, you should re-evaluate the complexity of your pipelines. The strong performance of a simple Gemini 2.5 Flash baseline suggests that sophisticated multi-stage approaches may offer diminishing returns. Prioritize optimizing prompt engineering for powerful large language models before investing heavily in intricate architectures. Your efforts might be better spent refining prompts and leveraging existing LLM capabilities, rather than building complex custom solutions that only marginally surpass simple baselines.

Key insights

Simple prompting with advanced LLMs often matches or exceeds complex humor generation pipelines.

Principles

Method

Systems generate jokes under lexical/topical constraints or humorous GIF captions, then human evaluators provide pairwise preferences for Elo-based ranking.

In practice

Topics

Best for: AI Engineer, Machine Learning Engineer, Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.