Larger-Context Language Modelling (1511.03729v2)
Abstract: In this work, we propose a novel method to incorporate corpus-level discourse information into LLMling. We call this larger-context LLM. We introduce a late fusion approach to a recurrent LLM 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 LLM, we discover that content words, including nouns, adjec- tives and verbs, benefit most from an increasing number of context sentences. This analysis suggests that larger-context LLM improves the unconditional LLM by capturing the theme of a document better and more easily.
- Tian Wang (77 papers)
- Kyunghyun Cho (292 papers)