|
--- |
|
dataset_info: |
|
features: |
|
- name: num_comments |
|
dtype: int64 |
|
- name: created_utc |
|
dtype: int64 |
|
- name: score |
|
dtype: int64 |
|
- name: title |
|
dtype: string |
|
- name: top_comment |
|
dtype: string |
|
- name: top_comment_score |
|
dtype: float64 |
|
splits: |
|
- name: train |
|
num_bytes: 146341208 |
|
num_examples: 38885 |
|
download_size: 94103575 |
|
dataset_size: 146341208 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|
|
Essay prompts scraped from [r/WritingPrompts](https://www.reddit.com/r/WritingPrompts/), |
|
from dates May 9, 2014 — August 16, 2022 (in an attempt to ensure that all written samples |
|
are human-written). |
|
|
|
This dataset includes the top 25% voted prompts, given they have a responding comment that |
|
has top 25% votes for comments. In other words, each sample in this dataset is only kept if (a) the prompt is in the top 25% of votes for posts |
|
and (b) the resulting top comment is in the top 25% percentile of votes for comments. We only take posts with the WP flair. |
|
|