Navigating the Joke Space: Towards Automated Originality Assessment of AI-Generated Humor

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, medium

Summary

A study validates automated, corpus-based methods for quantifying joke originality, focusing on "topic handles" derived from the General Theory of Verbal Humor. Researchers used a reference corpus of one million English jokes from Reddit to compute three variants of Pointwise Mutual Information (PMI) and two embedding-based measures: handle-level conceptual distance and full-text corpus novelty via Sentence-BERT. These methods were evaluated on 400 LLM-generated jokes (200 from GPT-4o and 200 from GPT-5.4) and 80 jokes from the JEST benchmark, all rated by three professional comedians. Corpus novelty and concept distance between the most semantically distant handle pair showed a significant correlation with human originality ratings (ρ = .37). PMI-based measures also exhibited significant, though weaker, associations (ρ = .23–.25) on the most original handle pair. A Lasso-based composite of the top three predictors achieved a cross-validated ρ = .40, accounting for 82% of the theoretically predictable variance. These findings demonstrate the utility of handle-based PMI and semantic novelty metrics as quantitative tools for objectively assessing originality in AI-generated humor.

Key takeaway

For NLP Engineers developing humor generation models, you should integrate handle-based PMI and semantic novelty metrics into your evaluation pipelines. These quantitative tools, particularly corpus novelty and conceptual distance, offer objective measures that correlate with human originality ratings (ρ = .37). This allows you to systematically assess and improve the creative output of models like GPT-4o and GPT-5.4, moving beyond subjective human feedback alone.

Key insights

Automated metrics using "topic handles" and semantic novelty can quantify AI-generated joke originality, correlating significantly with human assessments.

Principles

Method

Extract "topic handles" from jokes. Compute PMI (3 variants) and embedding-based measures (conceptual distance, corpus novelty) against a 1M joke corpus. Correlate these metrics with human originality ratings.

In practice

Topics

Best for: AI Scientist, Research 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.