DUTH at SemEval-2026 Task 1: Prompt-Based Zero-Shot Large Language Models for Constrained Multilingual Humor Generation
Summary
DUTH's system for SemEval-2026 Task A addresses the challenging problem of constrained multilingual humor generation across English, Spanish, and Chinese. This approach employs instruction-tuned large language models in a zero-shot configuration, integrating prompt engineering, controlled decoding, and lightweight post-generation validation. The validation step ensures constraint satisfaction and language consistency in the generated short, humorous outputs. Researchers evaluated various model families and parameter scales, including Qwen and Mistral models. Human evaluation results consistently demonstrated that larger models achieved superior performance compared to smaller ones, with the Qwen2.5-14BInstruct model exhibiting the strongest overall results. Error analysis identified persistent issues such as violations of lexical constraints and interference between languages.
Key takeaway
For NLP Engineers developing multilingual content generation systems, you should consider zero-shot instruction-tuned LLMs for humor tasks. Your approach should integrate prompt engineering with controlled decoding and post-generation validation to enforce specific constraints. Prioritize larger models like Qwen2.5-14BInstruct for superior results. However, be prepared to address persistent challenges such as lexical constraint violations and cross-lingual interference in your outputs.
Key insights
Zero-shot instruction-tuned LLMs can generate constrained multilingual humor with specific engineering.
Principles
- Larger LLMs consistently outperform smaller ones for humor generation.
- Humor generation is inherently subjective and culturally dependent.
Method
Apply prompt engineering, controlled decoding, and post-generation validation with instruction-tuned LLMs in a zero-shot setup.
In practice
- Consider Qwen2.5-14BInstruct for multilingual humor tasks.
- Focus on mitigating lexical constraint violations and cross-lingual interference.
Topics
- Humor Generation
- Multilingual NLP
- Zero-Shot Learning
- Large Language Models
- Prompt Engineering
- SemEval-2026
Best for: Research Scientist, AI Scientist, NLP Engineer, Prompt Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.