Contextual LSTM (CLSTM) models for Large scale NLP tasks
Shalini Ghosh, Oriol Vinyals, Brian Strope, Scott Roy, Tom Dean, Larry, Heck

TL;DR
This paper introduces CLSTM, an extension of LSTM that incorporates hierarchical contextual features like topics, significantly improving NLP task performance such as word prediction and sentence selection across large datasets.
Contribution
The paper presents CLSTM, a novel hierarchical LSTM model that integrates contextual information, demonstrating substantial performance gains over standard LSTM models in NLP tasks.
Findings
Performance improvements of 21% and 18% in accuracy for next sentence selection on Wikipedia and Google News datasets.
Incorporating hierarchical context like topics enhances NLP model effectiveness.
CLSTM outperforms baseline LSTM models across multiple NLP tasks.
Abstract
Documents exhibit sequential structure at multiple levels of abstraction (e.g., sentences, paragraphs, sections). These abstractions constitute a natural hierarchy for representing the context in which to infer the meaning of words and larger fragments of text. In this paper, we present CLSTM (Contextual LSTM), an extension of the recurrent neural network LSTM (Long-Short Term Memory) model, where we incorporate contextual features (e.g., topics) into the model. We evaluate CLSTM on three specific NLP tasks: word prediction, next sentence selection, and sentence topic prediction. Results from experiments run on two corpora, English documents in Wikipedia and a subset of articles from a recent snapshot of English Google News, indicate that using both words and topics as features improves performance of the CLSTM models over baseline LSTM models for these tasks. For example on the next…
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 · Multimodal Machine Learning Applications
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
