dad-jokes
dadjokes
Dad Jokes dataset
This dataset is generated from the Kaggle Reddit Dad Jokes by Oktay Ozturk, with the following modifications:
Only jokes with 5+ votes were sampled. Less upvoted jokes are too cringe.
With a set of heuristics, each joke was split into two parts: base and the punchline.
Format
The dataset is formatted as a CSV, and is split into train/test parts:
train: 52000 samples
test: 1400 samples
"question","response"
"I asked my priest how he gets holy… See the full description on the dataset page: https://huggingface.co/datasets/shuttie/dadjokes.reddit-dadjokes
Reddit /r/DadJokes dataset
Dataset is based on a semi-public Pushshift Reddit dataset.
Source data
The actual extract of all top-level posts on /r/DadJokes can be found in the src/reddit_dadjokes.csv.gz file. The raw post contents are very noisy, so we did a couple of steps to clean things up:
Used a Llama-8B-instruct to split each dad joke into the intro and a punchline parts. See src/parse.py script for details.
Removed too short and too long posts. Also removed all… See the full description on the dataset page: https://huggingface.co/datasets/shuttie/reddit-dadjokes.dad-jokessynthetic_dad_jokesdadjokes
Dad Jokes dataset
This dataset is generated from the Kaggle Reddit Dad Jokes by Oktay Ozturk, with the following modifications:
Only jokes with 5+ votes were sampled. Less upvoted jokes are too cringe.
With a set of heuristics, each joke was split into two parts: base and the punchline.
Format
The dataset is formatted as a CSV, and is split into train/test parts:
train: 52000 samples
test: 1400 samples
"question","response"
"I asked my priest how he gets holy… See the full description on the dataset page: https://huggingface.co/datasets/Santu3804/dadjokes.
