paper-with-me

Papers

Language Modeling with Recurrent Highway Hypernetworks

2017-12-01 · NeurIPS 2017 12 · Joseph Suarez

We present extensive experimental and theoretical support for the efficacy of recurrent highway networks (RHNs) and recurrent hypernetworks complimentary to the original works. Where the original RHN work primarily provides theoretical treatment of the subject, we demonstrate experimentally that RHNs benefit from far better gradient flow than LSTMs in addition to their improved task accuracy. The original hypernetworks work presents detailed experimental results but leaves several theoretical issues unresolved--we consider these in depth and frame several feasible solutions that we believe will yield further gains in the future. We demonstrate that these approaches are complementary: by combining RHNs and hypernetworks, we make a significant improvement over current state-of-the-art character-level language modeling performance on Penn Treebank while relying on much simpler regularization. Finally, we argue for RHNs as a drop-in replacement for LSTMs (analogous to LSTMs for vanilla RNNs) and for hypernetworks as a de-facto augmentation (analogous to attention) for recurrent architectures.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Highway networks There is plenty of theoretical and empirical evidence that depth of neural networks is a crucial ingredient for their success. However, network training becomes more difficult…

Similar Papers 제목 키워드 기반

Early Improving Recurrent Elastic Highway Network

2017-08-14 · Hyunsin Park, Chang D. Yoo

To model time-varying nonlinear temporal dynamics in sequential data, a recurrent network capable of varying and adjusting the recurrence depth between input intervals is examined. The recurrence depth is extended by sev…

Activity RecognitionHuman Activity RecognitionLanguage ModelingLanguage Modelling

HyperNetworks

2016-09-27 · David Ha, Andrew Dai, Quoc V. Le

This work explores hypernetworks: an approach of using a one network, also known as a hypernetwork, to generate the weights for another network. Hypernetworks provide an abstraction that is similar to what is found in na…

Handwriting generationLanguage ModellingMachine TranslationTranslation

Recurrent Highway Networks

2016-07-12 · ICML 2017 8 · Julian Georg Zilly, Rupesh Kumar Srivastava, Jan Koutník, Jürgen Schmidhuber

Many sequential processing tasks require complex nonlinear transition functions from one step to the next. However, recurrent neural networks with 'deep' transition functions remain difficult to train, even when using Lo…

Language ModelingLanguage Modelling

Learning Multi-Level Information for Dialogue Response Selection by Highway Recurrent Transformer

2019-03-21 · Ting-Rui Chiang, Chao-Wei Huang, Shang-Yu Su, Yun-Nung Chen

With the increasing research interest in dialogue response generation, there is an emerging branch formulating this task as selecting next sentences, where given the partial dialogue contexts, the goal is to determine th…

Response GenerationSentence

Recurrent Highway Networks with Grouped Auxiliary Memory

2019-12-13 · IEEE Access 2019 12 · Wei Luo ; Feng Yu

Recurrent neural networks (RNNs) are challenging to train, let alone those with deep spatial structures. Architectures built upon highway connections such as Recurrent Highway Network (RHN) were developed to allow larger…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+2