Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ language:
4
+ - en
5
+ 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