Files changed (1) hide show
  1. README.md +435 -0
README.md CHANGED
@@ -1,4 +1,25 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  configs:
3
  - config_name: default
4
  data_files:
@@ -21,3 +42,417 @@ dataset_info:
21
  download_size: 1212594582487
22
  dataset_size: 1763288239384
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - pt
4
+ license: cc-by-nc-sa-4.0
5
+ pretty_name: TAGARELA
6
+ task_categories:
7
+ - automatic-speech-recognition
8
+ - text-to-speech
9
+ tags:
10
+ - portuguese
11
+ - brazilian-portuguese
12
+ - european-portuguese
13
+ - pt-br
14
+ - pt-pt
15
+ - speech
16
+ - audio
17
+ - asr
18
+ - tts
19
+ - podcasts
20
+ - non-commercial
21
+ size_categories:
22
+ - 1M<n<10M
23
  configs:
24
  - config_name: default
25
  data_files:
 
42
  download_size: 1212594582487
43
  dataset_size: 1763288239384
44
  ---
45
+
46
+ # TAGARELA: A Portuguese Speech Dataset From Podcasts
47
+
48
+ TAGARELA is a large-scale Portuguese speech dataset built from podcast audio and curated for speech technology research, especially Automatic Speech Recognition (ASR) and Text-to-Speech (TTS).
49
+
50
+ The dataset contains more than **8,972 hours** of Portuguese speech derived from the *Cem Mil Podcasts* collection. It includes Brazilian Portuguese and European Portuguese speech, processed through a pipeline involving audio standardization, segmentation, speaker diarization, overlap detection, transcription generation, and quality enhancement.
51
+
52
+ ## News
53
+
54
+ - **2026:** TAGARELA was published at **ICASSP 2026**.
55
+ - **2026:** TAGARELA was released publicly on Hugging Face for Portuguese speech research.
56
+
57
+ ## Dataset Details
58
+
59
+ ### Dataset Description
60
+
61
+ TAGARELA was created to reduce the resource gap for Portuguese speech technologies. While English has several large-scale speech corpora, Portuguese remains comparatively under-resourced, especially for large-scale ASR and TTS training.
62
+
63
+ The dataset provides audio-text pairs suitable for speech recognition and speech generation research. The full curated corpus contains:
64
+
65
+ - **8,972+ hours** of Portuguese speech
66
+ - **16,806 podcast episodes**
67
+ - **2,094 podcast shows**
68
+ - **13,368 distinct speakers**
69
+ - **8,130 hours** of Brazilian Portuguese (`pt-BR`)
70
+ - **842 hours** of European Portuguese (`pt-PT`)
71
+ - **6,368 hours** from male speakers
72
+ - **2,604 hours** from female speakers
73
+ - Audio segments with an average duration of approximately **9.30 ± 5.49 seconds**
74
+ - Transcriptions with an average length of approximately **27.69 ± 17.06 words**
75
+
76
+ TAGARELA includes a full subset intended for robust ASR training and a clean-speech subset of approximately **2,800 hours** intended for high-quality TTS and speech generation tasks.
77
+
78
+ ### Dataset Sources
79
+
80
+ - **Project page:** https://fredso.com.br/TAGARELA
81
+ - **arXiv:** https://arxiv.org/abs/2603.15326
82
+ - **IEEE Xplore (ICASSP 2026):** https://ieeexplore.ieee.org/document/11462137
83
+
84
+ ## Motivation
85
+
86
+ Portuguese is spoken by hundreds of millions of people but remains comparatively under-resourced in speech technology. Large-scale, public, and high-quality speech datasets are essential for training robust ASR and TTS systems. TAGARELA was created to support research and development of Portuguese speech technologies at a scale closer to major English speech corpora.
87
+
88
+ The dataset is intended to support:
89
+
90
+ - Portuguese ASR research
91
+ - Portuguese TTS research
92
+ - Speech generation research
93
+ - Robust modeling of podcast speech
94
+ - Research involving Brazilian Portuguese and European Portuguese
95
+ - Evaluation of speech models trained on large-scale Portuguese audio
96
+
97
+ ## Dataset Usage
98
+
99
+ TAGARELA is distributed through Hugging Face Datasets in Parquet format.
100
+
101
+ Because the dataset is large, streaming is recommended for most use cases.
102
+
103
+ ### Install Dependencies
104
+
105
+ ```bash
106
+ pip install datasets soundfile librosa
107
+ ```
108
+
109
+ If Hugging Face authentication is required in your environment, use:
110
+
111
+ ```bash
112
+ huggingface-cli login
113
+ ```
114
+
115
+ ### Load with Streaming
116
+
117
+ Streaming avoids downloading the full dataset before use.
118
+
119
+ ```python
120
+ from datasets import load_dataset
121
+
122
+ dataset = load_dataset(
123
+ "freds0/TAGARELA",
124
+ split="train",
125
+ streaming=True
126
+ )
127
+
128
+ sample = next(iter(dataset))
129
+
130
+ print(sample.keys())
131
+ print(sample["sentence"])
132
+ print(sample["path"])
133
+ print(sample["audio"])
134
+ ```
135
+
136
+ ### Iterate Over Samples
137
+
138
+ ```python
139
+ from datasets import load_dataset
140
+
141
+ dataset = load_dataset(
142
+ "freds0/TAGARELA",
143
+ split="train",
144
+ streaming=True
145
+ )
146
+
147
+ for i, sample in enumerate(dataset):
148
+ audio = sample["audio"]
149
+ text = sample["sentence"]
150
+
151
+ print(i)
152
+ print("Text:", text)
153
+ print("Sampling rate:", audio["sampling_rate"])
154
+ print("Audio array shape:", audio["array"].shape)
155
+
156
+ if i == 4:
157
+ break
158
+ ```
159
+
160
+ ### Load Without Decoding Audio
161
+
162
+ If you only need file paths and transcriptions, you can avoid decoding audio during iteration.
163
+
164
+ ```python
165
+ from datasets import load_dataset, Audio
166
+
167
+ dataset = load_dataset(
168
+ "freds0/TAGARELA",
169
+ split="train",
170
+ streaming=True
171
+ )
172
+
173
+ dataset = dataset.cast_column("audio", Audio(decode=False))
174
+
175
+ sample = next(iter(dataset))
176
+
177
+ print(sample["path"])
178
+ print(sample["sentence"])
179
+ print(sample["audio"])
180
+ ```
181
+
182
+ ### Download the Dataset Locally
183
+
184
+ Downloading the full dataset requires substantial disk space. The current dataset metadata reports a download size of approximately **1.21 TB** and a dataset size of approximately **1.76 TB**.
185
+
186
+ ```python
187
+ from datasets import load_dataset
188
+
189
+ dataset = load_dataset(
190
+ "freds0/TAGARELA",
191
+ split="train"
192
+ )
193
+
194
+ print(dataset)
195
+ ```
196
+
197
+ ### Use for ASR Fine-Tuning
198
+
199
+ A typical ASR fine-tuning pipeline can use the `audio` field as input and the `sentence` field as the target transcription.
200
+
201
+ ```python
202
+ from datasets import load_dataset
203
+
204
+ dataset = load_dataset(
205
+ "freds0/TAGARELA",
206
+ split="train",
207
+ streaming=True
208
+ )
209
+
210
+ for sample in dataset:
211
+ audio_array = sample["audio"]["array"]
212
+ sampling_rate = sample["audio"]["sampling_rate"]
213
+ transcription = sample["sentence"]
214
+
215
+ # Use audio_array and transcription in your ASR training pipeline.
216
+ break
217
+ ```
218
+
219
+ ### Use for TTS Training
220
+
221
+ For TTS training, use the `sentence` field as text input and the corresponding `audio` field as the target speech signal.
222
+
223
+ ```python
224
+ from datasets import load_dataset
225
+
226
+ dataset = load_dataset(
227
+ "freds0/TAGARELA",
228
+ split="train",
229
+ streaming=True
230
+ )
231
+
232
+ for sample in dataset:
233
+ text = sample["sentence"]
234
+ audio = sample["audio"]
235
+
236
+ # Use text and audio in your TTS training pipeline.
237
+ break
238
+ ```
239
+
240
+ ## Intended Uses
241
+
242
+ ### Direct Uses
243
+
244
+ TAGARELA can be used for:
245
+
246
+ - Training Portuguese ASR models
247
+ - Fine-tuning multilingual or Portuguese speech recognition models
248
+ - Training Portuguese TTS models
249
+ - Training speech generation systems
250
+ - Studying robust speech modeling from podcast audio
251
+ - Evaluating Portuguese speech models
252
+ - Research on Brazilian and European Portuguese speech
253
+ - Research on large-scale speech corpus construction
254
+ - Developing preprocessing, filtering, or quality estimation methods for podcast speech
255
+
256
+ ### Out-of-Scope Uses
257
+
258
+ TAGARELA should not be used for:
259
+
260
+ - Speaker identification of private individuals
261
+ - Speaker verification or biometric recognition
262
+ - Surveillance or tracking
263
+ - Unauthorized voice cloning
264
+ - Impersonation or deceptive synthetic media generation
265
+ - Applications that violate privacy, copyright, publicity rights, or platform terms of the original podcast sources
266
+ - High-stakes decision-making without additional validation
267
+
268
+ Users are responsible for ensuring that their use of the dataset complies with applicable laws, ethical guidelines, institutional policies, and the terms associated with the original podcast sources.
269
+
270
+ ## Dataset Structure
271
+
272
+ The dataset contains a single split:
273
+
274
+ ```python
275
+ DatasetDict({
276
+ train: Dataset({
277
+ features: ["audio", "path", "sentence"],
278
+ num_rows: 7111196
279
+ })
280
+ })
281
+ ```
282
+
283
+ ### Data Fields
284
+
285
+ - `audio`: Audio sample loaded as a Hugging Face `Audio` feature, sampled at 16 kHz.
286
+ - `path`: Path or identifier for the corresponding audio file.
287
+ - `sentence`: Text transcription associated with the audio segment.
288
+
289
+ ### Data Splits
290
+
291
+ | Split | Examples |
292
+ |---|---:|
293
+ | train | 7,111,196 |
294
+
295
+ ### Released Fields and Corpus-Level Metadata
296
+
297
+ The default Hugging Face release contains the fields `audio`, `path`, and `sentence`.
298
+
299
+ Statistics about dialect, gender, and speakers describe the corpus-level distribution and may not be available as columns in the default dataset split.
300
+
301
+ ## Dataset Creation
302
+
303
+ ### Source Data
304
+
305
+ TAGARELA was derived from the *Cem Mil Podcasts* collection, a large Portuguese podcast corpus containing more than 76,000 hours of diverse, multi-dialect Portuguese audio. The original collection contains raw podcast audio and automatically generated transcripts.
306
+
307
+ TAGARELA applies additional processing to make the data more suitable for ASR and TTS model training.
308
+
309
+ ### Dataset Subsets
310
+
311
+ | Subset | Main task | Size | Description |
312
+ |---|---:|---:|---|
313
+ | Full subset | ASR | 8,972 hours | Includes audio containing various types of disfluencies, designed for robust automatic speech recognition training. |
314
+ | Clean-speech subset | TTS | 2,800 hours | Curated speech-only subset designed for high-quality text-to-speech and speech generation tasks. |
315
+
316
+ ### Processing Pipeline
317
+
318
+ TAGARELA was created through a multi-stage processing pipeline:
319
+
320
+ 1. **Audio standardization**
321
+ Audio files were converted to FLAC format with 16 kHz sample rate, 16-bit depth, and mono channel.
322
+
323
+ 2. **Segmentation**
324
+ Long-form recordings were segmented into 5-20 second clips at natural silence points to maintain speech cohesiveness.
325
+
326
+ 3. **Speaker diarization**
327
+ The pyannote framework was applied to identify and label speech segments for each speaker individually.
328
+
329
+ 4. **Overlapping speech detection**
330
+ A Wav2Vec2-XLS-R classifier was trained to identify and discard segments with overlapping speech.
331
+
332
+ 5. **Transcription generation**
333
+ A bootstrap strategy was used with ElevenLabs Scribe for a seed corpus, followed by fine-tuning Whisper large-v3 for pseudo-labeling with quality filtering via Wav2Vec2-XLS-R agreement.
334
+
335
+ 6. **Quality enhancement**
336
+ A Vocos vocoder was repurposed as a denoiser to remove background noise, hiss, and light reverberation.
337
+
338
+ ### Annotations
339
+
340
+ The main annotation is the `sentence` transcription. These transcriptions are generated through a bootstrap ASR strategy and should be treated as large-scale ASR-generated labels rather than fully manual annotations.
341
+
342
+ ## Benchmark Results
343
+
344
+ ### Automatic Speech Recognition
345
+
346
+ Models trained on TAGARELA and evaluated on the Common Voice 17.0 Portuguese test set:
347
+
348
+ | Model | WER (%) ↓ |
349
+ |---|---:|
350
+ | Canary-1B-Flash | 7.8 |
351
+ | Distil-Whisper | 9.2 |
352
+ | Parakeet TDT | 12.3 |
353
+
354
+ ### Text-to-Speech
355
+
356
+ Models trained on the 2,800-hour clean-speech subset:
357
+
358
+ | Model | CER (%) ↓ | WER (%) ↓ | MOS ↑ |
359
+ |---|---:|---:|---:|
360
+ | Orpheus-TTS | 19.32 ± 31.64 | 26.81 ± 35.57 | 4.00 ± 0.94 |
361
+ | Chatterbox | 23.73 ± 26.17 | 31.50 ± 30.05 | 4.53 ± 0.25 |
362
+
363
+ ## Biases and Representational Considerations
364
+
365
+ TAGARELA reflects the characteristics of the podcast data from which it was derived. Users should consider the following representational factors:
366
+
367
+ - The corpus is strongly weighted toward Brazilian Portuguese, with approximately **91%** of the audio in `pt-BR` and **9%** in `pt-PT`.
368
+ - The corpus is imbalanced by speaker gender, with approximately **70%** of the audio from male speakers and **30%** from female speakers.
369
+ - Podcast content may overrepresent people, topics, speaking styles, production practices, and social groups that are more likely to publish podcasts.
370
+ - Speech style may include informal speech, spontaneous speech, disfluencies, interruptions, and domain-specific vocabulary.
371
+ - ASR-generated labels may introduce transcription biases or systematic errors from the models used in the transcription pipeline.
372
+
373
+ These factors should be considered when training, evaluating, or deploying models based on TAGARELA.
374
+
375
+ ## Limitations
376
+
377
+ TAGARELA is a large-scale automatically processed speech dataset. Users should consider the following limitations:
378
+
379
+ - Transcriptions are generated through a large-scale ASR-based transcription pipeline and may contain errors.
380
+ - Podcast audio can contain background noise, informal speech, disfluencies, interruptions, and topic variability.
381
+ - Some remaining alignment errors may affect TTS training.
382
+ - Dialect, gender, speaker, and content distributions may reflect the biases of the source podcast collection.
383
+ - The dataset may contain sensitive, personal, copyrighted, or opinionated content from podcast speech.
384
+ - The dataset should be used with care when training generative speech models.
385
+
386
+ ## Ethical Considerations
387
+
388
+ TAGARELA is based on podcast audio. Although the dataset is intended for research in speech technologies, users should consider privacy, consent, copyright, and potential misuse risks.
389
+
390
+ The dataset should not be used to build systems for speaker impersonation, unauthorized voice cloning, surveillance, biometric recognition, or deceptive synthetic media generation. Generated speech systems trained on this dataset should include safeguards against misuse.
391
+
392
+ ### Consent and Privacy
393
+
394
+ The dataset is derived from podcast speech. Speakers may not have provided direct consent for all downstream machine learning uses.
395
+
396
+ Users should treat voice data as sensitive and avoid attempts to identify, profile, contact, track, clone, or impersonate speakers.
397
+
398
+ ### Safety Considerations for Generative Models
399
+
400
+ When TAGARELA is used for speech generation or TTS research, users should include safeguards against misuse, including unauthorized voice cloning, impersonation, and deceptive synthetic media generation.
401
+
402
+ ## Distribution
403
+
404
+ TAGARELA is distributed through the Hugging Face dataset repository in Parquet format.
405
+
406
+ Redistribution and derivative releases must comply with the dataset license, **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)**.
407
+
408
+ Users creating derivatives, filtered subsets, annotations, or adapted versions should preserve attribution and distribute derivative material under the same license when required by CC BY-NC-SA 4.0.
409
+
410
+ ## Maintenance
411
+
412
+ The dataset is maintained through the TAGARELA Hugging Face repository and project page.
413
+
414
+ Users should check the project page and repository for updates, corrections, model releases, changes to documentation, or additional usage recommendations.
415
+
416
+ ## License
417
+
418
+ TAGARELA is released under the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)**.
419
+
420
+ This means users are free to share and adapt the material under the following terms:
421
+
422
+ - **Attribution:** Users must give appropriate credit, provide a link to the license, and indicate if changes were made.
423
+ - **NonCommercial:** Users may not use the material for commercial purposes.
424
+ - **ShareAlike:** If users remix, transform, or build upon the material, they must distribute their contributions under the same license.
425
+
426
+ License details: https://creativecommons.org/licenses/by-nc-sa/4.0/
427
+
428
+ ## Citation
429
+
430
+ If you use TAGARELA, please cite:
431
+
432
+ ```bibtex
433
+ @INPROCEEDINGS{11462137,
434
+ author={De Oliveira, Frederico Santos and Gris, Lucas Rafael Stefanel and Ferreira, Alef Iury Siqueira and Da Rosa, Augusto Seben and Filho, Alexandre Costa Ferro and Casanova, Edresson and Shulby, Christopher Dane and Sousa, Rafael Teixeira and Silva, Diogo Fernandes Costa and Da Silva Soares, Anderson and Filho, Arlindo Rodrigues Galvão},
435
+ booktitle={ICASSP 2026 - 2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
436
+ title={TAGARELA - A Portuguese Speech Dataset from Podcasts},
437
+ year={2026},
438
+ volume={},
439
+ number={},
440
+ pages={15517-15521},
441
+ keywords={Low earth orbit satellites;Digital audio broadcasting;Broadcasting;Filtering;Filters;Circuits and systems;Digital audio broadcasting;Internet of Things;Avatars;Communication systems;speech processing;text-to-speech;dataset;automatic-speech-recognition},
442
+ doi={10.1109/ICASSP55912.2026.11462137}
443
+ }
444
+ ```
445
+
446
+ ## Authors
447
+
448
+ Frederico Santos de Oliveira¹, Lucas Rafael Stefanel Gris², Alef Iury Siqueira Ferreira², Augusto Seben da Rosa³, Alexandre Costa Ferro Filho², Edresson Casanova⁴, Christopher Dane Shulby⁵, Rafael Teixeira Sousa¹, Diogo Fernandes Costa Silva², Anderson da Silva Soares², Arlindo Rodrigues Galvão Filho²
449
+
450
+ ¹ Federal University of Mato Grosso (UFMT)
451
+ ² Federal University of Goiás (UFG)
452
+ ³ Paulista State University (UNESP)
453
+ ⁴ NVIDIA
454
+ ⁵ Elsa Speak
455
+
456
+ ## Acknowledgements
457
+
458
+ This work has been fully funded by the project Research and Development of Algorithms for Construction of Digital Human Technological Components supported by the Advanced Knowledge Center in Immersive Technologies (AKCIT) in partnership with the Federal University of Goiás (UFG).