paper-with-me

Papers

LDAExplore: Visualizing Topic Models Generated Using Latent Dirichlet Allocation

2015-07-23 · Ganesan Ashwinkumar, Brantley Kiante, Pan Shimei, Chen Jian

We present LDAExplore, a tool to visualize topic distributions in a given document corpus that are generated using Topic Modeling methods. Latent Dirichlet Allocation (LDA) is one of the basic methods that is predominantly used to generate topics. One of the problems with methods like LDA is that users who apply them may not understand the topics that are generated. Also, users may find it difficult to search correlated topics and correlated documents. LDAExplore, tries to alleviate these problems by visualizing topic and word distributions generated from the document corpus and allowing the user to interact with them. The system is designed for users, who have minimal knowledge of LDA or Topic Modelling methods. To evaluate our design, we run a pilot study which uses the abstracts of 322 Information Visualization papers, where every abstract is considered a document. The topics generated are then explored by users. The results show that users are able to find correlated documents and group them based on topics that are similar.

📄 PDF Abstract BibTeX arXiv:1507.06593

Code (0)

등록된 구현이 없습니다.

Tasks

Topic Models

Similar Papers 제목 키워드 기반

Exploring Topic Discriminating Power of Words in Latent Dirichlet Allocation

2016-12-01 · COLING 2016 12 · Kai Yang, Yi Cai, Zhenhong Chen, Ho-fung Leung 외

Latent Dirichlet Allocation (LDA) and its variants have been widely used to discover latent topics in textual documents. However, some of topics generated by LDA may be noisy with irrelevant words scattering across these…

Topic Models

A Spectral Algorithm for Latent Dirichlet Allocation

2012-12-01 · NeurIPS 2012 12 · Anima Anandkumar, Dean P. Foster, Daniel J. Hsu, Sham M. Kakade 외

Topic modeling is a generalization of clustering that posits that observations (words in a document) are generated by \emph{multiple} latent factors (topics), as opposed to just one. This increased representational power…

ClusteringTopic Models

Gaussian Hierarchical Latent Dirichlet Allocation: Bringing Polysemy Back

2020-02-25 · Takahiro Yoshida, Ryohei Hisano, Takaaki Ohnishi

Topic models are widely used to discover the latent representation of a set of documents. The two canonical models are latent Dirichlet allocation, and Gaussian latent Dirichlet allocation, where the former uses multinom…

Topic Models

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

2025-10-28 · Biyi Fang, Truong Vo, Kripa Rajshekhar, Diego Klabjan arxiv

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 att…

Representation LearningTopic Models

Topic Modeling Using Distributed Word Embeddings

2016-03-15 · Ramandeep S Randhawa, Parag Jain, Gagan Madan

We propose a new algorithm for topic modeling, Vec2Topic, that identifies the main topics in a corpus using semantic information captured via high-dimensional distributed word embeddings. Our technique is unsupervised an…

Word Embeddings