Larger-Context Language Modelling
Tian Wang, Kyunghyun Cho

TL;DR
This paper introduces a larger-context language model that incorporates discourse information using a late fusion approach with LSTM units, improving perplexity and capturing document themes more effectively.
Contribution
The paper proposes a novel late fusion method for LSTM-based language models to incorporate corpus-level context, enhancing language modeling performance.
Findings
Significant perplexity reduction across three corpora.
Late fusion outperforms traditional input augmentation methods.
Content words benefit most from increased context.
Abstract
In this work, we propose a novel method to incorporate corpus-level discourse information into language modelling. We call this larger-context language model. We introduce a late fusion approach to a recurrent language model based on long short-term memory units (LSTM), which helps the LSTM unit keep intra-sentence dependencies and inter-sentence dependencies separate from each other. Through the evaluation on three corpora (IMDB, BBC, and PennTree Bank), we demon- strate that the proposed model improves perplexity significantly. In the experi- ments, we evaluate the proposed approach while varying the number of context sentences and observe that the proposed late fusion is superior to the usual way of incorporating additional inputs to the LSTM. By analyzing the trained larger- context language model, we discover that content words, including nouns, adjec- tives and verbs, benefit most…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
