Zeb commited on
Commit
a4bea2e
1 Parent(s): aa712cb

Add English, French, German and update README

Browse files
.gitattributes CHANGED
@@ -53,5 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
- Eng-NA/train.csv filter=lfs diff=lfs merge=lfs -text
57
- French/train.csv filter=lfs diff=lfs merge=lfs -text
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+
57
+ *.csv filter=lfs diff=lfs merge=lfs -text
Eng-NA/test.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Eng-NA/train.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9baa2b06231c57da189f09e3606465d623f968dd66749a25520d9aaceae5953c
3
- size 121831318
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c651a38fd6a7d9a2f82cf1fda247f9d0ac6ac1e530f44f4fffcf6f7f38d52748
3
+ size 568263372
Eng-NA/valid.csv CHANGED
The diff for this file is too large to render. See raw diff
 
French/test.csv CHANGED
The diff for this file is too large to render. See raw diff
 
French/train.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e7e80a337026d0cd4cef368f5c3a99b3dc20c4c22e51e3925b1b4a7475613f4
3
- size 42950074
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37929f5759125ef713a81ed31fc78f50d143b23ada4b5434e1a58ce89fc93911
3
+ size 159841011
French/valid.csv CHANGED
The diff for this file is too large to render. See raw diff
 
German/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c176ae37994332120d9e9dfdba58b469dfec051d78d4afab6cc1dde8562577d9
3
+ size 16155638
German/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3451b40dfa5035f4428fb7882ca92acd9665a6ec753a40fc226d0a95501af007
3
+ size 307796790
German/valid.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43dfcd0d98f8fca81f98ff46354cd7d1fcd91545e852014d7549f8bb7785dfb6
3
+ size 16090830
README.md CHANGED
@@ -1,14 +1,64 @@
1
  ---
2
  configs:
3
- - config_name: "Eng-NA"
 
4
  data_files:
5
  - split: train
6
- path: Eng-NA/*
 
 
 
 
7
  - config_name: "French"
8
  data_files:
9
  - split: train
10
- path: French/*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # Phonemized Child Directed Speech Dataset
14
- This download includes LM Pretraining data for the Transformer Segmentation project.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  configs:
3
+ - config_name: "English"
4
+ default: True
5
  data_files:
6
  - split: train
7
+ path: Eng-NA/train.csv
8
+ - split: valid
9
+ path: Eng-NA/valid.csv
10
+ - split: test
11
+ path: Eng-NA/test.csv
12
  - config_name: "French"
13
  data_files:
14
  - split: train
15
+ path: French/train.csv
16
+ - split: valid
17
+ path: French/valid.csv
18
+ - split: test
19
+ path: French/test.csv
20
+ - config_name: "German"
21
+ data_files:
22
+ - split: train
23
+ path: German/train.csv
24
+ - split: valid
25
+ path: German/valid.csv
26
+ - split: test
27
+ path: German/test.csv
28
+ language:
29
+ - en
30
+ - de
31
+ - fr
32
+ - es
33
+ tags:
34
+ - language modeling
35
+ - cognitive modeling
36
+ pretty_name: Phonemized Child Directed Speech
37
+ size_categories:
38
+ - 100K<n<1M
39
  ---
40
 
41
  # Phonemized Child Directed Speech Dataset
42
+
43
+ This dataset contains utterance downloaded from CHILDES which have been pre-processed and converted to phonemic transcriptions by this [processing script](https://github.com/codebyzeb/Corpus-Phonemicizers). Many of the columns from CHILDES have been preserved in case they may be useful for experiments (e.g. number of morphemes, part-of-speech tags, etc.). The key columns added by the processing script are as follows:
44
+
45
+ | Column | Description |
46
+ |:----|:-----|
47
+ | `is_child`| Whether the utterance was spoken by a child or not. Note that this is set to `False` for all utterances in this dataset, but the processing script has the ability to preserve child utterances.|
48
+ | `processed_gloss`| The pre-processed orthographic utterance. This includes lowercasing, fixing English spelling and adding punctuation marks. This is based on the [AOChildes](https://github.com/UIUCLearningLanguageLab/AOCHILDES) preprocessing.|
49
+ | `phonemized_utterance`| A phonemic transcription of the utterance, space-separated with word boundaries marked with the `WORD_BOUNDARY` token.|
50
+ | `language_code`| Language code used for producing the phonemic transcriptions. May not match the `language` column provided by CHILDES (e.g. Eng-NA and Eng-UK tend to be transcribed with eng-us and eng-gb). |
51
+ | `character_split_utterance`| A space separated transcription of the utterance, produced simply by splitting the processed gloss by character. This is intended to have a very similar format to `phonemized_utterance` for studies comparing phonetic to orthographic transcriptions. |
52
+
53
+ The last two columns are designed for training character-based (phoneme-based) language models using a simple tokenizer that splits around whitespace. The `processed_gloss` column is suitable for word-based (or subword-based) language models with standard tokenizers.
54
+
55
+ Note that the data has been sorted by the `target_child_age` column, which stores child age in months. This can be used to limit the training data according to a maximum child age, if you wish.
56
+
57
+ Each subset of the data is split into a training, validation and testing split using a 90:5:5 ratio. The following languages are included:
58
+
59
+ | Language | Description | Speakers | Utterances | Words | Phonemes
60
+ |:----|:-----|:-----|:----|:-----|:-----|
61
+ | English | Taken from 44 corpora in Eng-NA collection of CHILDES and phonemized using language code `en-us`. | 2,692 | 1,646,954 | 7,090,066 | 21,932,139
62
+ | French | Taken from 11 corpora in French collection of CHILDES and phonemized using language code `fr-fr`. | 722 | 432,133 | 1,995,063 | 5,510,523
63
+ | German | Taken from 10 corpora in German collection of CHILDES and phonemized using language code `ge`. | 627 | 850,888 | 3,893,168 | 14,032,948
64
+