This repository includes the implementation and results of the paper "ChatGPT is fun, but it is not funny! Humor is still challenging Large Language Models" published at the ACL Workshop WASSA in 2023.
python_environment - Files to generate a running python environment with pip or conda
results - Results from all three tasks will be saved here
01_joke_generation.py - Script for the first tasks, i.e., joke generation
02_joke_explanation.py - Script for the second tasks, i.e., joke explanation
03_joke_detection.py - Script for the third tasks, i.e., joke detection
joke_analysis.ipynb.py - Some extra code that might help to reproduce the analysis. Not entirely cleaned
jokes_clean.txt - All generated jokes without linebreaks and additional text
Jentzsch, S., & Kersting, K. (2023). ChatGPT is fun, but it is not funny! Humor is still challenging Large Language Models.
Find the corresponding paper at https://arxiv.org/abs/2306.04563