| --- |
| dataset_info: |
| features: |
| - name: dialogue_prob |
| dtype: float32 |
| - name: forum_prob |
| dtype: float32 |
| - name: text |
| dtype: string |
| splits: |
| - name: dev |
| num_bytes: 56024585758 |
| num_examples: 783069484 |
| - name: test |
| num_bytes: 56020867943 |
| num_examples: 783056225 |
| - name: train |
| num_bytes: 1008456036460 |
| num_examples: 14095701946 |
| download_size: 587237732296 |
| dataset_size: 1120501490161 |
| --- |
| This dataset contains sentences from Reddit. |
| Each sentence is scored according to how similar it was to a spoken (dialogue_prob) or written (forum_prob) communication. |
|
|
| For details of how we scored the sentences, see our [EMNLP 2025 paper](https://aclanthology.org/2025.findings-emnlp.826/). |
| However, we did not make use of this dataset in the results reported in this paper. |
| Our early experiments showed no gains versus using the much smaller C4 and Subtitle training sets. |