188宝金博页面版

  • 图案背景
  • 纯色背景
视图
标记
批注
批注本地保存成功,开通会员云端永久保存 去开通
adsuhviusa

上传于:2018-08-31

粉丝量:104

该文档贡献者很忙,什么也没留下。


  • 相关
  • 目录
  • 笔记
  • 书签

188宝金博页面版:更多相关文档

  • 算法初步-程序框图

    星级: 8 页

  • 【精品】A Unified Tagging Approach to Text Normalization

    星级: 8 页

  • a unified tagging approach to text normalization

    星级: 8 页

  • A Multilingual Text Normalization Approach

    星级: 12 页

  • Approach to Learning Process Superficial Learning and Deep Learning at Students

    星级: 5 页

  • Deep ANC A deep learning approach to active noise control

    星级: 10 页

  • A Pattern Tree-based Approach to Learning URL Normalization…

    星级: 10 页

  • A Deep Learning Approach to Unsupervised Ensemble Learning

    星级: 24 页

  • Learning how to Active Learn: A Deep Reinforcement Learning Approach

    星级: 11 页

  • Deep Learning Approaches to Text Production

    星级: 6 页

  • Learning to Rank Short Text Pairs with Convolutional Deep Neural Networks

    星级: 10 页

  • Deep Voice 3: Scaling Text-to-Speech with Convolutional Sequence Learning

    星级: 16 页

  • Deep Learning Approaches to Text Production

    星级: 201 页

  • Deep Neural Network for Learning to Rank Query-Text Pairs

    星级: 10 页

  • Deep Learning Applied to Image and Text Matching

    星级: 70 页

暂无目录

点击鼠标右键菜单,创建目录

暂无笔记

选择文本,点击鼠标右键菜单,添加笔记

暂无书签

在左侧文档中,点击鼠标右键,添加书签

188宝金博页面版: DeepNorm-A Deep Learning Approach to Text Normalization

下载积分: 500

内容提示: DeepNorm - A Deep learning approach to TextNormalizationShaurya RohatgiPennsylvania State UniversityState College, Pennsylvaniaszr207@ist.psu.eduMaryam ZarePennsylvania State UniversityState College, Pennsylvaniamuz50@psu.eduABSTRACTThis paper presents an simple yet sophisticated approachto the challenge by Sproat and Jaitly (2016) - given a largecorpus of written text aligned to its normalized spoken form,train an RNN to learn the correct normalization function.Text normalization for a token seems very st...

文档格式:PDF | 页数:7 | 浏览次数:8 | 上传日期:2018-08-31 20:48:50 | 文档星级:
DeepNorm - A Deep learning approach to TextNormalizationShaurya RohatgiPennsylvania State UniversityState College, Pennsylvaniaszr207@ist.psu.eduMaryam ZarePennsylvania State UniversityState College, Pennsylvaniamuz50@psu.eduABSTRACTThis paper presents an simple yet sophisticated approachto the challenge by Sproat and Jaitly (2016) - given a largecorpus of written text aligned to its normalized spoken form,train an RNN to learn the correct normalization function.Text normalization for a token seems very straightforwardwithout it’s context. But given the context of the used tokenand then normalizing becomes tricky for some classes. Wepresent a novel approach in which the prediction of ourclassif i cation algorithm is used by our sequence to sequencemodel to predict the normalized text of the input token. Ourapproach takes very less time to learn and perform wellunlike what has been reported by Google (5 days on theirGPU cluster). We have achieved an accuracy of 97.62 whichis impressive given the resources we use. Our approach isusing the best of both worlds, gradient boosting - state ofthe art in most classif i cation tasks and sequence to sequencelearning - state of the art in machine translation. We presentour experiments and report results with various parametersettings.KEYWORDSencoder-decoder framework, deep learning, text normaliza-tion1 INTRODUCTIONWithin the last few years a major shift has taken place inspeech and language technology: the f i eld has been takenover by deep learning approaches. For example, at a recentNAACL conference well more than half the papers related insome way to word embeddings or deep or recurrent neuralnetworks. This change is surely justif i ed by the impressiveperformance gains to be had by deep learning, somethingthat has been demonstrated in a range of areas from imageprocessing, handwriting recognition, acoustic modeling inautomatic speech recognition (ASR), parametric speech syn-thesis for text-to-speech (TTS), machine translation, parsing,IST 597-003 Fall’17, December 2017, State College, PA, USA© 2018 Copyright held by the owner/author(s).ACM ISBN 123-4567-24-567/08/06...$15.00https://doi.org/10.475/123_4and go playing to name but a few. While various approacheshave been taken and some NN architectures have surelybeen carefully designed for the specif i c task, there is alsoa widespread feeling that with deep enough architectures,and enough data, one can simply feed the data to one’s NNand have it learn the necessary function. In this paper wepresent an example of an application that is unlikely to beamenable to such a "turn- the-crank" approach. The exampleis text normalization, specif i cally in the sense of a systemthat converts from a written representation of a text into arepresentation of how that text is to be read aloud. The tar-get applications are TTS and ASR - in the latter case mostlyfor generating language modeling data from raw writtentext. This problem, while often considered mundane, is infact very important, and a major source of degradation ofperceived quality in TTS systems in particular can be tracedto problems with text normalization.We start by describing the prior work in this area, whichincludes use of RNNs in text normalization. We describe thedataset provided by Google and Kaggle and then we discussour approach and experiments1we performed with dif f erentNeural Network architectures.2 RELATED WORKText normalization has a long history in speech technology,dating back to the earliest work on full TTS synthesis (Allenetal.,1987).Sproat(1996)providedaunifyingmodelformosttext normalization problems in terms of weighted f i nite-statetransducers (WFSTs). The f i rst work to treat the problem oftext normalization as essentially a language modeling prob-lem was (Sproat et al., 2001 ) . More recent machine learningwork specif i cally addressed to TTS text normalization in-clude (Sproat, 2010; Roark and Sproat, 2014; Sproat and Hall,2014).In the last few years there has been a lot of work thatfocuses on social media (Xia et al., 2006; Choudhury et al.,2007;Kobusetal.,2008;Beaufortetal.,2010;Kaufmann,2010;Liuetal.,2011;PennellandLiu,2011;AwandLee,2012;Liuetal., 2012a; Liu et al., 2012b; Hassan and Menezes, 2013; Yangand Eisenstein, 2013). This work tends to focus on dif f erentproblems from those of TTS: on the one hand one, in social1 https://github.com/shauryr/google_text_normalizationarXiv:1712.06994v1 [cs.CL] 17 Dec 2017

188宝金博页面版:关注我们

  • 新浪微博

关注188宝金博页面版公众号

188宝金博页面版
阅读
APP
阅读
返回
顶部
188宝金博页面版官网登录在线平台入口(2026已更新)—江苏协昌电子科技股份有限公司