Date: April 2025
Platform: ChatGPT Mobile App (Android)
This document summarizes observed issues in the Korean speech recognition function of the ChatGPT mobile app and suggests concrete improvements based on linguistic and UX principles. The feedback was submitted directly to OpenAI, and a response was received acknowledging the value of the suggestions and forwarding them to the development team.
- Longer Korean utterances are often truncated or cut off during voice-to-text conversion.
- Sentences are frequently dropped mid-phrase.
- Words unrelated to the spoken context appear in the transcribed text.
- Recognized output often breaks grammatical or idiomatic consistency, particularly in Korean.
- Output fails to reflect natural spoken Korean, especially in casual or semi-formal tones.
- Speech patterns with topic-prominent structures are misinterpreted or poorly segmented.
- Increase buffer length or implement dynamic buffering to accommodate long utterances.
- Avoid premature cut-off by using prosodic cues or silence detection thresholds.
- Add a postprocessing layer trained specifically on Korean utterance-final particles and sentence-ending structures.
- Integrate topic-comment modeling to better capture Korean syntax and ellipsis phenomena.
- Incorporate more conversational Korean data with various register levels.
- Ensure inclusion of:
- Casual speech (반말)
- Mixed-formality contexts
- Code-switching (e.g., Korean-English hybrid speech)
Improving Korean voice recognition in the ChatGPT app can lead to:
- Higher user satisfaction in Korean-speaking regions
- Better accessibility for speech-based users
- Broader multilingual adoption and global usability
✅ OpenAI Response (April 2025):
Your suggestions for improving buffer handling, adding context-aware postprocessing, and enriching the Korean training data with more conversational examples are well-noted. These are important areas for us to consider as we aim to enhance the app's accuracy and usability for all users, including those speaking Korean and other languages.
Please know that your feedback has been forwarded to our development team for review.
- 🔗 Original Notion Version
- 📸 Screenshot available upon request