Datasets:

ArXiv:
korallll commited on
Commit
8a1a487
·
verified ·
1 Parent(s): 3f61e28

docs: add dataset card with INTERSPEECH 2026 paper banner and citation

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Balalaika LM
2
+
3
+ [![arXiv](https://img.shields.io/badge/arXiv-2507.13563-b31b1b.svg)](https://arxiv.org/abs/2507.13563)
4
+ [![Conference](https://img.shields.io/badge/INTERSPEECH-2026-1f6feb.svg)](https://arxiv.org/abs/2507.13563)
5
+ [![Code](https://img.shields.io/badge/code-lab260ru%2Fbalalaika-181717.svg?logo=github)](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
+ ```