File size: 4,051 Bytes
6dd795c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
---
language:
- multilingual
- as
- br
- cy
- et
- eu
- gl
- hu
- hy
- ka
- kk
- lt
- lv
- mk
- mt
- oc
- sk
- sl
- sw
- ta
- tk
- tt
license: mit
task_categories:
- automatic-speech-recognition
---

# Whisper 3 Large Evaluation on Mozilla Common Voice 17 Rare Languages (Enhanced Metrics)

## Dataset Description

This enhanced dataset contains comprehensive evaluation results of OpenAI's Whisper 3 Large model on rare languages from Mozilla Common Voice 17, with extensive additional metrics for thorough ASR evaluation.

### Key Features

**Enhanced Error Metrics:**
- **WER** (Word Error Rate): Standard word-level error measurement
- **CER** (Character Error Rate): Character-level error measurement
- **MER** (Match Error Rate): Alternative error rate calculation
- **WIL** (Word Information Lost): Information loss measurement

**Edit Distance Analysis:**
- Word-level and character-level edit distances
- Normalized edit distance metrics
- Comprehensive distance analysis

**Length and Structure Metrics:**
- Word, character, and sentence counts
- Length ratios and differences
- Average word length analysis
- Sentence structure preservation

**Script-Specific Analysis:**
- Latin, Cyrillic, Armenian, Georgian, Tamil, Bengali character ratios
- Punctuation preservation analysis
- Script-specific performance metrics

**Statistical Metrics:**
- Jaccard similarity for vocabulary overlap
- Frequency correlation analysis
- Vocabulary union and overlap metrics
- Unique word analysis

### Dataset Statistics

- **Total samples**: 111,507
- **Languages**: 21 rare languages
- **Total metrics**: 56 comprehensive evaluation metrics
- **Scripts covered**: Latin, Cyrillic, Armenian, Georgian, Tamil, Bengali

### Language Coverage

| Language | Code | Script | Sample Count |
|----------|------|--------|--------------|
| Assamese | as | Bengali | ~551 |
| Breton | br | Latin | ~2,212 |
| Welsh | cy | Latin | ~5,379 |
| Estonian | et | Latin | ~2,653 |
| Basque | eu | Latin | ~13,630 |
| Galician | gl | Latin | ~9,990 |
| Hungarian | hu | Latin | ~11,435 |
| Armenian | hy | Armenian | ~4,281 |
| Georgian | ka | Georgian | ~12,618 |
| Kazakh | kk | Cyrillic | ~514 |
| Lithuanian | lt | Latin | ~4,753 |
| Latvian | lv | Latin | ~6,752 |
| Macedonian | mk | Cyrillic | ~1,097 |
| Maltese | mt | Latin | ~1,662 |
| Occitan | oc | Latin | ~254 |
| Slovak | sk | Latin | ~5,000 |
| Slovenian | sl | Latin | ~1,242 |
| Swahili | sw | Latin | ~12,253 |
| Tamil | ta | Tamil | ~12,074 |
| Turkmen | tk | Latin | ~546 |
| Tatar | tt | Cyrillic | ~4,964 |

### Performance Highlights

**Top Performing Languages (by WER):**
1. Hungarian (hu): WER = 0.1822
2. Galician (gl): WER = 0.2027
3. Slovenian (sl): WER = 0.2205
4. Macedonian (mk): WER = 0.2762
5. Latvian (lv): WER = 0.3021

### Usage

```python
from datasets import load_dataset

# Load the enhanced dataset
dataset = load_dataset("norbertm/whisper-eval-rare-languages-csv")

# Access comprehensive metrics
print(dataset['train'][0])
```

### Research Applications

This enhanced dataset enables:

1. **Comprehensive ASR Evaluation**: Multiple error metrics for thorough analysis
2. **Script-Specific Analysis**: Understanding performance across different writing systems
3. **Statistical Analysis**: Vocabulary and frequency correlation studies
4. **Length Analysis**: Understanding how text length affects recognition
5. **Cross-Language Comparison**: Detailed performance comparison across 21 languages

### Citation

If you use this dataset in your research, please cite:

```bibtex
@dataset{whisper_eval_enhanced_2024,
  title={Whisper 3 Large Evaluation on Mozilla Common Voice 17 Rare Languages (Enhanced Metrics)},
  author={norbertm},
  year={2024},
  publisher={Hugging Face},
  url={https://huggingface.co/datasets/norbertm/whisper-eval-rare-languages-csv}
}
```

### License

This dataset is licensed under the MIT License.

---

*This enhanced version includes 46 additional metrics beyond the original WER and CER, providing unprecedented depth for ASR evaluation research.*