- Notifications
You must be signed in to change notification settings - Fork3
Dataset Release for Intent Classification from Speech
License
skit-ai/speech-to-intent-dataset
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Dataset Release for Intent Classification task from Speech
This is a dataset for Intent classification from human speech, and covers 14 coarse-grained intents from the Banking domain. This work is inspired by a similar release in theMinds-14 dataset - here, we restrict ourselves to Indian English but with a much larger training set. The dataset is split into:
- test -
100samples per intent - train -
>650samples per intent
The data was generated by 11 (Indian English) speakers, recording over a telephony line. We also provide access to anonymised speaker information - like gender, languages spoken, native language - so as to allow more structured discussions around robustness and bias, in the models you train.
The dataset is available on HuggingFace asSkit-S2I.
This dataset is shared underCreative Commons Attribution-NonCommercial 4.0 International Licence. This places restrictions on commercial use of this dataset.
Most spoken dialog-systems use a pipeline of speech recognition followed by intent classification, and optimise each individually. But this allows ASR errors to leak downstream. Instead, what if we train end-to-end intent models on speech ? More importantly, how well would such models generalise in a language like Indian English - given the diversity of speech behaviours ? This dataset is an attempt towards answering such questions around robustness and model bias.
This release contains data of (Indian English) speech samples tagged with an intent from the Banking domain. Also includes the transcript template used to generate the sample.
Audio Quality : 8 Khz, 16-bit
Structure
- wav_audios [contains the wav audio files]- train.csv [contains the train split, where each row contains "<id> | <intent-class> | <template> | <audio-path> | <speaker-id>"]- test.csv [contains the test split, where each row contains "<id> | <intent-class> | <template> | <audio-path> | <speaker-id>"]- intent_info.csv [contains information about the intents, where each row contains "<intent-class> | <intent-name> | <description>"]- speaker_info.csv [contains information about the speakers, where each row contains "<speaker-id> | <native-language> | <languages-spoken> | <places-lived> | <gender>"]More information regarding the dataset can be found in thedatasheet.
The code for the baselines are provided in thebaselines directory.
If you are using this dataset, please cite using the link in the About section on the right.
This work is licensed under aCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
About
Dataset Release for Intent Classification from Speech
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
