yasaminal at Semeval2026: Constraint-Aware Humor Generation with Knowledge Graph Guidance

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

Summary

The yasaminal system, presented at Semeval2026, introduces a knowledge-guided approach for humor generation, capable of creating humorous text from either word pairs or news headlines. This system integrates structured semantic reasoning, derived from a knowledge graph (KG), with controlled generation capabilities of large language models (LLMs). It operates by constructing an intermediate KG hint, comprising related concepts in the target language, which is then appended to the prompt to guide the LLM. The system generates a single candidate joke per input using controlled top-p decoding. Experimental results indicate that KG reasoning significantly improves relevance and constraint satisfaction, while LLM-based generation ensures fluency and creativity. This method offers a structured and interpretable framework for humor generation across multiple languages.

Key takeaway

For NLP engineers developing advanced text generation systems, this approach offers a robust method for incorporating external knowledge and control. You should consider integrating knowledge graph hints into your LLM prompting strategies to enhance output relevance and ensure specific constraints are met, particularly for creative or domain-specific content generation tasks. This can lead to more interpretable and higher-quality generated text.

Key insights

The yasaminal system combines knowledge graphs and LLMs for structured, constraint-aware, and multi-language humor generation.

Principles

Method

Construct an intermediate knowledge graph hint with related concepts, append it to the prompt, then guide the LLM using controlled top-p decoding to generate a single joke.

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.