XplaiNLP at SemEval-2026 Task 1: BVAHAHA - Benign Violation Algorithm for Humor and Harmless Absurdity
Summary
BVAHAHA, a humor generation system developed by XplaiNLP for SemEval-2026 Task 1 (MWAHAHA Subtask A), frames constrained joke generation using Benign Violation Theory (BVT). This system, detailed in the Proceedings of the 20th International Workshop on Semantic Evaluation (2026) on pages 1501–1510, accepts either two rare words or a news headline as input. Its primary goal is to produce contextually appropriate jokes while actively preventing memorization and unsafe outputs. The approach integrates BVT-guided humor generation with a "Gatekeepers" moderation pipeline that runs in parallel, detecting excessive emotional intensity and hate speech, and initiating iterative revisions when necessary. For evaluation, BVAHAHA employs an LLM-as-a-Judge framework, utilizing persona-based ranking to approximate human humor preferences.
Key takeaway
For NLP Engineers developing creative generative AI, consider integrating a multi-stage approach for humor or similar subjective content. You should combine a theoretical framework like Benign Violation Theory for content generation with a parallel moderation pipeline to ensure safety and avoid harmful outputs. Additionally, employ an LLM-as-a-Judge system with persona-based ranking to refine outputs based on approximated human preferences, enhancing relevance and quality.
Key insights
BVAHAHA generates safe, contextually appropriate humor by combining Benign Violation Theory with moderation and LLM-based evaluation.
Principles
- Humor generation can be framed by Benign Violation Theory.
- Moderation pipelines enhance safety in generative AI.
- LLMs can approximate human preferences for content ranking.
Method
BVAHAHA combines BVT-guided generation with a parallel "Gatekeepers" moderation pipeline for safety, then uses an LLM-as-a-Judge with persona-based ranking to evaluate humor.
In practice
- Use BVT for structured humor generation.
- Implement parallel moderation for AI safety.
- Employ LLM-as-a-Judge for content ranking.
Topics
- Humor Generation
- Benign Violation Theory
- LLM-as-a-Judge
- Content Moderation
- SemEval-2026
- Generative AI Safety
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.