Transformer-based segmentation of prosodic boundaries in Brazilian Portuguese

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Natural Language Processing · Depth: Expert, quick

Summary

SAMPA, a novel Whisper-based segmenter, automatically identifies and marks terminal prosodic boundaries in Brazilian Portuguese (BP) speech. This system addresses a gap where BP segmentation largely relies on rule-based or traditional machine learning methods, unlike English which benefits from recent deep learning approaches. Researchers fine-tuned Whisper large-v3 using manually segmented recordings from the NURC-SP dataset. Evaluation included various training and test-time filtering configurations, alongside out-of-distribution testing on the MuPe-Diversidades dataset. SAMPA demonstrated competitive boundary-detection performance, achieving an F1 score of 0.731 on its held-out test split and 0.796 on MuPe-Diversidades. Analyses confirmed the model utilizes morphosyntactic, semantic, and prosodic cues for accurate boundary detection.

Key takeaway

For NLP Engineers developing speech processing applications for Brazilian Portuguese, SAMPA demonstrates a robust deep learning approach for prosodic boundary segmentation. You should consider fine-tuning large pre-trained models like Whisper for similar low-resource language tasks, as this method achieves competitive F1 scores (0.731-0.796). This can significantly improve the naturalness of speech synthesis and the accuracy of automatic speech recognition systems for BP.

Key insights

SAMPA, a Whisper-based segmenter, effectively identifies prosodic boundaries in Brazilian Portuguese speech using deep learning.

Principles

Method

Fine-tune Whisper large-v3 on manually segmented speech data, then evaluate with various filtering configurations and out-of-distribution datasets.

In practice

Topics

Best for: AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.