j10official at SemEval-2026 Task 1: Neurosymbolic Humor Generation via GTVH-Guided LLM Decomposition
Summary
j10official presents a neurosymbolic pipeline for computational humor generation, grounded in the General Theory of Verbal Humor (GTVH). This system constructs jokes through five sequential stages: context analysis, humor architecture, delivery strategy, content writing, and pairwise judging, all orchestrated via the DSPy framework. It generates four candidate jokes per input using independent humor strategies, then selects the best through a knockout tournament-style evaluation. Despite utilizing Gemma 3 27B, a model with approximately 20× fewer total parameters than frontier systems, the approach achieved competitive results across all five subtasks of SemEval-2026 Task 1 (MWAHAHA), notably placing 2nd in two subtasks. These findings suggest that structured, theory-driven decomposition is viable for complex tasks, emphasizing that how a model reasons about humor is as crucial as its size.
Key takeaway
For Machine Learning Engineers developing creative AI systems, you should consider structured, theory-driven decomposition. This approach, exemplified by the GTVH-guided humor generation pipeline, allows smaller models like Gemma 3 27B to achieve competitive results. Focus on designing explicit reasoning steps and evaluation mechanisms rather than solely scaling model parameters. Your efforts in architectural design can yield significant performance gains, even against frontier systems.
Key insights
Structured, theory-driven decomposition enables competitive humor generation even with smaller language models.
Principles
- Theory-driven decomposition enhances complex task performance.
- Humor reasoning matters more than raw model size.
- Neurosymbolic approaches can bridge theory and practice.
Method
The system follows five stages: context analysis, humor architecture, delivery strategy, content writing, and pairwise judging, orchestrated by DSPy, generating and evaluating four candidate jokes.
In practice
- Apply GTVH principles to joke construction.
- Use DSPy for orchestrating LLM workflows.
- Implement knockout evaluation for candidate selection.
Topics
- Neurosymbolic AI
- Humor Generation
- General Theory of Verbal Humor
- DSPy Framework
- SemEval-2026 Task 1
- Large Language Models
- Model Decomposition
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.