CLLGMLNov 12, 2015

Document Context Language Models

arXiv:1511.03962v485 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for more coherent language models in natural language processing, though it is incremental as it builds on existing recurrent neural network approaches.

The authors tackled the problem of language models ignoring discourse structure by introducing Document-Context Language Models (DCLM), which incorporate contextual information within and beyond sentences, resulting in slightly better predictive likelihoods and considerably better assessments of document coherence compared to word-level recurrent neural network models.

Text documents are structured on multiple levels of detail: individual words are related by syntax, but larger units of text are related by discourse structure. Existing language models generally fail to account for discourse structure, but it is crucial if we are to have language models that reward coherence and generate coherent texts. We present and empirically evaluate a set of multi-level recurrent neural network language models, called Document-Context Language Models (DCLM), which incorporate contextual information both within and beyond the sentence. In comparison with word-level recurrent neural network language models, the DCLM models obtain slightly better predictive likelihoods, and considerably better assessments of document coherence.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes