Does Bigger Mean Funnier? Evaluating Humor Generation Across the Qwen3 Model Family
Summary
A study evaluated humor generation across five Qwen3 model variants, ranging from 8B to 235B parameters (dense and MoE), by generating jokes across 50 themes. The research investigated whether scaling model parameters improves humor quality and compared LLM versus human evaluations on this subjective creative task. An automated judge consistently ranked larger models as funnier, showing a perfect monotonic relationship between parameter count and win rate. However, human annotators found no significant aggregate difference in humor quality among the models. When analysis was restricted to themes where human annotators agreed, a significant preference for the largest model was observed (p = 0.039), indicating that scaling effects might exist but are obscured by a "quality floor." Crucially, the automated judge exhibited severe positional and length biases compared to human evaluators, suggesting LLMs can systematically distort quality differences in subjective assessments.
Key takeaway
For NLP Engineers evaluating creative LLM outputs like humor, you should prioritize human judgment over automated metrics. Automated judges, especially LLM-based ones, exhibit severe positional and length biases that can distort perceived quality differences. If you rely solely on automated evaluations, you risk misinterpreting model performance and overlooking subtle scaling effects. Implement robust human annotation protocols to accurately assess subjective tasks and ensure your models genuinely improve.
Key insights
LLM-based humor evaluation is unreliable due to inherent biases, masking true scaling effects.
Principles
- Human evaluation is crucial for subjective tasks.
- Automated judges introduce significant biases.
- Scaling effects can be masked by a "quality floor."
Method
The study used an ablation design with five Qwen3 variants (8B–235B) to generate jokes across 50 themes, evaluated by both automated judges and human annotators.
In practice
- Prioritize human evaluation for creative LLM outputs.
- Scrutinize automated evaluation for positional/length biases.
- Consider "quality floor" when interpreting scaling results.
Topics
- Humor Generation
- LLM Evaluation
- Qwen3 Model Family
- Model Scaling
- Human-in-the-Loop
- Evaluation Bias
Best for: Research Scientist, AI Scientist, NLP Engineer, AI Ethicist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.