paper-with-me

홈 › Papers

Neural Text Normalization with Subword Units

2019-06-01 · NAACL 2019 6 · Courtney Mansfield, Ming Sun, Yuzong Liu, G, Ankur he, Bj{\"o}rn Hoffmeister

Text normalization (TN) is an important step in conversational systems. It converts written text to its spoken form to facilitate speech recognition, natural language understanding and text-to-speech synthesis. Finite state transducers (FSTs) are commonly used to build grammars that handle text normalization. However, translating linguistic knowledge into grammars requires extensive effort. In this paper, we frame TN as a machine translation task and tackle it with sequence-to-sequence (seq2seq) models. Previous research focuses on normalizing a word (or phrase) with the help of limited word-level context, while our approach directly normalizes full sentences. We find subword models with additional linguistic features yield the best performance (with a word error rate of 0.17{\%}).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNatural Language Understandingspeech-recognitionSpeech RecognitionSpeech SynthesisText Normalizationtext-to-speechText to SpeechText-To-Speech SynthesisTranslation

Similar Papers 제목 키워드 기반

Hybrid CTC-Attention based End-to-End Speech Recognition using Subword Units

2018-07-13 · Zhangyu Xiao, Zhijian Ou, Wei Chu, Hui Lin

In this paper, we present an end-to-end automatic speech recognition system, which successfully employs subword units in a hybrid CTC-Attention based system. The subword units are obtained by the byte-pair encoding (BPE)…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2

Neural Named Entity Recognition from Subword Units

2018-08-22 · Abdalghani Abujabal, Judith Gaspers

Named entity recognition (NER) is a vital task in spoken language understanding, which aims to identify mentions of named entities in text e.g., from transcribed speech. Existing neural models for NER rely mostly on dedi…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Acoustic Data-Driven Subword Modeling for End-to-End Speech Recognition

2021-04-19 · Wei Zhou, Mohammad Zeineldeen, Zuoyun Zheng, Ralf Schlüter 외

Subword units are commonly used for end-to-end automatic speech recognition (ASR), while a fully acoustic-oriented subword modeling approach is somewhat missing. We propose an acoustic data-driven subword modeling (ADSM)…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Segmentationspeech-recognition+2

Improving Neural Machine Translation by Incorporating Hierarchical Subword Features

2018-08-01 · COLING 2018 8 · Makoto Morishita, Jun Suzuki, Masaaki Nagata

This paper focuses on subword-based Neural Machine Translation (NMT). We hypothesize that in the NMT model, the appropriate subword units for the following three modules (layers) can differ: (1) the encoder embedding lay…

DecoderMachine TranslationNMTTranslation

Subword and Crossword Units for CTC Acoustic Models

2017-12-19 · Thomas Zenkel, Ramon Sanabria, Florian Metze, Alex Waibel

This paper proposes a novel approach to create an unit set for CTC based speech recognition systems. By using Byte Pair Encoding we learn an unit set of an arbitrary size on a given training text. In contrast to using ch…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition