Add interspeech citation
Browse files
README.md
CHANGED
|
@@ -301,8 +301,22 @@ KB-Whisper is a product of KBLab of the National Library of Sweden.
|
|
| 301 |
Key contributors include [Faton Rekathati](https://huggingface.co/Lauler), [Justyna Sikora](https://huggingface.co/justynasikora), [Robin Kurtz](https://huggingface.co/robinq), [Agnes Toftgård](https://huggingface.co/agnestoftgard), and [Leonora Vesterbacka](https://huggingface.co/Leonoravesterbacka), under the direction of Love Börjeson.
|
| 302 |
Please refer to the following paper if you want to cite our work with KB-Whisper.
|
| 303 |
|
| 304 |
-
|
| 305 |
-
Recognition
|
|
|
|
|
|
|
|
|
|
| 306 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 307 |
|
| 308 |
-
|
|
|
|
| 301 |
Key contributors include [Faton Rekathati](https://huggingface.co/Lauler), [Justyna Sikora](https://huggingface.co/justynasikora), [Robin Kurtz](https://huggingface.co/robinq), [Agnes Toftgård](https://huggingface.co/agnestoftgard), and [Leonora Vesterbacka](https://huggingface.co/Leonoravesterbacka), under the direction of Love Börjeson.
|
| 302 |
Please refer to the following paper if you want to cite our work with KB-Whisper.
|
| 303 |
|
| 304 |
+
```
|
| 305 |
+
Vesterbacka, L., Rekathati, F., Kurtz, R., Sikora, J., Toftgård, A. (2025) Swedish Whispers; Leveraging a Massive Speech Corpus for Swedish Speech Recognition. Proc. Interspeech 2025, 758-762, doi: 10.21437/Interspeech.2025-2646
|
| 306 |
+
```
|
| 307 |
+
|
| 308 |
+
Bibtex citation:
|
| 309 |
|
| 310 |
+
```
|
| 311 |
+
@inproceedings{vesterbacka25_interspeech,
|
| 312 |
+
title = {{Swedish Whispers; Leveraging a Massive Speech Corpus for Swedish Speech Recognition}},
|
| 313 |
+
author = {{Leonora Vesterbacka and Faton Rekathati and Robin Kurtz and Justyna Sikora and Agnes Toftgård}},
|
| 314 |
+
year = {{2025}},
|
| 315 |
+
booktitle = {{Interspeech 2025}},
|
| 316 |
+
pages = {{758--762}},
|
| 317 |
+
doi = {{10.21437/Interspeech.2025-2646}},
|
| 318 |
+
issn = {{2958-1796}},
|
| 319 |
+
}
|
| 320 |
+
```
|
| 321 |
|
| 322 |
+
You can find our [Interspeech 2025 article here](https://www.isca-archive.org/interspeech_2025/vesterbacka25_interspeech.html#), and the [arXiv preprint here](https://www.arxiv.org/abs/2505.17538).
|