CUETClashing at SemEval-2026 Task 1: Multilingual Joke Generation Under Lexical and Topical Constraints Using Small Instruction-Tuned LLMs

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

Summary

CUETClashing's system for SemEval-2026 Task 1, "MWAHAHA - Models Write Automatic Humor And Humans Annotate," addresses the challenging task of multilingual joke generation. This system creates single-sentence jokes in English, Spanish, and Chinese, adhering to two specific rules: incorporating designated words and relating to a provided news headline. The approach utilizes small instruction-tuned language models, specifically Qwen2.5-3B-Instruct for English and Chinese, and Salamandra-2B-Instruct for Spanish. It integrates language-specific prompts, a special sampling technique for outputs, and a robust post-generation cleaning process. Notably, the system achieves rule adherence in all three languages without requiring additional task-specific training, demonstrating the effectiveness of simple prompt design and smaller, instruction-tuned models for efficient, cross-lingual humorous text generation.

Key takeaway

For NLP Engineers developing multilingual content generation systems, this work suggests that you can achieve complex, constrained text generation without extensive task-specific fine-tuning. If your goal is to produce creative outputs like humor across languages, consider using smaller, instruction-tuned LLMs such as Qwen2.5-3B-Instruct or Salamandra-2B-Instruct. Focus on designing effective, language-specific prompts and robust post-generation cleaning to meet specific lexical and topical constraints efficiently.

Key insights

Small instruction-tuned LLMs, combined with careful prompting and post-processing, can effectively generate constrained, multilingual humorous text without task-specific training.

Principles

Method

The method employs instruction-tuned LLMs (Qwen2.5-3B-Instruct, Salamandra-2B-Instruct) with language-specific prompts, special output sampling, and a strong post-generation cleaning process for constrained multilingual joke creation.

In practice

Topics

Best for: 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.