Table of Contents
Fetching ...

HUMORCHAIN: Theory-Guided Multi-Stage Reasoning for Interpretable Multimodal Humor Generation

Jiajun Zhang, Shijia Luo, Ruikang Zhang, Qi Su

TL;DR

HUMORCHAIN introduces a theory-guided, multi-stage reasoning framework for multimodal humor generation, integrating humor theories with visual parsing and a discriminator feedback loop to produce more human-aligned captions. The framework maps cognitive humor mechanisms to computational steps, enabling interpretable reasoning and controllable generation. Extensive experiments across multiple humor benchmarks show consistent improvements over baselines in human preferences, Elo/BT rankings, and semantic diversity, validating the benefit of theory-grounded reasoning. The work also presents a humor discriminator trained with LoRA and a dedicated humor-preference dataset, highlighting potential for cross-lingual and cross-cultural adaptation in creative multimodal tasks.

Abstract

Humor, as both a creative human activity and a social binding mechanism, has long posed a major challenge for AI generation. Although producing humor requires complex cognitive reasoning and social understanding, theories of humor suggest that it follows learnable patterns and structures, making it theoretically possible for generative models to acquire them implicitly. In recent years, multimodal humor has become a prevalent form of online communication, especially among Gen Z, highlighting the need for AI systems capable of integrating visual understanding with humorous language generation. However, existing data-driven approaches lack explicit modeling or theoretical grounding of humor, often producing literal descriptions that fail to capture its underlying cognitive mechanisms, resulting in the generated image descriptions that are fluent but lack genuine humor or cognitive depth. To address this limitation, we propose HUMORCHAIN (HUmor-guided Multi-step Orchestrated Reasoning Chain for Image Captioning), a theory-guided multi-stage reasoning framework. It integrates visual semantic parsing, humor- and psychology-based reasoning, and a fine-tuned discriminator for humor evaluation, forming an interpretable and controllable cognitive reasoning chain. To the best of our knowledge, this is the first work to explicitly embed cognitive structures from humor theories into multimodal humor generation, enabling a structured reasoning process from visual understanding to humor creation. Experiments on Meme-Image-No-Text, Oogiri-GO, and OxfordTVG-HIC datasets show that HUMORCHAIN outperforms state-of-the-art baselines in human humor preference, Elo/BT scores, and semantic diversity, demonstrating that theory-driven structured reasoning enables large language models to generate humor aligned with human perception.

HUMORCHAIN: Theory-Guided Multi-Stage Reasoning for Interpretable Multimodal Humor Generation

TL;DR

HUMORCHAIN introduces a theory-guided, multi-stage reasoning framework for multimodal humor generation, integrating humor theories with visual parsing and a discriminator feedback loop to produce more human-aligned captions. The framework maps cognitive humor mechanisms to computational steps, enabling interpretable reasoning and controllable generation. Extensive experiments across multiple humor benchmarks show consistent improvements over baselines in human preferences, Elo/BT rankings, and semantic diversity, validating the benefit of theory-grounded reasoning. The work also presents a humor discriminator trained with LoRA and a dedicated humor-preference dataset, highlighting potential for cross-lingual and cross-cultural adaptation in creative multimodal tasks.

Abstract

Humor, as both a creative human activity and a social binding mechanism, has long posed a major challenge for AI generation. Although producing humor requires complex cognitive reasoning and social understanding, theories of humor suggest that it follows learnable patterns and structures, making it theoretically possible for generative models to acquire them implicitly. In recent years, multimodal humor has become a prevalent form of online communication, especially among Gen Z, highlighting the need for AI systems capable of integrating visual understanding with humorous language generation. However, existing data-driven approaches lack explicit modeling or theoretical grounding of humor, often producing literal descriptions that fail to capture its underlying cognitive mechanisms, resulting in the generated image descriptions that are fluent but lack genuine humor or cognitive depth. To address this limitation, we propose HUMORCHAIN (HUmor-guided Multi-step Orchestrated Reasoning Chain for Image Captioning), a theory-guided multi-stage reasoning framework. It integrates visual semantic parsing, humor- and psychology-based reasoning, and a fine-tuned discriminator for humor evaluation, forming an interpretable and controllable cognitive reasoning chain. To the best of our knowledge, this is the first work to explicitly embed cognitive structures from humor theories into multimodal humor generation, enabling a structured reasoning process from visual understanding to humor creation. Experiments on Meme-Image-No-Text, Oogiri-GO, and OxfordTVG-HIC datasets show that HUMORCHAIN outperforms state-of-the-art baselines in human humor preference, Elo/BT scores, and semantic diversity, demonstrating that theory-driven structured reasoning enables large language models to generate humor aligned with human perception.

Paper Structure

This paper contains 56 sections, 1 equation, 6 figures, 9 tables.

Figures (6)

  • Figure 1: Comparison between HUMORCHAIN and ChatGPT-5 on humorous image captioning.
  • Figure 2: Workflow of the proposed HUMORCHAIN framework.
  • Figure 3: End-to-end example of the proposed HUMORCHAIN framework. Given an input image, HUMORCHAIN first performs visual entity recognition and determines that the scene contains a human being. It then evaluates whether the image exhibits humorous characteristics, concluding that it is not humorous. Next, the system assesses the plausibility of the scene and judges it as implausible. Based on this judgment, HUMORCHAIN activates the Absurdity reasoning pathway—guided by the Incongruity–Resolution Theory and generates a corresponding humorous caption that aligns with this type of humor. The red arrow indicates the path through which the graph's title is generated, while the black dashed arrows represent other possibilities.
  • Figure :
  • Figure :
  • ...and 1 more figures