Long-Short Range Context Neural Networks for Language Modeling
Youssef Oualil, Mittul Singh, Clayton Greenberg, Dietrich Klakow

TL;DR
This paper introduces a novel neural network architecture that separately models short and long-range context in language modeling, leading to significant perplexity improvements over existing methods.
Contribution
The paper proposes the Long-Short Range Context (LSRC) network, an adaptation of LSTM that explicitly captures and merges short and long-range dependencies for improved language modeling.
Findings
Significant perplexity reduction on PTB and LTCB datasets.
Effective modeling of both local and global linguistic contexts.
Outperforms state-of-the-art language models.
Abstract
The goal of language modeling techniques is to capture the statistical and structural properties of natural languages from training corpora. This task typically involves the learning of short range dependencies, which generally model the syntactic properties of a language and/or long range dependencies, which are semantic in nature. We propose in this paper a new multi-span architecture, which separately models the short and long context information while it dynamically merges them to perform the language modeling task. This is done through a novel recurrent Long-Short Range Context (LSRC) network, which explicitly models the local (short) and global (long) context using two separate hidden states that evolve in time. This new architecture is an adaptation of the Long-Short Term Memory network (LSTM) to take into account the linguistic properties. Extensive experiments conducted on the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMemory Network
