AravindR7 / Topic-Modeling-BERT-LDA

# Topic modeling with BERT, LDA and Clustering. Latent Dirichlet Allocation(LDA) probabilistic topic assignment and pre-trained sentence embeddings from BERT/RoBERTa.
51 stars 11 forks source link

word probabilities in each cluster #4

Open HomaArshadi opened 1 year ago

HomaArshadi commented 1 year ago

Could you please advise on how to obtain the potential values of the clusters? We applied the code to our dataset and got numerical outputs for the vocabulary in each cluster. How can we translate these numbers into meaningful values? Is there a specific research paper that inspired the integration of these two algorithms?

Thanks LDA+BERT.txt