Papers › Recurrent Highway Networks

Recurrent Highway Networks

12 Jul 2016ICML 2017 8arXiv:1607.03474archive 2025-07-28

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 Long Short-Term Memory (LSTM) networks. We introduce a novel theoretical analysis of recurrent networks based on Gersgorin's circle theorem that illuminates several modeling and optimization issues and improves our understanding of the LSTM cell. Based on this analysis we propose Recurrent Highway Networks, which extend the LSTM architecture to allow step-to-step transition depths larger than one. Several language modeling experiments demonstrate that the proposed architecture results in powerful and efficient models. On the Penn Treebank corpus, solely increasing the transition depth from 1 to 10 improves word-level perplexity from 90.6 to 65.4 using the same number of parameters. On the larger Wikipedia datasets for character prediction (text8 and enwik8), RHNs outperform all previous results and achieve an entropy of 1.27 bits per character.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1607.03474")

Code

Syntology Ran 1 of 5 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

By repository: official repository: 3 samples from 1 repository, 0 ran; community (archive-listed): 2 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

julian121266/RecurrentHighwayNetworks officialmentioned in papermentioned on GitHubtfMIT report
davidsvaughn/dts-tf mentioned on GitHubtf report
jzilly/RecurrentHighwayNetworks mentioned on GitHubtf report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

5 samples harvested; 1 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
4unverified

Licence: 0 of the 5 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

hutter_raw_data julian121266/RecurrentHighwayNetworks/theano_data.py official repository unverified MIT (permissive) · 6a69d00503759095 · report
linear julian121266/RecurrentHighwayNetworks/rhn.py official repository unverified MIT (permissive) · 8d9ff9ce8321b114 · report
ptb_raw_data julian121266/RecurrentHighwayNetworks/theano_data.py official repository unverified MIT (permissive) · 65745cdcd83aced6 · report
get_noise jzilly/RecurrentHighwayNetworks/rhn_train.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 707c42ff0294c173 · report
get_data jzilly/RecurrentHighwayNetworks/rhn_train.py community (archive-listed) unverified MIT (permissive) · 1830fedb612f3096 · report

Tasks

Language ModelingLanguage Modelling

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Language Modelling Hutter Prize Large RHN Bit per Character (BPC) 1.27 #16 of 18 Archive leaderboard report
Language Modelling Hutter Prize Large RHN Number of params 46M #16 of 18 Archive leaderboard report
Language Modelling Hutter Prize RHN - depth 5 [zilly2016recurrent] Bit per Character (BPC) 1.31 #18 of 18 Archive leaderboard report
Language Modelling Penn Treebank (Word Level) Recurrent highway networks Params 23M #33 of 43 Archive leaderboard report
Language Modelling Penn Treebank (Word Level) Recurrent highway networks Test perplexity 65.4 #33 of 43 Archive leaderboard report
Language Modelling Penn Treebank (Word Level) Recurrent highway networks Validation perplexity 67.9 #33 of 43 Archive leaderboard report
Language Modelling Text8 Large RHN Bit per Character (BPC) 1.27 #17 of 24 Archive leaderboard report
Language Modelling Text8 Large RHN Number of params 46M #17 of 24 Archive leaderboard report
Language Modelling enwik8 Recurrent Highway Networks Bit per Character (BPC) 1.27 #36 of 42 Archive leaderboard report
Language Modelling enwik8 Recurrent Highway Networks Number of params 46M #36 of 42 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

LSTMSigmoid ActivationTanh Activation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections