paper-with-me

홈 › Papers

FullStop:Punctuation and Segmentation Prediction for Dutch with Transformers

2023-01-09 · Vincent Vandeghinste, Oliver Guhr

When applying automated speech recognition (ASR) for Belgian Dutch (Van Dyck et al. 2021), the output consists of an unsegmented stream of words, without any punctuation. A next step is to perform segmentation and insert punctuation, making the ASR output more readable and easy to manually correct. As far as we know there is no publicly available punctuation insertion system for Dutch that functions at a usable level. The model we present here is an extension of the models of Guhr et al. (2021) for Dutch and is made publicly available. We trained a sequence classification model, based on the Dutch language model RobBERT (Delobelle et al. 2020). For every word in the input sequence, the models predicts a punctuation marker that follows the word. We have also extended a multilingual model, for cases where the language is unknown or where code switching applies. When performing the task of segmentation, the application of the best models onto out of domain test data, a sliding window of 200 words of the ASR output stream is sent to the classifier, and segmentation is applied when the system predicts a segmenting punctuation sign with a ratio above threshold. Results show to be much better than a machine translation baseline approach.

📄 PDF Abstract BibTeX arXiv:2301.03319

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingMachine TranslationPredictionSegmentationspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Evaluating OpenAI's Whisper ASR for Punctuation Prediction and Topic Modeling of life histories of the Museum of the Person

2023-05-23 · Lucas Rafael Stefanel Gris, Ricardo Marcacini, Arnaldo Candido Junior, Edresson Casanova 외

Automatic speech recognition (ASR) systems play a key role in applications involving human-machine interactions. Despite their importance, ASR models for the Portuguese language proposed in the last decade have limitatio…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Streaming Punctuation for Long-form Dictation with Transformers

2022-10-11 · Piyush Behre, Sharman Tan, Padma Varadharajan, Shuangyu Chang

While speech recognition Word Error Rate (WER) has reached human parity for English, long-form dictation scenarios still suffer from segmentation and punctuation problems resulting from irregular pausing patterns or slow…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)FormMachine Translation+3

Punctuation Prediction for Polish Texts using Transformers

2024-10-06 · Jakub Pokrywka

Speech recognition systems typically output text lacking punctuation. However, punctuation is crucial for written text comprehension. To tackle this problem, Punctuation Prediction models are developed. This paper descri…

PredictionReading Comprehensionspeech-recognitionSpeech Recognition

Multi-Layer Discourse Annotation of a Dutch Text Corpus

2012-05-01 · LREC 2012 5 · Gisela Redeker, Ildik{\'o} Berzl{\'a}novich, Nynke van der Vliet, Gosse Bouma 외

We have compiled a corpus of 80 Dutch texts from expository and persuasive genres, which we annotated for rhetorical and genre-specific discourse structure, and lexical cohesion with the goal of creating a gold standard …

SegmentationText Segmentation

Emotional RobBERT and Insensitive BERTje: Combining Transformers and Affect Lexica for Dutch Emotion Detection

2021-04-01 · EACL (WASSA) 2021 4 · Luna De Bruyne, Orphee De Clercq, Veronique Hoste

In a first step towards improving Dutch emotion detection, we try to combine the Dutch transformer models BERTje and RobBERT with lexicon-based methods. We propose two architectures: one in which lexicon information is d…

Language ModelingLanguage ModellingMeta-Learning