Add interspeech citation
Browse files
README.md
CHANGED
@@ -298,8 +298,22 @@ KB-Whisper is a product of KBLab of the National Library of Sweden.
|
|
298 |
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.
|
299 |
Please refer to the following paper if you want to cite our work with KB-Whisper.
|
300 |
|
301 |
-
|
302 |
-
Recognition
|
|
|
|
|
|
|
303 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
|
305 |
-
|
|
|
298 |
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.
|
299 |
Please refer to the following paper if you want to cite our work with KB-Whisper.
|
300 |
|
301 |
+
```
|
302 |
+
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
|
303 |
+
```
|
304 |
+
|
305 |
+
Bibtex citation:
|
306 |
|
307 |
+
```
|
308 |
+
@inproceedings{vesterbacka25_interspeech,
|
309 |
+
title = {{Swedish Whispers; Leveraging a Massive Speech Corpus for Swedish Speech Recognition}},
|
310 |
+
author = {{Leonora Vesterbacka and Faton Rekathati and Robin Kurtz and Justyna Sikora and Agnes Toftgård}},
|
311 |
+
year = {{2025}},
|
312 |
+
booktitle = {{Interspeech 2025}},
|
313 |
+
pages = {{758--762}},
|
314 |
+
doi = {{10.21437/Interspeech.2025-2646}},
|
315 |
+
issn = {{2958-1796}},
|
316 |
+
}
|
317 |
+
```
|
318 |
|
319 |
+
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).
|