Lattice at SemEval-2026 Task 1: Why did the prompt engineer break up with their LLM? Because zero-shot was zero-fun.

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

Summary

The Lattice Team contributed to the SemEval-2026 MWA-HAHA humor generation shared task (English dataset, subtask A) with two distinct LLM-based strategies. The winning approach involved a two-phase process: first, Deepseek-R1 32B generated multiple jokes in a few-shot framework from headlines and word pairs. Second, Llama-3.1 8B ranked these jokes using a voting protocol to identify the funniest. An alternative strategy generated ten times more jokes zero-shot with lighter, faster models, followed by a knock-out tournament for ranking. The Deepseek-R1 based model achieved a first-place tie among nine systems out of 32 valid submissions on the English dataset, presented at the 20th International Workshop on Semantic Evaluation (2026).

Key takeaway

For prompt engineers developing humor generation systems, you should prioritize few-shot prompting with larger models like Deepseek-R1 32B for initial content creation. Subsequently, employ a smaller, efficient model such as Llama-3.1 8B with a voting protocol for robust ranking and selection of the best outputs. This two-stage approach significantly outperforms zero-shot methods, ensuring higher quality results in competitive tasks like SemEval-2026.

Key insights

Few-shot generation with a larger LLM followed by a smaller LLM for ranking outperforms zero-shot for humor generation.

Principles

Method

Generate jokes using a few-shot Deepseek-R1 32B, then rank them with a Llama-3.1 8B voting protocol to select the best.

In practice

Topics

Best for: AI Engineer, Machine Learning Engineer, Research Scientist, AI Scientist, NLP Engineer, Prompt Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.