JDaniel423
commited on
Commit
•
d86debf
1
Parent(s):
52f4962
Update README.md
Browse files
README.md
CHANGED
@@ -39,11 +39,16 @@ All of the data in the dataset is in English.
|
|
39 |
|
40 |
### Data Instances
|
41 |
|
42 |
-
|
|
|
43 |
|
44 |
### Data Fields
|
45 |
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
|
48 |
### Data Splits
|
49 |
|
@@ -97,7 +102,7 @@ All of the data in the dataset is in English.
|
|
97 |
|
98 |
### Dataset Curators
|
99 |
|
100 |
-
|
101 |
|
102 |
### Licensing Information
|
103 |
|
|
|
39 |
|
40 |
### Data Instances
|
41 |
|
42 |
+
For each instance, there is a string for the audio transcript, a string for the original text before we added any errors, as well as a string of the sentence with the errors we generated.
|
43 |
+
In addition, we provide two lists. One list denotes the original position of each word in the mutated text, and the second list denotes the error applied to that word.
|
44 |
|
45 |
### Data Fields
|
46 |
|
47 |
+
- asr_transcript: The transcript of the audio processed by our Quartznet 15x5 model.
|
48 |
+
- original_text: The original text that was in the Europarl corupus. This text contains no artificial errors.
|
49 |
+
- mutated_text: This text contains the errors we injected.
|
50 |
+
- index_tags: This list denotes the original position of each word in `mutated_text.`
|
51 |
+
- mutated_tags: This list denotes the error applied to each word in `mutated_text.`
|
52 |
|
53 |
### Data Splits
|
54 |
|
|
|
102 |
|
103 |
### Dataset Curators
|
104 |
|
105 |
+
This dataset was generated with the guidance of @cehrett
|
106 |
|
107 |
### Licensing Information
|
108 |
|