paper-with-me

홈 › Papers

Phrase break prediction with bidirectional encoder representations in Japanese text-to-speech synthesis

2021-04-26 · Kosuke Futamata, Byeongseon Park, Ryuichi Yamamoto, Kentaro Tachibana

We propose a novel phrase break prediction method that combines implicit features extracted from a pre-trained large language model, a.k.a BERT, and explicit features extracted from BiLSTM with linguistic features. In conventional BiLSTM based methods, word representations and/or sentence representations are used as independent components. The proposed method takes account of both representations to extract the latent semantics, which cannot be captured by previous methods. The objective evaluation results show that the proposed method obtains an absolute improvement of 3.2 points for the F1 score compared with BiLSTM-based conventional methods using linguistic features. Moreover, the perceptual listening test results verify that a TTS system that applied our proposed method achieved a mean opinion score of 4.39 in prosody naturalness, which is highly competitive with the score of 4.37 for synthesized speech with ground-truth phrase breaks.

📄 PDF Abstract BibTeX arXiv:2104.12395

Code (1)

anandaswarup/phrase_break_prediction pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelSentenceSpeech Synthesistext-to-speechText to SpeechText-To-Speech Synthesis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Tanh Activation 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

An investigation of phrase break prediction in an End-to-End TTS system

2023-04-09 · Anandaswarup Vadapalli

Purpose: This work explores the use of external phrase break prediction models to enhance listener comprehension in End-to-End Text-to-Speech (TTS) systems. Methods: The effectiveness of these models is evaluated based o…

Predictiontext-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

Towards Bidirectional Hierarchical Representations for Attention-Based Neural Machine Translation

2017-07-17 · EMNLP 2017 9 · Baosong Yang, Derek F. Wong, Tong Xiao, Lidia S. Chao 외

This paper proposes a hierarchical attentional neural translation model which focuses on enhancing source-side hierarchical representations by covering both local and global semantic information using a bidirectional tre…

Machine TranslationTranslation

Quasi Bidirectional Encoder Representations from Transformers for Word Sense Disambiguation

2019-09-01 · RANLP 2019 9 · Michele Bevilacqua, Roberto Navigli

While contextualized embeddings have produced performance breakthroughs in many Natural Language Processing (NLP) tasks, Word Sense Disambiguation (WSD) has not benefited from them yet. In this paper, we introduce QBERT,…

Word Sense Disambiguation

Measuring Semantic Abstraction of Multilingual NMT with Paraphrase Recognition and Generation Tasks

2018-08-21 · WS 2019 6 · Jörg Tiedemann, Yves Scherrer

In this paper, we investigate whether multilingual neural translation models learn stronger semantic abstractions of sentences than bilingual ones. We test this hypotheses by measuring the perplexity of such models when …

DecoderNMTParaphrase GenerationTranslation