MINDS at SemEval-2026-Task 1: Enhancing Humor Generation through RAG and Synthetic DPO Alignment
Summary
The MINDS team's work for SemEval-2026-Task 1 (Subtask A) addresses the challenges of humor generation, which are complicated by subjectivity and limited automatic metrics. They evaluated three instruction-tuned models—Llama 3.1, Gemma 2, and Qwen 2.5—using a round-robin LLM judging framework. The study investigated the impact of Retrieval-Augmented Generation (RAG) and Direct Preference Optimization (DPO) on performance. Findings indicate Llama 3.1 as the strongest baseline model, and DPO consistently improved humor quality across various configurations. This research also confirms the efficacy of LLM-based judging as a practical training signal for optimizing subjective generation tasks.
Key takeaway
For NLP Engineers developing humor generation systems, consider integrating Direct Preference Optimization (DPO) into your training pipeline, as it consistently improves humor quality. You should also explore Llama 3.1 as a robust baseline model. Furthermore, adopt LLM-based judging frameworks to provide practical training signals for optimizing subjective generation tasks, overcoming the limitations of traditional automatic metrics and enhancing model performance.
Key insights
DPO and LLM-based judging enhance humor generation, with Llama 3.1 performing best among evaluated models.
Principles
- DPO consistently improves humor quality.
- LLM-based judging is an effective training signal.
- Subjective generation tasks benefit from LLM judging.
Method
Evaluated Llama 3.1, Gemma 2, and Qwen 2.5 using a round-robin LLM judging framework to assess RAG and DPO impact on humor generation for SemEval-2026-Task 1.
In practice
- Use Llama 3.1 as a strong humor generation baseline.
- Apply DPO for improved humor quality.
- Implement LLM-based judging for subjective tasks.
Topics
- Humor Generation
- Retrieval-Augmented Generation
- Direct Preference Optimization
- LLM Judging
- Llama 3.1
- SemEval-2026
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.