Datasets:

Modalities:
Audio
Languages:
Kazakh
Libraries:
Datasets
License:
akuzdeuov commited on
Commit
757d20e
·
verified ·
1 Parent(s): 194ac63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -27
README.md CHANGED
@@ -1,35 +1,61 @@
1
- # Kazakh Speech Commands Dataset Card
2
 
3
- **Repository:** [https://github.com/IS2AI/Kazakh-Speech-Commands-Dataset](https://github.com/IS2AI/Kazakh-Speech-Commands-Dataset)
4
-
5
- **Summary:** This dataset contains Kazakh speech commands generated using a combination of synthetic speech generation and speech corpus scraping. Synthetic data was created using the Piper text-to-speech system, leveraging its Kazakh language models. Real-world speech commands were extracted from a large-scale speech corpus using the Vosk Speech Recognition Toolkit. Data augmentation techniques were applied to expand the dataset. The accompanying repository provides Jupyter notebooks detailing the data generation and augmentation processes, as well as information on model training, validation, and testing using a Keyword-MLP approach. Video tutorials are available on YouTube.
6
-
7
- **Dataset Details:**
8
-
9
- The dataset creation involved three main steps:
10
 
11
- 1. **Synthetic Speech Generation:** Leveraged Piper, a neural text-to-speech system, to generate synthetic Kazakh speech commands. Five Kazakh voices were utilized from the Piper system.
12
- 2. **Speech Corpus Scraping:** Utilized the Vosk Speech Recognition Toolkit to automatically extract speech commands from a large-scale speech corpus (the source of this corpus is not specified).
13
- 3. **Data Augmentation:** Audio augmentation techniques were applied to both the synthetic and scraped datasets to increase the overall size and diversity of the data.
14
-
15
- **Tools and Technologies:**
16
-
17
- | Tool/Technology | Description | Link |
18
- |-----------------------------|-----------------------------------------------------------------------------|-----------------------------------------------------------------------------|
19
- | Piper | Fast, local neural text-to-speech system | [https://github.com/rhasspy/piper](https://github.com/rhasspy/piper) |
20
- | Vosk Speech Recognition | Toolkit used for speech command extraction | [https://github.com/alphacep/vosk-api/tree/master](https://github.com/alphacep/vosk-api/tree/master) |
21
- | Keyword-MLP | Model used for training, validation, and testing | [https://github.com/IS2AI/Kazakh-Speech-Commands-Dataset/tree/main/Keyword-MLP](https://github.com/IS2AI/Kazakh-Speech-Commands-Dataset/tree/main/Keyword-MLP) |
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  **Citation:**
25
 
26
  ```bibtex
27
- @article{Kuzdeuov2023,
28
- author = "Askat Kuzdeuov and Shakhizat Nurgaliyev and Diana Turmakhan and Nurkhan Laiyk and Huseyin Atakan Varol",
29
- title = "{Speech Command Recognition: Text-to-Speech and Speech Corpus Scraping Are All You Need}",
30
- year = "2023",
31
- month = "5",
32
- url = "https://www.techrxiv.org/articles/preprint/Speech_Command_Recognition_Text-to-Speech_and_Speech_Corpus_Scraping_Are_All_You_Need/22717657",
33
- doi = "10.36227/techrxiv.22717657.v1"
34
- }
 
 
 
35
  ```
 
1
+ # Kazakh Speech Commands Dataset
2
 
3
+ **Paper:** [Speech Command Recognition: Text-to-Speech and Speech Corpus Scraping Are All You Need](https://ieeexplore.ieee.org/document/10601292)
 
 
 
 
 
 
4
 
5
+ **Repository:** [https://github.com/IS2AI/Kazakh-Speech-Commands-Dataset](https://github.com/IS2AI/Kazakh-Speech-Commands-Dataset)
 
 
 
 
 
 
 
 
 
 
6
 
7
+ **Details:** The dataset contains 3,623 utterances (1 second duration, WAV, 16 kHz) collected from 119 participants (62 males, 57 females).
8
+
9
+ |ID| Command (en)|Command (kk)|# samples|
10
+ |--|--------|--------|---|
11
+ |1| backward | артқа | 113 |
12
+ |2| forward | алға | 112 |
13
+ |3| right | оңға | 106 |
14
+ |4| left | солға | 104 |
15
+ |5| down | төмен | 102 |
16
+ |6| up | жоғары | 104 |
17
+ |7| go | жүр | 101 |
18
+ |8| stop | тоқта | 107 |
19
+ |9| on | қос | 101 |
20
+ |10| off | өшір | 105 |
21
+ |11| yes | иә | 110 |
22
+ |12| no | жоқ | 107 |
23
+ |13| learn | үйрен | 108 |
24
+ |14| follow | орында | 104 |
25
+ |15| zero | нөл | 105 |
26
+ |16| one | бір | 107 |
27
+ |17| two | екі | 99 |
28
+ |18| three | үш | 107 |
29
+ |19| four | төрт | 97 |
30
+ |20| five | бес | 104 |
31
+ |21| six | алты | 101 |
32
+ |22| seven | жеті | 103 |
33
+ |23| eight | сегіз | 103 |
34
+ |24| nine | тоғыз | 100 |
35
+ |25| bed | төсек | 97 |
36
+ |26| bird | құс | 96 |
37
+ |27| cat | мысық | 97 |
38
+ |28| dog | ит | 102 |
39
+ |29| happy | бақытты | 101 |
40
+ |30| house | үй | 107 |
41
+ |31| read | оқы | 105 |
42
+ |32| write | жаз | 105 |
43
+ |33| tree | ағаш | 104 |
44
+ |34| visual | көрнекі | 100 |
45
+ |35| wow | мәссаған | 99|
46
 
47
  **Citation:**
48
 
49
  ```bibtex
50
+ @INPROCEEDINGS{10601292,
51
+ author={Kuzdeuov, Askat and Nurgaliyev, Shakhizat and Turmakhan, Diana and Laiyk, Nurkhan and Varol, Huseyin Atakan},
52
+ booktitle={2023 3rd International Conference on Robotics, Automation and Artificial Intelligence (RAAI)},
53
+ title={Speech Command Recognition: Text-to-Speech and Speech Corpus Scraping Are All You Need},
54
+ year={2023},
55
+ volume={},
56
+ number={},
57
+ pages={286-291},
58
+ keywords={Accuracy;Speech coding;Virtual assistants;Speech recognition;Data collection;Benchmark testing;Data models;Speech commands recognition;text-to-speech;Kazakh Speech Corpus;voice commands;data-centric AI},
59
+ doi={10.1109/RAAI59955.2023.10601292}}
60
+
61
  ```