kdv123 commited on
Commit
a7c761c
·
verified ·
1 Parent(s): 27b72a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -20,8 +20,9 @@ dataset_info:
20
  download_size: 587237732296
21
  dataset_size: 1120501490161
22
  ---
23
- # Dataset Card for "aac_reddit"
 
24
 
25
- Sentences from reddit that have been classified according to how similar they are to written or spoken AAC-like text.
26
-
27
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
20
  download_size: 587237732296
21
  dataset_size: 1120501490161
22
  ---
23
+ This dataset contains sentences from Reddit.
24
+ Each sentence is scored according to how similar it was to a spoken (dialogue_prob) or written (forum_prob) communication.
25
 
26
+ For details of how we scored the sentences, see our [EMNLP 2025 paper](https://aclanthology.org/2025.findings-emnlp.826/).
27
+ However, we did not make use of this dataset in the results reported in this paper.
28
+ Our early experiments showed no gains versus using the much smaller C4 and Subtitle training sets.