korallll commited on
Commit
f4ddeee
·
verified ·
1 Parent(s): ceba1d6

docs: add INTERSPEECH 2026 paper banner, badges, and citation

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -14,6 +14,16 @@ tags:
14
 
15
  # Balalaika Dataset
16
 
 
 
 
 
 
 
 
 
 
 
17
  This repository contains the **Balalaika** dataset, a novel dataset comprising more than 2,000 hours of studio-quality Russian speech with comprehensive textual annotations, designed for addressing phonetic and prosodic challenges in Russian speech generative models.
18
 
19
  **Paper:** [A Data-Centric Framework for Addressing Phonetic and Prosodic Challenges in Russian Speech Generative Models](https://huggingface.co/papers/2507.13563)
@@ -353,3 +363,18 @@ Comply with each component’s original license in addition to the above:
353
 
354
  - Email: kborodin.research@gmail.com
355
  - Telegram: [@korallll_ai](https://t.me/korallll_ai)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  # Balalaika Dataset
16
 
17
+ [![arXiv](https://img.shields.io/badge/arXiv-2507.13563-b31b1b.svg)](https://arxiv.org/abs/2507.13563)
18
+ [![Conference](https://img.shields.io/badge/INTERSPEECH-2026-1f6feb.svg)](https://arxiv.org/abs/2507.13563)
19
+ [![Code](https://img.shields.io/badge/code-lab260ru%2Fbalalaika-181717.svg?logo=github)](https://github.com/lab260ru/balalaika)
20
+
21
+ > [!IMPORTANT]
22
+ > **Official dataset for our INTERSPEECH 2026 paper**
23
+ > *"A Data-Centric Framework for Addressing Phonetic and Prosodic Challenges in Russian Speech Generative Models"* ([arXiv:2507.13563](https://arxiv.org/abs/2507.13563)).
24
+ > Part of the **Balalaika** Russian speech data-processing pipeline — code: [https://github.com/lab260ru/balalaika](https://github.com/lab260ru/balalaika).
25
+ > If you use this resource, please [cite it](#citation).
26
+
27
  This repository contains the **Balalaika** dataset, a novel dataset comprising more than 2,000 hours of studio-quality Russian speech with comprehensive textual annotations, designed for addressing phonetic and prosodic challenges in Russian speech generative models.
28
 
29
  **Paper:** [A Data-Centric Framework for Addressing Phonetic and Prosodic Challenges in Russian Speech Generative Models](https://huggingface.co/papers/2507.13563)
 
363
 
364
  - Email: kborodin.research@gmail.com
365
  - Telegram: [@korallll_ai](https://t.me/korallll_ai)
366
+
367
+ ## Citation
368
+
369
+ If you use this resource, please cite our INTERSPEECH 2026 paper:
370
+
371
+ ```bibtex
372
+ @inproceedings{borodin2026balalaika,
373
+ title = {A Data-Centric Framework for Addressing Phonetic and Prosodic Challenges in Russian Speech Generative Models},
374
+ author = {Borodin, Kirill and Vasiliev, Nikita and Kudryavtsev, Vasiliy and Maslov, Maxim and Gorodnichev, Mikhail and Rogov, Oleg and Mkrtchian, Grach},
375
+ booktitle = {Proc. INTERSPEECH 2026},
376
+ year = {2026},
377
+ note = {arXiv:2507.13563},
378
+ url = {https://arxiv.org/abs/2507.13563}
379
+ }
380
+ ```