Datasets:

Modalities:
Audio
Text
Formats:
parquet
akylbekmaxutov commited on
Commit
c9475bc
·
verified ·
1 Parent(s): 4971214

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -90,3 +90,23 @@ configs:
90
  - split: kazakh
91
  path: single_step_reasoning/kazakh-*
92
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  - split: kazakh
91
  path: single_step_reasoning/kazakh-*
92
  ---
93
+
94
+ # SpokenMQA — Kazakh
95
+
96
+ This dataset is a machine-translated Kazakh adaptation of the [SpokenMQA benchmark](https://huggingface.co/datasets/amao0o0/spoken-mqa) for evaluating spoken mathematical reasoning in speech-based and audio-language models.
97
+
98
+ The original SpokenMQA benchmark probes whether speech-based models can solve math problems delivered through speech, ranging from simple digit recognition (short and long digits) to single-step and multi-step mathematical reasoning. This release localizes the benchmark into Kazakh, enabling evaluation of multilingual speech models on spoken mathematical reasoning beyond English.
99
+
100
+ The textual fields of the original benchmark were machine-translated into Kazakh, and the audio was re-synthesized in Kazakh from the translated transcripts using [MangiSozTTS](https://mangisoz.nu.edu.kz/).
101
+
102
+ ## Dataset structure
103
+
104
+ The benchmark covers four tracks of increasing difficulty:
105
+
106
+ | Subset | Purpose |
107
+ |--------------------------|--------------------------------------------------------------------------|
108
+ | `short_digit` | Recognition of short numerical sequences spoken aloud |
109
+ | `long_digit` | Recognition of longer numerical sequences spoken aloud |
110
+ | `single_step_reasoning` | Mathematical problems requiring a single arithmetic operation |
111
+ | `multi_step_reasoning` | Mathematical problems requiring multi-step reasoning over spoken input |
112
+