
Install DagsHub:
pip install dagshub
To stream this data directly on DagsHub
from dagshub.streaming import DagsHubFilesystem
fs = DagsHubFilesystem(".", repo_url="https://test.dagshub.com/DagsHub-Datasets/humor-detection-dataset")
fs.listdir("s3://humor-detection-pds")
Description
This dataset provides labeled humor detection from product question answering systems. The dataset contains 3 csv files: Humorous.csv containing the humorous product questions, Non-humorous-unbiased.csv containing the non-humorous prodcut questions from the same products as the humorous one, and, Non-humorous-biased.csv containing the non-humorous prodcut questions from randomly selected products. Each file has the question, product description, image url to the product, and a label if the question is humorous or not.
Additional information
Update frequency
Not currently being updated