TAN-NTM: Topic Attention Networks for Neural Topic Modeling
Madhur Panwar, Shashank Shailabh, Milan Aggarwal, Balaji Krishnamurthy

TL;DR
TAN-NTM introduces a novel topic-aware attention mechanism in neural topic modeling that improves topic coherence and downstream task performance by integrating topic-word distribution into document encoding.
Contribution
The paper proposes a new attention mechanism that incorporates topic-word distribution into neural topic models, enhancing feature learning and interpretability.
Findings
Achieved 9-15% improvement in NPMI coherence scores.
Outperformed existing models on downstream classification tasks.
Learned more meaningful latent document-topic features.
Abstract
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…
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
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
