pith. sign in

arxiv: 1611.01702 · v2 · pith:DF25UC25new · submitted 2016-11-05 · 💻 cs.CL · cs.AI· cs.LG· stat.ML

TopicRNN: A Recurrent Neural Network with Long-Range Semantic Dependency

classification 💻 cs.CL cs.AIcs.LGstat.ML
keywords semantictopicrnnlatentdependenciesdocumentgloballong-rangemodel
0
0 comments X
read the original abstract

In this paper, we propose TopicRNN, a recurrent neural network (RNN)-based language model designed to directly capture the global semantic meaning relating words in a document via latent topics. Because of their sequential nature, RNNs are good at capturing the local structure of a word sequence - both semantic and syntactic - but might face difficulty remembering long-range dependencies. Intuitively, these long-range dependencies are of semantic nature. In contrast, latent topic models are able to capture the global underlying semantic structure of a document but do not account for word ordering. The proposed TopicRNN model integrates the merits of RNNs and latent topic models: it captures local (syntactic) dependencies using an RNN and global (semantic) dependencies using latent topics. Unlike previous work on contextual RNN language modeling, our model is learned end-to-end. Empirical results on word prediction show that TopicRNN outperforms existing contextual RNN baselines. In addition, TopicRNN can be used as an unsupervised feature extractor for documents. We do this for sentiment analysis on the IMDB movie review dataset and report an error rate of $6.28\%$. This is comparable to the state-of-the-art $5.91\%$ resulting from a semi-supervised approach. Finally, TopicRNN also yields sensible topics, making it a useful alternative to document models such as latent Dirichlet allocation.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Deep Conversational Recommender in Travel

    cs.CL 2019-06 unverdicted novelty 3.0

    DCR augments seq2seq with latent topics for topic control, GCN for venue matching, and pointer networks for response generation, reporting superior performance over baselines on a multi-turn travel dialog dataset.