Datasets:
Upload docs/LIMITATIONS.md with huggingface_hub
Browse files- docs/LIMITATIONS.md +27 -0
docs/LIMITATIONS.md
CHANGED
|
@@ -62,3 +62,30 @@ an independent rerun is cheap.
|
|
| 62 |
|
| 63 |
That last one is a real gap and we intend to close it, since the corpus carries
|
| 64 |
gender, age band and region for every clip.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
That last one is a real gap and we intend to close it, since the corpus carries
|
| 64 |
gender, age band and region for every clip.
|
| 65 |
+
|
| 66 |
+
## 7. The language model damages code-switched speech
|
| 67 |
+
|
| 68 |
+
Found by talking to the demo rather than by any measurement here.
|
| 69 |
+
|
| 70 |
+
Recording a sentence that mixed English into Amharic, the way people actually
|
| 71 |
+
speak in Addis, the speech model heard "my name is" and transliterated it
|
| 72 |
+
phonetically into Ge'ez, which was correct. The language model then changed it
|
| 73 |
+
into something else.
|
| 74 |
+
|
| 75 |
+
It was confidently correcting a word that was already right. This is not a bug,
|
| 76 |
+
it is the language model being what it is: trained on 12.8 million lines of
|
| 77 |
+
**Amharic** text, in which transliterated English never appears. Seeing one, it
|
| 78 |
+
concludes the speech model must have erred and pulls toward something more
|
| 79 |
+
Amharic-shaped.
|
| 80 |
+
|
| 81 |
+
**The more English a clip contains, the worse that trade becomes.** Since
|
| 82 |
+
English code-switching is extremely common in Ethiopian speech, this is a real
|
| 83 |
+
limitation and not an edge case.
|
| 84 |
+
|
| 85 |
+
Nothing in this benchmark could have caught it. The test sentences come from
|
| 86 |
+
news text and contain almost no English. It took one person speaking naturally
|
| 87 |
+
for thirty seconds.
|
| 88 |
+
|
| 89 |
+
The fix is to train the language model on Amharic as it is actually spoken,
|
| 90 |
+
English included, which requires transcripts of spontaneous speech. That is the
|
| 91 |
+
same missing ingredient as limitation 1.
|