paper-with-me

Papers

Syntactic representation learning for neural network based TTS with syntactic parse tree traversal

2020-12-13 · Changhe Song, Jingbei Li, Yixuan Zhou, Zhiyong Wu, Helen Meng

Syntactic structure of a sentence text is correlated with the prosodic structure of the speech that is crucial for improving the prosody and naturalness of a text-to-speech (TTS) system. Nowadays TTS systems usually try to incorporate syntactic structure information with manually designed features based on expert knowledge. In this paper, we propose a syntactic representation learning method based on syntactic parse tree traversal to automatically utilize the syntactic structure information. Two constituent label sequences are linearized through left-first and right-first traversals from constituent parse tree. Syntactic representations are then extracted at word level from each constituent label sequence by a corresponding uni-directional gated recurrent unit (GRU) network. Meanwhile, nuclear-norm maximization loss is introduced to enhance the discriminability and diversity of the embeddings of constituent labels. Upsampled syntactic representations and phoneme embeddings are concatenated to serve as the encoder input of Tacotron2. Experimental results demonstrate the effectiveness of our proposed approach, with mean opinion score (MOS) increasing from 3.70 to 3.82 and ABX preference exceeding by 17% compared with the baseline. In addition, for sentences with multiple syntactic parse trees, prosodic differences can be clearly perceived from the synthesized speeches.

📄 PDF Abstract BibTeX arXiv:2012.06971

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityRepresentation LearningSentencetext-to-speechText to Speech

Similar Papers 제목 키워드 기반

Does Traversal Order Matter? A Systematic Study of Tree Traversal Methods in Transformer Grammars

2026-06-15 · Zongru Liu, Pengyu Ji, Pengcheng Wang, Kewei Tu arxiv

Transformer Grammars (TGs) enhance language modeling by incorporating syntactic tree structures. Despite the potentially significant impact on model performance of how syntactic trees are linearized in TGs, existing stud…

You Only Need Attention to Traverse Trees

2019-07-01 · ACL 2019 7 · Mahtab Ahmed, Muhammad Rifayat Samee, Robert E. Mercer

In recent NLP research, a topic of interest is universal sentence encoding, sentence representations that can be used in any supervised task. At the word sequence level, fully attention-based models suffer from two probl…

Sentence

Parser Extraction of Triples in Unstructured Text

2018-11-06 · Shaun D'Souza

The web contains vast repositories of unstructured text. We investigate the opportunity for building a knowledge graph from these text sources. We generate a set of triples which can be used in knowledge gathering and in…

ObjectPOSQuestion Answering

Exploiting Syntactic Structure for Better Language Modeling: A Syntactic Distance Approach

2020-05-12 · ACL 2020 6 · Wenyu Du, Zhouhan Lin, Yikang Shen, Timothy J. O'Donnell 외

It is commonly believed that knowledge of syntactic structure should improve language modeling. However, effectively and computationally efficiently incorporating syntactic structure into neural language models has been …

Language ModelingLanguage Modelling

Semantic Role Labeling with Heterogeneous Syntactic Knowledge

2020-12-01 · COLING 2020 8 · Qingrong Xia, Rui Wang, Zhenghua Li, Yue Zhang 외

Recently, due to the interplay between syntax and semantics, incorporating syntactic knowledge into neural semantic role labeling (SRL) has achieved much attention. Most of the previous syntax-aware SRL works focus on ex…

Semantic Role Labeling