RohitManglik commited on
Commit
ef9c3c7
·
verified ·
1 Parent(s): e84be94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +189 -0
README.md CHANGED
@@ -1,3 +1,192 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ **Dataset Description:**
5
+
6
+ **This dataset is a large-scale collection of 2,471 hours of processed Gujarati podcast audio recordings, containing 57,568 hours of processed podcast audio recordings across 12 languages, designed to support the development and training of advanced speech AI and conversational AI systems.**
7
+
8
+ It captures real-world interactions across diverse topics and formats. The dataset preserves natural speech patterns, speaker variability, and authentic podcast environments, making it highly valuable for building robust, scalable, and production-ready AI systems.
9
+ Additionally, this dataset can be used in data pipelines for **Supervised Fine-Tuning (SFT) and Reinforcement Learning with Human Feedback (RLHF) workflows**.
10
+
11
+ ## Audio Processing & Refinement Pipeline
12
+
13
+ To ensure enterprise-grade quality and usability, the dataset undergoes a comprehensive **4-step audio refining and processing pipeline** before final delivery:
14
+
15
+ 1. **Duplicate Asset Elimination**
16
+ Removal of duplicate or repeated recordings to maintain dataset uniqueness, consistency, and high-quality training data.
17
+
18
+ 2. **Low-Activity Voice Removal**
19
+ Filtering of silent, low-volume, inactive, or low-quality audio samples to improve overall dataset reliability.
20
+
21
+ 3. **PII Detection & Muting**
22
+ Automatic detection and redaction/muting of personally identifiable information (PII) to support privacy compliance and safe AI training.
23
+
24
+ 4. **Background Noise Removal**
25
+ Application of advanced noise-reduction and audio-cleaning techniques to enhance speech clarity and improve model performance.
26
+
27
+ This processing pipeline ensures that the dataset is clean, scalable, production-ready, and optimized for speech AI, conversational AI, ASR, SFT, and RLHF workflows.
28
+
29
+ **Dataset Specification**
30
+
31
+ -Duration: 2471 hours
32
+ -Language: Gujarati
33
+ -Type: Processed
34
+ -Audio Conditions: Real-world environments (including noise and variability)
35
+ -Format: .wav, .mp3, .ogg, etc.
36
+ -Sampling Rate: 8000 Hz
37
+
38
+
39
+ **Key Use Cases**
40
+
41
+ -Pretraining Automatic Speech Recognition (ASR) systems
42
+ -Speech-to-Text (STT) systems
43
+ -Self-supervised learning (SSL) for speech models
44
+ -Large Language Models (LLMs) with audio understanding capabilities
45
+ -Speech representation learning
46
+ -Noise-robust and real-world voice applications
47
+
48
+
49
+ **Value of Single Channel Dataset**
50
+
51
+ -Training models that can handle real-world conversational complexity
52
+ -Improved performance in noisy and uncontrolled environments
53
+ -Development of accurate speaker diarization systems
54
+ -Better generalization across accents, tones, and speaking styles
55
+ -Flexible preprocessing and custom annotation pipelines tailored to specific business needs
56
+
57
+
58
+
59
+
60
+ **Audio Quality Analysis**
61
+
62
+
63
+ Signal Quality Analysis (Signal QA)
64
+
65
+ To ensure robust signal-level integrity and consistency, the dataset was evaluated using multiple acoustic and signal-processing metrics.
66
+
67
+ | Metric | Value | Interpretation |
68
+ | ------------------------- | ---------- | ------------------------------------------------------------------------------- |
69
+ | **Average SNR (dB)** | **50.03** | High signal-to-noise ratio indicating clean audio with minimal background noise |
70
+ | **Average RMS Energy** | **0.089** | Stable signal energy level, suitable for speech processing tasks |
71
+ | **Silence Ratio** | **0.448** | reflects natural conversational pauses |
72
+ | **Clipping Ratio** | **0.0** | No clipping detected, ensuring distortion-free audio |
73
+ | **Loudness (LUFS)** | **-22.12** | Well-balanced loudness within acceptable range for speech datasets |
74
+ | **Overall Quality Score** | **70.83** | Good signal quality, appropriate for training and evaluation pipelines |
75
+
76
+
77
+
78
+ DNSMOS Evaluation
79
+
80
+ To ensure production-level reliability, the dataset was evaluated using DNSMOS (Deep Noise Suppression Mean Opinion Score) out of 5 is.
81
+
82
+ | Metric | Score | Interpretation |
83
+ | ---------------------- | -------- | --------------------------------------------------------- |
84
+ | Speech Quality (SIG) | **3.89** | Clear and intelligible conversational speech |
85
+ | Background Noise (BAK) | **4.01** | Strong noise suppression with stable acoustic clarity |
86
+ | Overall MOS (OVR) | **3.81** | High-quality real-world audio suitable for model training |
87
+
88
+
89
+ **SQUIM-Based Audio Quality Analysis**
90
+
91
+ To further assess perceptual and signal characteristics, the dataset was evaluated using SQUIM-based metrics.
92
+
93
+
94
+ | Metric | Value | Interpretation |
95
+ | ---------------------------- | --------- | --------------------------------------------------------------------------- |
96
+ | **Average Energy** | **0.003** | Low energy level, indicating controlled signal amplitude without distortion |
97
+ | **Spectral Flatness** | **0.052** | Low flatness suggests speech-dominant signal (not noise-like) |
98
+ | **Zero Crossing Rate (ZCR)** | **0.062** | Low ZCR, consistent with voiced speech and minimal high-frequency noise |
99
+ | **Dynamic Range** | **1.683** | Moderate variation in amplitude, capturing natural speech dynamics |
100
+ | **SI-SDR Proxy** | **15.0** | Good signal-to-distortion ratio, indicating clear and well-separated speech |
101
+ | **SQUIM Score** | **62.59** | Solid perceptual quality, suitable for real-world speech applications |
102
+
103
+
104
+ Key Insight
105
+
106
+ The dataset maintains strong acoustic quality despite real-world conditions, making it suitable for production-grade AI systems, LLM pipelines, and speech understanding models.
107
+
108
+
109
+ **Dataset Validation via End-to-End Model Training**
110
+
111
+ To validate dataset effectiveness, a complete speech-to-NLP training pipeline was built and executed using InfoBay.AI Audio dataset
112
+
113
+ **Full Pipeline**
114
+
115
+ → OpenAI Whisper transcription
116
+ → Sentiment labeling
117
+ → DistilBERT training (from scratch)
118
+ → 3-class sentiment classification
119
+
120
+ Validation Insight
121
+
122
+ This end-to-end workflow demonstrates that the dataset is not only large-scale but also self-sufficient for training downstream AI models without reliance on external pretrained datasets.
123
+
124
+
125
+ **Sentiment Classification Task**
126
+
127
+ The dataset supports supervised learning for sentiment understanding across three classes:
128
+
129
+ Negative (Class 0)
130
+ Neutral (Class 1)
131
+ Positive (Class 2)
132
+
133
+ The dataset contains naturally occurring emotional and contextual variation, making it highly suitable for:
134
+
135
+ RLHF preference modeling
136
+ Emotion-aware conversational agents
137
+ Human-aligned response generation systems
138
+
139
+
140
+
141
+ **Model Performance (From-Scratch Training) From our Dataset**
142
+
143
+ A DistilBERT-based model trained from scratch achieved strong performance on this dataset:
144
+ Accuracy: ~98%
145
+ Macro F1-score: ~0.98
146
+ Weighted F1-score: ~0.99
147
+
148
+ Classification Report
149
+
150
+ | Class | Sentiment | Precision | Recall | F1-score | Support |
151
+ | ----- | --------- | --------- | ------ | -------- | ------- |
152
+ | 0 | Negative | 0.97 | 0.96 | 0.96 | 1,128 |
153
+ | 1 | Neutral | 0.99 | 0.99 | 0.99 | 7,865 |
154
+ | 2 | Positive | 0.98 | 0.98 | 0.98 | 2,658 |
155
+
156
+
157
+
158
+ **Basic JSON Schema**
159
+ ```json
160
+ {
161
+ "id": "string",
162
+ "audio_filepath": "string",
163
+ "duration": "float",
164
+ "language": "string",
165
+ "sample_rate": "integer",
166
+ "format": "string",
167
+ "num_speakers": "integer",
168
+ "domain": "string",
169
+ "metadata": {
170
+ "source": "string",
171
+ "recording_condition": "string"
172
+ }
173
+ }
174
+ ```
175
+
176
+ **Full Dataset Overview**
177
+
178
+ Total Duration (in hours): 57,568
179
+
180
+ This dataset is part of a large multilingual podcast audio collection covering the following languages:
181
+ Arabic, Bengali, English, Gujarati, Hindi, Kannada, Malayalam, Marathi, Punjabi, Tamil, Telugu, and Urdu.
182
+
183
+ **Data Creation**
184
+
185
+ Procured through formal agreements and generated in the ordinary course of business.
186
+
187
+ **Considerations**
188
+
189
+ This dataset is provided for research and educational purposes only. It contains only sample data. For access to the full dataset and enterprise licensing options, please visit our website[InfoBay AI](https://infobay.ai/) or contact us directly.
190
+
191
+ -Ph: (91) 8303174762
192
+ -Email: datareq@infobay.ai