Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 75% Match Research Paper NLP Researchers,Data Scientists,ML Engineers,Information Retrieval Specialists 1 week ago

Topic Analysis with Side Information: A Neural-Augmented LDA Approach

graph-neural-networks › knowledge-graphs
📄 Abstract

Abstract: Traditional topic models such as Latent Dirichlet Allocation (LDA) have been widely used to uncover latent structures in text corpora, but they often struggle to integrate auxiliary information such as metadata, user attributes, or document labels. These limitations restrict their expressiveness, personalization, and interpretability. To address this, we propose nnLDA, a neural-augmented probabilistic topic model that dynamically incorporates side information through a neural prior mechanism. nnLDA models each document as a mixture of latent topics, where the prior over topic proportions is generated by a neural network conditioned on auxiliary features. This design allows the model to capture complex nonlinear interactions between side information and topic distributions that static Dirichlet priors cannot represent. We develop a stochastic variational Expectation-Maximization algorithm to jointly optimize the neural and probabilistic components. Across multiple benchmark datasets, nnLDA consistently outperforms LDA and Dirichlet-Multinomial Regression in topic coherence, perplexity, and downstream classification. These results highlight the benefits of combining neural representation learning with probabilistic topic modeling in settings where side information is available.
Authors (4)
Biyi Fang
Truong Vo
Kripa Rajshekhar
Diego Klabjan
Submitted
October 28, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

Proposes nnLDA, a neural-augmented LDA model that dynamically incorporates side information (metadata, user attributes, labels) via a neural prior. This allows for capturing complex nonlinear interactions between side information and topic distributions, overcoming limitations of static Dirichlet priors in traditional LDA.

Business Value

Enables more insightful analysis of text data by incorporating context, leading to better content recommendation, targeted marketing, and sentiment analysis.