--- license: cc-by-4.0 task_categories: - text-generation language: - en size_categories: - 1K= min (10 upvotes), * total len is shorter than max_text_len (256 characters), * title is not "[deleted by user]", * selftext is not "[removed]" or "[deleted]", * links to itself (Reddit link) and not an image, video, or external link, * doesn't start with a link, * doesn't have a thumbnail. 5. Filtered comments satisfy ALL of the following: * score >= min (5 upvotes), * total len is shorter than max_text_len (256 characters), * Only top upvoted reply at each reply level is included. 6. All filtered threads were further filtered with a local model for humor detection: [Humor-Research/humor-detection-comb-23](https://huggingface.co/Humor-Research/humor-detection-comb-23/tree/main), which was selected because it performed the best on [lm233/humor_train](https://huggingface.co/datasets/lm233/humor_train?row=9) dataset. Threads not detected as funny were removed. All code used for filtering of the dataset is available on GitHub: [reddit-filter](https://github.com/ZSvedic/reddit-filter) ## Citation ``` @misc{ZSvedic_humor_chains, title={humor-chains}, author={Zeljko Svedic}, year={2024}, url={https://huggingface.co/datasets/ZSvedic/humor-chains/blob/main/README.md} } ``` ## Curated by [Zeljko Svedic](https://huggingface.co/ZSvedic)