ASR Pronunciation Prediction Using Correction Feedback
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Current Automatic Speech Recognition (ASR) systems face challenges in accurately predicting pronunciations, especially for proper nouns, unfamiliar words, and varying speech contexts, leading to the need for continuous correction and updating of pronunciation models.
Innovation Solution
The method involves selecting a predicted text sample from an audio sample, receiving a correction text sample, updating the encoding of allowable pronunciations based on the predicted and correction text samples, and predicting the pronunciation of the correction text sample using the updated encoding.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If ASR systems use traditional pronunciation models, then the system structure remains simple, but the accuracy of pronunciation prediction deteriorates for proper nouns and unfamiliar words
Solution Approach 1:
The system implements feedback by using correction text samples to update the pronunciation model. When users correct predicted text, the system incorporates these corrections into the encoding of allowable pronunciations, creating a continuous improvement loop that enhances accuracy without requiring complete system redesign
Solution Approach 2:
The system performs preliminary actions by pre-computing and storing encodings of allowable pronunciations for correction text samples. This preprocessing enables faster real-time pronunciation prediction while maintaining the ability to adapt to new words and proper nouns
2Adaptability or versatility
If ASR systems maintain fixed pronunciation models, then the model structure remains stable, but the adaptability to varying speech contexts and new words deteriorates
Solution Approach 1:
The system applies dynamics by making the pronunciation model updateable and adaptable. The encoding of allowable pronunciations can be dynamically modified based on correction text samples, allowing the system to adapt to new words, proper nouns, and varying speech contexts while maintaining operational stability through structured update mechanisms
3Measurement precision
If ASR systems do not incorporate correction inputs, then the processing speed remains fast, but the pronunciation prediction accuracy deteriorates
Solution Approach 1:
The system performs preliminary actions by pre-computing encodings of allowable pronunciations during off-peak times or in the background. This allows correction incorporation without significantly impacting real-time processing speed, as the heavy computational work is done in advance
Data Source
AI summary
A method, device, and computer-readable storage medium for predicting pronunciation of a text sample. The method includes selecting a predicted text sample corresponding to an audio sample, receiving a correction text sample corresponding to the audio sample, updating an encoding of allowable pronunciations of the correction text sample based on the predicted text sample and the audio sample, the updated encoding of allowable pronunciations of the correction text sample including a pronunciation of the predicted text sample, and predicting a pronunciation of the correction text sample based on the updated encoding of allowable pronunciations of the correction text sample.


