File size: 910 Bytes
6ef3370
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a7c761c
 
6ef3370
a7c761c
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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.