docs: add dataset card with INTERSPEECH 2026 paper banner and citation
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Balalaika LM
|
| 2 |
+
|
| 3 |
+
[](https://arxiv.org/abs/2507.13563)
|
| 4 |
+
[](https://arxiv.org/abs/2507.13563)
|
| 5 |
+
[](https://github.com/lab260ru/balalaika)
|
| 6 |
+
|
| 7 |
+
> [!IMPORTANT]
|
| 8 |
+
> **Official dataset for our INTERSPEECH 2026 paper**
|
| 9 |
+
> *"A Data-Centric Framework for Addressing Phonetic and Prosodic Challenges in Russian Speech Generative Models"* ([arXiv:2507.13563](https://arxiv.org/abs/2507.13563)).
|
| 10 |
+
> Part of the **Balalaika** Russian speech data-processing pipeline — code: [https://github.com/lab260ru/balalaika](https://github.com/lab260ru/balalaika).
|
| 11 |
+
> If you use this resource, please [cite it](#citation).
|
| 12 |
+
|
| 13 |
+
Part of the **Balalaika** Russian speech data-processing pipeline. See the [code repository](https://github.com/lab260ru/balalaika) for details.
|
| 14 |
+
|
| 15 |
+
## Citation
|
| 16 |
+
|
| 17 |
+
If you use this resource, please cite our INTERSPEECH 2026 paper:
|
| 18 |
+
|
| 19 |
+
```bibtex
|
| 20 |
+
@inproceedings{borodin2026balalaika,
|
| 21 |
+
title = {A Data-Centric Framework for Addressing Phonetic and Prosodic Challenges in Russian Speech Generative Models},
|
| 22 |
+
author = {Borodin, Kirill and Vasiliev, Nikita and Kudryavtsev, Vasiliy and Maslov, Maxim and Gorodnichev, Mikhail and Rogov, Oleg and Mkrtchian, Grach},
|
| 23 |
+
booktitle = {Proc. INTERSPEECH 2026},
|
| 24 |
+
year = {2026},
|
| 25 |
+
note = {arXiv:2507.13563},
|
| 26 |
+
url = {https://arxiv.org/abs/2507.13563}
|
| 27 |
+
}
|
| 28 |
+
```
|