This dataset contains jsonl-Files about (title, body) pairs from Reddit. Each line is a JSON object of the following format:
{'title': 'The title of a thread', 'body': 'The longer body of the thread', 'subreddit': 'subreddit_name'}
The 2021 file contains submissions up until including 2021-06. Entries in the respective files are shuffled on a monthly basis.
The data has been filtered for:
Remove threads with an upvote_ratio < 0.5
Only include threads… See the full description on the dataset page:
https://huggingface.co/datasets/sentence-transformers/reddit-title-body.