paper-with-me

홈 › Papers

Discovering topics with neural topic models built from PLSA assumptions

2019-11-25 · Sileye 0. Ba

In this paper we present a model for unsupervised topic discovery in texts corpora. The proposed model uses documents, words, and topics lookup table embedding as neural network model parameters to build probabilities of words given topics, and probabilities of topics given documents. These probabilities are used to recover by marginalization probabilities of words given documents. For very large corpora where the number of documents can be in the order of billions, using a neural auto-encoder based document embedding is more scalable then using a lookup table embedding as classically done. We thus extended the lookup based document embedding model to continuous auto-encoder based model. Our models are trained using probabilistic latent semantic analysis (PLSA) assumptions. We evaluated our models on six datasets with a rich variety of contents. Conducted experiments demonstrate that the proposed neural topic models are very effective in capturing relevant topics. Furthermore, considering perplexity metric, conducted evaluation benchmarks show that our topic models outperform latent Dirichlet allocation (LDA) model which is classically used to address topic discovery tasks.

📄 PDF Abstract BibTeX arXiv:1911.10924

Code (0)

등록된 구현이 없습니다.

Tasks

Document EmbeddingTopic Models

Similar Papers 제목 키워드 기반

Discovering Topics With Neural Topic Models Built From PLSA Loss

2019-09-25 · Sileye Ba

In this paper we present a model for unsupervised topic discovery in texts corpora. The proposed model uses documents, words, and topics lookup table embedding as neural network model parameters to build probabilities of…

Document EmbeddingTopic Models

"Look Ma, No Hands!" A Parameter-Free Topic Model

2014-09-10 · Jian Tang, Ming Zhang, Qiaozhu Mei

It has always been a burden to the users of statistical topic models to predetermine the right number of topics, which is a key parameter of most topic models. Conventionally, automatic selection of this parameter is don…

DiversityModel SelectionTopic Models

Enhancing the Cloud Security through Topic Modelling

2025-05-01 · Sabbir M. Saleh, Nazim Madhavji, John Steinbacher

Protecting cloud applications is crucial in an age where security constantly threatens the digital world. The inevitable cyber-attacks throughout the CI/CD pipeline make cloud security innovations necessary. This researc…

Vulnerability Detection

A novel pLSA based Traffic Signs Classification System

2015-03-23 · Mrinal Haloi

In this work we developed a novel and fast traffic sign recognition system, a very important part for advanced driver assistance system and for autonomous driving. Traffic signs play a very vital role in safe driving and…

Autonomous DrivingClassificationGeneral ClassificationTraffic Sign Recognition

Analyzing Aviation Safety Narratives with LDA, NMF and PLSA: A Case Study Using Socrata Datasets

2025-01-03 · Aziida Nanyonga, Graham Wild

This study explores the application of topic modelling techniques Latent Dirichlet Allocation (LDA), Nonnegative Matrix Factorization (NMF), and Probabilistic Latent Semantic Analysis (PLSA) on the Socrata dataset spanni…

Topic Models