paper-with-me

Papers

End to End ASR System with Automatic Punctuation Insertion

2020-12-03 · Yushi Guan

Recent Automatic Speech Recognition systems have been moving towards end-to-end systems that can be trained together. Numerous techniques that have been proposed recently enabled this trend, including feature extraction with CNNs, context capturing and acoustic feature modeling with RNNs, automatic alignment of input and output sequences using Connectionist Temporal Classifications, as well as replacing traditional n-gram language models with RNN Language Models. Historically, there has been a lot of interest in automatic punctuation in textual or speech to text context. However, there seems to be little interest in incorporating automatic punctuation into the emerging neural network based end-to-end speech recognition systems, partially due to the lack of English speech corpus with punctuated transcripts. In this study, we propose a method to generate punctuated transcript for the TEDLIUM dataset using transcripts available from ted.com. We also propose an end-to-end ASR system that outputs words and punctuations concurrently from speech signals. Combining Damerau Levenshtein Distance and slot error rate into DLev-SER, we enable measurement of punctuation error rate when the hypothesis text is not perfectly aligned with the reference. Compared with previous methods, our model reduces slot error rate from 0.497 to 0.341.

📄 PDF Abstract BibTeX arXiv:2012.02012

Code (1)

GavinGuan95/Punctuator.Pytorch 공식 구현 pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech RecognitionSpeech-to-Text

Similar Papers 제목 키워드 기반

Efficient Punctuation Restoration via Weighted Lookahead Scoring Method for Streaming ASR Systems

2026-04-18 · Sungmook Woo, Hyungu Kang, Chanwoo Kim arxiv

Punctuation restoration improves ASR (Automatic Speech Recognition) readability. However streaming ASR requires online decisions with limited future context. In streaming ASR, the system predicts punctuation incrementall…

Speech Recognition

Domain-independent Punctuation and Segmentation Insertion

2017-12-01 · IWSLT 2017 12 · Eunah Cho, Jan Niehues, Alex Waibel

Punctuation and segmentation is crucial in spoken language translation, as it has a strong impact to translation performance. However, the impact of rare or unknown words in the performance of punctuation and segmentatio…

Machine TranslationPOSSegmentationTranslation

PersianPunc: A Large-Scale Dataset and BERT-Based Approach for Persian Punctuation Restoration

2026-03-05 · Mohammad Javad Ranjbar Kalahroodi, Heshaam Faili, Azadeh Shakery arxiv

Punctuation restoration is essential for improving the readability and downstream utility of automatic speech recognition (ASR) outputs, yet remains underexplored for Persian despite its importance. We introduce PersianP…

Speech Recognition

Data Processing for Optimizing Naturalness of Vietnamese Text-to-speech System

2020-04-20 · Viet Lam Phung, Phan Huy Kinh, Anh Tuan Dinh, Quoc Bao Nguyen

Abstract End-to-end text-to-speech (TTS) systems has proved its great success in the presence of a large amount of high-quality training data recorded in anechoic room with high-quality microphone. Another approach is to…

text-to-speechText to Speech

Duration-aware pause insertion using pre-trained language model for multi-speaker text-to-speech

2023-02-27 · Dong Yang, Tomoki Koriyama, Yuki Saito, Takaaki Saeki 외

Pause insertion, also known as phrase break prediction and phrasing, is an essential part of TTS systems because proper pauses with natural duration significantly enhance the rhythm and intelligibility of synthetic speec…

Language ModelingLanguage ModellingPredictionRhythm+2