paper-with-me

Papers

Goodness of Pronunciation Pipelines for OOV Problem

2022-09-08 · Ankit Grover

In the following report we propose pipelines for Goodness of Pronunciation (GoP) computation solving OOV problem at testing time using Vocab/Lexicon expansion techniques. The pipeline uses different components of ASR system to quantify accent and automatically evaluate them as scores. We use the posteriors of an ASR model trained on native English speech, along with the phone level boundaries to obtain phone level pronunciation scores. We used this as a baseline pipeline and implemented methods to remove UNK and SPN phonemes in the GoP output by building three pipelines. The Online, Offline and Hybrid pipeline which returns the scores but also can prevent unknown words in the final output. The Online method is based per utterance, Offline method pre-incorporates a set of OOV words for a given data set and the Hybrid method combines the above two ideas to expand the lexicon as well work per utterance. We further provide utilities such as the Phoneme to posterior mappings, GoP scores of each utterance as a vector, and Word boundaries used in the GoP pipeline for use in future research.

📄 PDF Abstract BibTeX arXiv:2209.03787

Code (1)

Agrover112/Goodness-of-Pronunciation-Pipelines-for-OOV-Problem 공식 구현

Tasks

Accented Speech RecognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Context-aware Goodness of Pronunciation for Computer-Assisted Pronunciation Training

2020-08-19

Mispronunciation detection is an essential component of the Computer-Assisted Pronunciation Training (CAPT) systems. State-of-the-art mispronunciation detection models use Deep Neural Networks (DNN) for acoustic modeling…

Sentence

Predicting disordered speech comprehensibility from Goodness of Pronunciation scores

2015-09-01 · WS 2015 9 · Lionel Fontan, Thomas Pellegrini, Julia Olcoz, Alberto Abad
Speech Recognition

Speech Intelligibility Assessment of Dysarthric Speech by using Goodness of Pronunciation with Uncertainty Quantification

2023-05-28 · Eun Jung Yeo, Kwanghee Choi, Sunhee Kim, Minhwa Chung

This paper proposes an improved Goodness of Pronunciation (GoP) that utilizes Uncertainty Quantification (UQ) for automatic speech intelligibility assessment for dysarthric speech. Current GoP methods rely heavily on neu…

Uncertainty Quantification

Transformer-Based Multi-Aspect Multi-Granularity Non-Native English Speaker Pronunciation Assessment

2022-05-06 · Yuan Gong, Ziyi Chen, Iek-Heng Chu, Peng Chang 외

Automatic pronunciation assessment is an important technology to help self-directed language learners. While pronunciation quality has multiple aspects including accuracy, fluency, completeness, and prosody, previous eff…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Multi-Task LearningPhone-level pronunciation scoring+4

Segmentation-free Goodness of Pronunciation

2025-07-18 · Xinwei Cao, Zijian Fan, Torbjørn Svendsen, Giampiero Salvi arxiv

Mispronunciation detection and diagnosis (MDD) is a significant part in modern computer-aided language learning (CALL) systems. Most systems implementing phoneme-level MDD through goodness of pronunciation (GOP), however…