--- language: - en license: mit task_categories: - automatic-speech-recognition task_ids: - audio-intent-classification pretty_name: Throat Microphone Dataset size_categories: - 1K10dB - Silence Ratio: <30% - Clean, professional recording environment ### Data Fields - `audio`: Audio file in WAV format (16kHz mono) - `text`: String containing the transcription - `duration`: Float value representing duration in seconds ### Data Splits The dataset is provided as a single training split. ## Dataset Creation ### Curation Rationale This dataset was created to address the lack of high-quality throat microphone data for training speech recognition models. Throat microphones are particularly useful in noisy environments as they capture speech directly through throat vibrations. ### Source Data #### Initial Data Collection and Normalization Sentences were carefully selected to ensure: - Complexity suitable for model training (9-18 words) - Proper grammar and punctuation - Mix of statement types - Natural language patterns - Varied vocabulary - Balanced phonetic content ### Annotations The annotations (transcriptions) are the original sentences used for recording, ensuring 100% accuracy. ## Considerations for Using the Data ### Social Impact of Dataset This dataset can help improve speech recognition in: - High-noise environments - Military and emergency services communications - Industrial settings - Assistive technology for voice disorders ### Discussion of Biases The dataset: - Contains only English language - Uses standard English pronunciation - May not represent all accents or dialects - Recorded by a limited number of speakers ### Other Known Limitations - Limited to throat microphone recordings - May not generalize well to regular microphone input - Optimized for 8-10 second utterances ## Additional Information ### Dataset Curators This dataset was curated by Paul Han ### Licensing Information This dataset is released under the MIT License. ### Citation Information If you use this dataset, please cite: ``` @misc{throatmic_dataset, title={Throat Microphone Dataset for Speech Recognition}, author={Han, Paul}, year={2024}, publisher={Hugging Face}, howpublished={\url{https://huggingface.co/datasets/pauljunsukhan/throatmic_codered}} } ```