Howard University-AI4PC at SemEval-2026 Task 1: Exploring Prompt Strategies for Automatic Humor Generation

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

Summary

Howard University-AI4PC's solution system for SemEval-2026 Task 1-Subtask A, a humor generation challenge, achieved a shared 2nd place among 32 systems with an Elo score of 1020. The system, developed by Lawal Abdulmujeeb and Saurav Aryal, utilized the Llama-3.1-8B-Instruct model without any fine-tuning, demonstrating the power of prompt engineering. For news headline inputs, the team employed a two-shot prompt, framing the output as a tweet, where tone specification significantly impacted quality. When generating humor from word-pair inputs, the model was instructed to maintain a consistent everyday situation, preventing abrupt context shifts often seen when incorporating both words. The approach also incorporated specific personas, such as Dave Chappelle, to enhance humor generation. This performance highlights that competitive results in complex NLP tasks can be achieved through meticulous prompt design alone.

Key takeaway

For NLP Engineers developing creative text generation systems, you should prioritize meticulous prompt engineering before considering fine-tuning. Your focus on elements like two-shot prompting, explicit tone specification, maintaining consistent situational context, and integrating specific personas can yield highly competitive results, as demonstrated by achieving 2nd place in SemEval-2026 Task 1 without model retraining. This approach saves computational resources and development time.

Key insights

Careful prompt design with large language models can achieve competitive humor generation results without fine-tuning.

Principles

Method

The system used Llama-3.1-8B-Instruct. Headline inputs used a two-shot tweet-framed prompt with tone. Word-pair inputs required committing to an everyday situation and leveraging personas like Dave Chappelle.

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.