Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -92,7 +92,7 @@ configs:
|
|
| 92 |
|
| 93 |
# LHCP-ASR
|
| 94 |
|
| 95 |
-
This dataset is another version of the [LHCP-ASR](https://
|
| 96 |
|
| 97 |
DESCRIPTION
|
| 98 |
-----------
|
|
@@ -126,6 +126,19 @@ Both configurations (`longform` and `segments`) include the following splits:
|
|
| 126 |
- `test_2020`
|
| 127 |
- `test_2022`
|
| 128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
CITATION
|
| 130 |
--------
|
| 131 |
|
|
@@ -143,7 +156,7 @@ If you use this dataset, please cite the original work:
|
|
| 143 |
}
|
| 144 |
```
|
| 145 |
|
| 146 |
-
For more details on the original dataset, visit [
|
| 147 |
|
| 148 |
LEGAL DISCLAIMER
|
| 149 |
---------------
|
|
|
|
| 92 |
|
| 93 |
# LHCP-ASR
|
| 94 |
|
| 95 |
+
This dataset is another version of the [LHCP-ASR](https://github.com/mllpresearch/LHCP-ASR) corpus, an English speech dataset for narrow-domain ASR benchmarking in high-energy physics. Unlike the original distribution, which includes video, slides and text data, this version focuses entirely on audio-text pairs
|
| 96 |
|
| 97 |
DESCRIPTION
|
| 98 |
-----------
|
|
|
|
| 126 |
- `test_2020`
|
| 127 |
- `test_2022`
|
| 128 |
|
| 129 |
+
RESULTS
|
| 130 |
+
-------
|
| 131 |
+
We report here, for the development and test sets, the **longform** WER% of some Whisper models using normalised references (lowercased, no punctuation). The base models WER% are from the [original paper](https://www.isca-archive.org/interspeech_2025/santamariajorda25_interspeech.html) and the fine-tuned models WER% can be checked in this [final degree project](https://riunet.upv.es/entities/publication/914a3a30-6a42-404c-8fa8-805b70f1317c).
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
| Model | 2020 dev | 2020 test | 2022 dev | 2022 test |
|
| 135 |
+
|---|---|---|---|---|
|
| 136 |
+
| **whisper medium** | 13.2 | 15.9 | 17.3 | 17.7 |
|
| 137 |
+
| **whisper turbo** | 13.8 | 15.4 | 16.7 | 16.7 |
|
| 138 |
+
| **whisper medium FT** | 12.1 | 13.2 | 14.4 | 14.7 |
|
| 139 |
+
| **whisper turbo FT** | **12.0** | **12.9** | **14.3** | **14.5** |
|
| 140 |
+
|
| 141 |
+
|
| 142 |
CITATION
|
| 143 |
--------
|
| 144 |
|
|
|
|
| 156 |
}
|
| 157 |
```
|
| 158 |
|
| 159 |
+
For more details on the original dataset, visit [https://github.com/mllpresearch/LHCP-ASR](https://github.com/mllpresearch/LHCP-ASR).
|
| 160 |
|
| 161 |
LEGAL DISCLAIMER
|
| 162 |
---------------
|