rahaaskari commited on
Commit
e4a6217
·
verified ·
1 Parent(s): d65c280

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -27
README.md CHANGED
@@ -1,27 +1,27 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- splits:
7
- - name: train
8
- num_bytes: 79441966
9
- num_examples: 6680
10
- - name: validation
11
- num_bytes: 9930245
12
- num_examples: 835
13
- - name: test
14
- num_bytes: 9930245
15
- num_examples: 835
16
- download_size: 49995794
17
- dataset_size: 99302456
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
23
- - split: validation
24
- path: data/validation-*
25
- - split: test
26
- path: data/test-*
27
- ---
 
1
+ ## Dataset
2
+ Text-only English dataset of transcribed spontaneous speech, consisting of the following portions from the following works:
3
+
4
+ CHILDES (8M tokens) by MacWhinney (2000)
5
+
6
+ [BNC Spoken](https://www.natcorp.ox.ac.uk/) (2.2M tokens)
7
+
8
+ Switchboard (1.9M tokens) by Godfrey et al. (1992)
9
+
10
+ CallHome (0.32M tokens) by Canavan et al. (1997)
11
+
12
+ CallFriend (0.07M tokens) by Canavan et al. (1019 and 2020)
13
+
14
+ Total 12.5M tokens (approximately 10M words)
15
+
16
+ The portions from CHILDES, BNC Spoken and Switchboard were distributed by the [BabyLM committee](https://babylm.github.io/) as part of the training data of the challenge, while [CallHome](https://talkbank.org/ca/access/CallHome/) and [CallFriend](https://talkbank.org/ca/access/CallFriend/) were taken from TalkBank
17
+ ## References
18
+
19
+ Canavan, Alexandra, David Graff, and George Zipperlen (1997). CALLHOME American English Speech. Web Download. LDC97S42. Philadelphia.
20
+
21
+ Canavan, Alexandra, George Zipperlen, and John Bartlett (2019). CALLFRIEND American English — Non-Southern Dialect, Second Edition. Web Download. LDC2019S21. Philadelphia.
22
+
23
+ Canavan, Alexandra, George Zipperlen, and John Bartlett (2020). CALLFRIEND American English — Southern Dialect, Second Edition. Web Download. LDC2020S08. Philadelphia.
24
+
25
+ Godfrey, John J., Edward C. Holliman, and Jane McDaniel (1992). “SWITCHBOARD: telephone speech corpus for research and development”. In: Proceedings of the 1992 IEEE International Conference on Acoustics, Speech and Signal Processing - Volume 1. ICASSP’92. San Francisco, California: IEEE Computer Society, pp. 517–520. isbn: 0780305329.
26
+
27
+ MacWhinney, Brian (2000). The CHILDES project: The database. Vol. 2. Psychology Press.