Datasets:

Modalities:
Text
Formats:
text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
bene-ges commited on
Commit
3bb4aa5
1 Parent(s): 82453c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -17
README.md CHANGED
@@ -6,26 +6,30 @@ size_categories:
6
  - 10M<n<100M
7
  ---
8
 
9
- Keys2Paragraphs.txt (internal name in scripts: yago_wiki.txt):
10
- 4.3 million unique words/phrases (English Wikipedia titles or their parts) occurring in 33.8 million English Wikipedia paragraphs.
11
 
12
- Keys2Corruptions.txt (internal name in scripts: sub_misspells.txt):
13
- 26 million phrase pairs in the corrupted phrase inventory, as recognized by different ASR models
14
 
15
- Keys2Related.txt (internal name in scripts: related_phrases.txt):
16
- 62.7 million phrase pairs in the related phrase inventory
17
 
18
- FalsePositives.txt (internal name in scripts: false_positives.txt):
19
- 449 thousand phrase pairs in the false positive phrase inventory
20
 
21
- NgramMappings (internal name in scripts: replacement_vocab_filt.txt):
22
- 5.5 million character n-gram mappings dictionary
23
 
24
- asr
25
- outputs of g2p+tts+asr using 4 different ASR systems (conformer ctc was used twice),
26
- gives pairs of initial phrase and its recognition result.
27
- Does not include .wav files, but these can be reproduced by feeding g2p to tts
28
 
29
- giza
30
- raw outputs of GIZA++ alignments for each corpus,
31
- from these we get NgramMappings.txt and Keys2Corruptions.txt
 
 
 
 
 
 
 
 
 
6
  - 10M<n<100M
7
  ---
8
 
9
+ This is the dataset presented in my [ASRU-2023 paper](https://arxiv.org/abs/2309.17267).
 
10
 
11
+ It consists of multiple files:
 
12
 
13
+ Keys2Paragraphs.txt (internal name in scripts: yago_wiki.txt):
14
+ 4.3 million unique words/phrases (English Wikipedia titles or their parts) occurring in 33.8 million English Wikipedia paragraphs.
15
 
16
+ Keys2Corruptions.txt (internal name in scripts: sub_misspells.txt):
17
+ 26 million phrase pairs in the corrupted phrase inventory, as recognized by different ASR models
18
 
19
+ Keys2Related.txt (internal name in scripts: related_phrases.txt):
20
+ 62.7 million phrase pairs in the related phrase inventory
21
 
22
+ FalsePositives.txt (internal name in scripts: false_positives.txt):
23
+ 449 thousand phrase pairs in the false positive phrase inventory
 
 
24
 
25
+ NgramMappings (internal name in scripts: replacement_vocab_filt.txt):
26
+ 5.5 million character n-gram mappings dictionary
27
+
28
+ asr
29
+ outputs of g2p+tts+asr using 4 different ASR systems (conformer ctc was used twice),
30
+ gives pairs of initial phrase and its recognition result.
31
+ Does not include .wav files, but these can be reproduced by feeding g2p to tts
32
+
33
+ giza
34
+ raw outputs of GIZA++ alignments for each corpus,
35
+ from these we get NgramMappings.txt and Keys2Corruptions.txt