Datasets:
Artur Muratov
commited on
Commit
·
b7dbb39
1
Parent(s):
049f69a
readme update
Browse files
README.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- kk
|
5 |
+
- tt
|
6 |
+
- ru
|
7 |
+
pretty_name: Multilingual Speech Commands Dataset (3 Languages, Raw)
|
8 |
+
tags:
|
9 |
+
- speech
|
10 |
+
- audio
|
11 |
+
- keyword-spotting
|
12 |
+
- speech-commands
|
13 |
+
- kazakh
|
14 |
+
- tatar
|
15 |
+
- russian
|
16 |
---
|
17 |
+
|
18 |
+
# Multilingual Speech Commands Dataset (3 Languages, Raw)
|
19 |
+
|
20 |
+
This dataset contains raw speech command samples for Kazakh, Tatar, and Russian. It is intended for use in speech command recognition and keyword spotting tasks. No data augmentation has been applied.
|
21 |
+
|
22 |
+
## Languages
|
23 |
+
- Kazakh
|
24 |
+
- Tatar
|
25 |
+
- Russian
|
26 |
+
|
27 |
+
## Structure
|
28 |
+
The dataset is organized into one folder per language. Each folder contains `.wav` files grouped by command label.
|
29 |
+
|
30 |
+
## License
|
31 |
+
All data is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. Users must cite the original sources listed below.
|
32 |
+
|
33 |
+
## Citations
|
34 |
+
|
35 |
+
### Kazakh:
|
36 |
+
@INPROCEEDINGS{KazakhSCR,
|
37 |
+
author={Kuzdeuov, Askat and Nurgaliyev, Shakhizat and Turmakhan, Diana and Laiyk, Nurkhan and Varol, Huseyin Atakan},
|
38 |
+
booktitle={Proc. of the International Conference on Robotics, Automation and Artificial Intelligence (RAAI)},
|
39 |
+
title={Speech Command Recognition: Text-to-Speech and Speech Corpus Scraping Are All You Need},
|
40 |
+
year={2023},
|
41 |
+
pages={286-291},
|
42 |
+
doi={10.1109/RAAI59955.2023.10601292}
|
43 |
+
}
|
44 |
+
|
45 |
+
### Tatar:
|
46 |
+
@INPROCEEDINGS{TatarSCR,
|
47 |
+
author={Kuzdeuov, Askat and Gilmullin, Rinat and Khakimov, Bulat and Varol, Huseyin Atakan},
|
48 |
+
booktitle={Proc. of the Annual Conference of the IEEE Industrial Electronics Society (IECON)},
|
49 |
+
title={An Open-Source Tatar Speech Commands Dataset for IoT and Robotics Applications},
|
50 |
+
year={2024},
|
51 |
+
pages={1-5},
|
52 |
+
doi={10.1109/IECON55916.2024.10905876}
|
53 |
+
}
|
54 |
+
|
55 |
+
### Russian:
|
56 |
+
@INPROCEEDINGS{kuzdeuov2025multilingual,
|
57 |
+
author={Kuzdeuov, Askat and Varol, Huseyin Atakan},
|
58 |
+
booktitle={2025 11th International Conference on Control, Automation and Robotics (ICCAR)},
|
59 |
+
title={Multilingual Speech Command Recognition for Voice Controlled Robots and Smart Systems},
|
60 |
+
year={2025}
|
61 |
+
}
|