CLDec 2, 2020

TAN-NTM: Topic Attention Networks for Neural Topic Modeling

arXiv:2012.01524v2712 citations
Originality Highly original
AI Analysis

This work provides a significant improvement in topic coherence and latent document-topic features for researchers and practitioners working with neural topic modeling, enabling better text representation and insight.

The paper introduces TAN-NTM, a framework that processes documents as sequences of tokens through an LSTM and uses a novel topic-aware attention mechanism. This approach improves NPMI coherence scores by 9-15% over existing state-of-the-art topic models on datasets like 20Newsgroups, Yelp Review Polarity, and AGNews.

Topic models have been widely used to learn text representations and gain insight into document corpora. To perform topic discovery, most existing neural models either take document bag-of-words (BoW) or sequence of tokens as input followed by variational inference and BoW reconstruction to learn topic-word distribution. However, leveraging topic-word distribution for learning better features during document encoding has not been explored much. To this end, we develop a framework TAN-NTM, which processes document as a sequence of tokens through a LSTM whose contextual outputs are attended in a topic-aware manner. We propose a novel attention mechanism which factors in topic-word distribution to enable the model to attend on relevant words that convey topic related cues. The output of topic attention module is then used to carry out variational inference. We perform extensive ablations and experiments resulting in ~9-15 percentage improvement over score of existing SOTA topic models in NPMI coherence on several benchmark datasets - 20Newsgroups, Yelp Review Polarity and AGNews. Further, we show that our method learns better latent document-topic features compared to existing topic models through improvement on two downstream tasks: document classification and topic guided keyphrase generation.

Foundations

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

Your Notes