dadjokes / README.md
shuttie's picture
Update README.md
6e7d133
metadata
license: apache-2.0
language:
  - en
size_categories:
  - 10K<n<100K

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 water","He said it’s just regular water, he just boils the hell out of it"
"Life Hack: If you play My Chemical Romance loud enough in your yard","your grass will cut itself"
"Why did Mr.  Potato Head get pulled over","He was baked"
"How did the Mexican John Wick taste his Burrito","He took Juan Lick"

Usage

With a base/punchline split, this dataset can be used for a joke prediction task with any LLM.

License

Apache 2.0.