One Joke to Rule them All? On the (Im)possibility of Generalizing Humor Detection

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

Summary

A study investigates the generalizability of humor detection in machines, addressing whether models trained on specific humor types can transfer competence to novel, unseen forms. Given the continuous emergence of new online humor, such as memes and "AI fails," the research explores if large language models (LLMs) can capture deeper, transferable mechanisms. Researchers conducted transfer learning experiments using four distinct humor datasets, varying training diversity from one to three datasets before testing on a novel one. Results indicate that models achieve up to 75% accuracy on binary unseen datasets, demonstrating some transfer capability. Crucially, training on diverse sources enhanced transferability by 1.88-4.05% with negligible impact on in-domain performance. Interestingly, the "Dad Jokes" dataset proved most effective for enabling transfer, yet it was also the most challenging target for transfer. The associated data and code have been released.

Key takeaway

For NLP Engineers developing humor detection systems, you should prioritize training models on diverse humor datasets to enhance generalization to new, emerging humor types like memes or "AI fails." Your approach should leverage varied sources, as this improves transferability by 1.88-4.05% with minimal in-domain performance loss. Consider incorporating "Dad Jokes" into your training regimen, as it proved a strong enabler for transfer, despite being a challenging target itself.

Key insights

Models can generalize humor detection across diverse types, improving with varied training data.

Principles

Method

Conduct transfer learning experiments across four datasets, varying training diversity (1-3 datasets) and testing on a novel, unseen humor type.

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.